1. About VS2015RC
There are two versions, all of which contain the Windows SDK.
Community Edition: Free to develop Windows UAP apps, iOS and Android apps. You can access a Microsoft account by signing up for a 180-day license by registering the Product menu in Help. It is said that the official version is permanently free.
Enterprise Edition: The MSDN account charges the most powerful features. You can login to a Microsoft account for a maximum of 14 days by signing up for the Product menu in Help. The serial number cannot be activated for the time being.
Developing Windows UAP with VS2015RC in Windows Insider Build 10074 needs to be enabled in Windows Settings-Security and update-developer mode (Developer mode).
However, a known bug in Build 10074 does not enter the developer mode option in the settings. Depending on the guidance in this article, you can use the Group Policy Editor to turn on developer mode.
2. Enable developer mode with the Group Policy Editor
The steps are as follows:
1) Win+x,r Open the Run window, enter gpedit.msc carriage return, open the Group Policy Editor
2) Expand the local Computer policy, computer Configuration, Administrative Templates, and application package deployment with the.->windows component
Will allow installation of all trusted applications and allows development of Windows Store apps and installing them from an integrated developmen T Environment (IDE) is configured to enabled
3) Close the Group Policy Editor.
3. Enable "developer Mode" with Registry Editor
Enableddevelopermode.reg
Windows Registry Editor Version 5.00[hkey_local_machine\software\microsoft\windows\currentversion\ Appmodelunlock]"Allowalltrustedapps" =dword:00000001 "Allowdevelopmentwithoutdevlicense" =dword:0 0000001
10074 Enable developer mode for VS2015RC