Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据msdn:
需要以编程方式访问图片库等用户资源或网络摄像头等连接设备的 Windows 应用商店应用必须声明适当的功能。
有没有办法以编程方式识别应用程序何时请求特定功能,并允许/拒绝请求?
我更喜欢 c# 解决方案,但任何其他方式都可以。
你没有。Windows 会处理这个问题(用户输入适当)。如果您想阻止某些软件包安装,AppLocker 是 Windows 功能。