10074 启用开发者模式 for vs2015rc

1. 关于VS2015RC

有两个版本,它们都包含了Windows 10 SDK。

社区版:免费,可以开发Windows UAP应用、iOS和Android应用。在 帮助->注册产品 菜单可以登陆一个微软账户,获得180天的许可

企业版:MSDN账户收费,功能最强大。在 帮助->注册产品 菜单可以登陆一个微软账户,获得最多14天的许可。暂时无法用*****。

用VS2015RC在Windows 10 Insider Build 10074开发Windows UAP,需要在Windows的 设置-安全和更新-开发者模式(Developer Mode) 中启用。

但是Build 10074的已知BUG,不能在设置中进入开发者模式选项。根据这篇文章的引导,可以用 组策略编辑器 开启 开发者模式。

10074 启用开发者模式 for vs2015rc

2. 用组策略编辑器启用“开发者模式”

    步骤如下:

1) Win+X,R 打开运行窗口,输入 gpedit.msc 回车,打开组策略编辑器

2) 展开 本地计算机策略->计算机配置->管理模板->Windows 组件->应用程序包部署

    将 允许安装所有受信任的应用程序Allows development of Windows Store apps and installing them from an integrated development environment (IDE) 配置为 已启用

 10074 启用开发者模式 for vs2015rc

3) 关闭组策略编辑器即可。

 

3. 用注册表编辑器启用“开发者模式”

   EnabledDeveloperMode.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock]
"AllowAllTrustedApps"=dword:00000001
"AllowDevelopmentWithoutDevLicense"=dword:00000001