3 ways to get into the developer mode of Windows 10

Source: Internet
Author: User

Method One,

Step one: In the Windows 10 Start menu, select Set.


Easy to set Windows 10 into developer mode
Step Two: Click on the "Update and security" option.

Easy to set Windows 10 into developer mode
Step three: Select the For developer option.


Easy to set Windows 10 into developer mode

Fourth step: "Use developer Features" appears on the right side of the interface, with three sub options, "Do not use developer features", "Load Next Application", and "developer mode."

Fifth Step: Select developer mode, and the following dialog box appears. The system prompts "Enable developer mode (including installing and running applications provided outside of the Windows application Store) may cause security risks to your device and personal data, or damage your device." Application developer mode? ”


After you choose Yes, our Windows 10 system is in developer mode, and users can develop platforms or applications on Windows 10 systems.

Method Two:

Enable devices using GPEdit

Open a command prompt with administrator privileges;
Run "gpedit.msc";
Go to the local Computer policy---Computer Configuration---Administrative Templates---Windows Components---application package deployment;
Edit the policy to enable the following:
Allow all trusted applications to be installed (enable device for next load application)
Allows the development of Windows store applications and installs them from the Integrated development Environment (IDE) (enabling devices for development from Visual Studio)
Restart your computer.


Method Three:

Tip: There is a risk of modifying the registry, please back up the data in advance and carefully operate under the guidance of a professional person.

Enable devices using Regedit

Open a command prompt with administrator privileges;
Run "regedit";
Set the value of this DWORD to 1:hklm\software\microsoft\windows\currentversion\appmodelunlock\allowalltrustedapps
Set the value of this DWORD to 1:hklm\software\microsoft\windows\currentversion\appmodelunlock\allowdevelopmentwithoutdevlicense


method Four:

Enable devices using PowerShell

Run Windows PowerShell with administrator privileges.
Run the following command: PS c:\windows\system32> reg ADD "hkey_local_machine\software\microsoft\windows\currentversion\ Appmodelunlock "/t reg_dword/f/V Allowdevelopmentwithoutdevlicense"/d "1"
also run this command: PS c:\windows\system32> REG A DD "Hkey_local_machine\software\microsoft\windows\currentversion\appmodelunlock"/t reg_dword/f/V Allowalltrustedapps "/d" 1 "

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.