从桌面运行 Windows 应用商店应用程序

Posted

技术标签:

【中文标题】从桌面运行 Windows 应用商店应用程序【英文标题】:Run Windows Store Application from Desktop 【发布时间】:2015-11-28 06:01:33 【问题描述】:

我正在尝试从 Windows 10 上的 C# Windows 窗体应用程序启动 Windows 应用商店应用程序。我尝试了一些方法(可能?)在 Windows 8 上有效但在 10 上无效。 我尝试如下:

Process.Start("explorer", @"shell:AppsFolder\AppUserModelId")

Process.Start(@"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\Microsoft.Windows.SoftwareLogo.AppxLauncher.exe", "AppUserModelId");
or IApplicationActivationManager::ActivateApplication

这有效,但只能从命令行(它告诉我使用 AppUserModelId 是正确的)。

有人知道可行的解决方案吗?

【问题讨论】:

【参考方案1】:

我找到了这篇关于创建商店应用的桌面快捷方式的文章:http://winaero.com/blog/exclusive-how-to-start-a-modern-app-from-desktop-without-going-to-the-metro-start-screen/

很抱歉,我帮不上什么忙。

【讨论】:

以上是关于从桌面运行 Windows 应用商店应用程序的主要内容,如果未能解决你的问题,请参考以下文章

使用代码唱歌将桌面应用程序提交到 Windows 8 商店

如果我无法使我的应用程序与Windows应用商店兼容,该怎么办?

ubuntu 20.04 on windows怎么打开桌面

win10怎么禁用应用商店推广功能

如何制作一个 C# Windows 窗体应用程序,为 Windows 应用商店转换,从 Windows 开始

从 Windows 应用商店安装手动安装 Python PIP 包的问题