简体   繁体   English

在Windows 10内部版本10074中启用开发人员模式

[英]Enabling developer mode on Windows 10 Build build 10074

Windows 10 Insider Preview build 10074 has a known issue using the Settings application to enable developer mode. Windows 10 Insider Preview内部版本10074使用“设置”应用程序启用开发人员模式时存在一个已知问题。 In this build, if you try Settings/Update & Security/For developers... the settings window suddenly closes. 在此版本中,如果您尝试设置/更新和安全性/对于开发人员...,则设置窗口突然关闭。

Is there a workaround? 有解决方法吗?

Yes, there's a work-around. 是的,有一种解决方法。 In an administrator command prompt, type the following commands: 在管理员命令提示符下,键入以下命令:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowAllTrustedApps" /d "1"

Then reboot the machine to enable developer mode 然后重新启动机器以启用开发人员模式

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM