从 Windows 商店取消发布应用程序并为当前用户强制卸载

Unpublish app from Windows Store and force uninstall for current users

按照这些步骤,您可以 "Hide this app and stop selling" 来自 Windows 商店:

How to unpublish an app in the Windows Dev Center

这会阻止新用户找到并安装该应用程序,问题是当前用户仍然可以 运行 它。

这一直是一个免费的应用程序,原因是我们正在迁移到网络版本,Windows 将不再受支持。

根据文档Removing an app from the Store

Note that any customers who already have the app will still be able to use it (and could even get updates if you submit new packages later).

恐怕您无法为当前用户强制卸载。

由于您已经迁移到网页版,您可以发送通知(如果您之前的版本支持)以通知当前用户Windows版本的应用程序将不再被支持并且附上网页版的link,这样他们仍然可以使用应用服务。