Set "sideload apps" from Windows 10 powershell (Update & Security > For developers) -
is possible set "update & security > developers" attribute "sideload apps" powershell script on windows 10 anniversary (just plain "old" win10)?
run powershell administrator privileges. enable sideloading, run command:
ps c:\windows\system32> reg add "hkey_local_machine\software\microsoft\windows\currentversion\appmodelunlock" /t reg_dword /f /v "allowalltrustedapps" /d "1"
to enable developer mode, run command:
ps c:\windows\system32> reg add "hkey_local_machine\software\microsoft\windows\currentversion\appmodelunlock" /t reg_dword /f /v "allowdevelopmentwithoutdevlicense" /d "1"
Comments
Post a Comment