win10 Enable developer Mode

经过漫长的安装过程

win10终于装上了vs2015 rc…

 

写个小程序试试

结果提示:

 

根据提示打开 设置--更新--for developer

据说应该有这么个界面:

 

但是这个界面根本出不来

直接闪退的说…

 

翻 MSDN 终于翻出了解决方法:

https://msdn.microsoft.com/library/windows/apps/xaml/dn706236.aspx

三种方法,任选其一

1,组策略:

  • Open a cmd prompt with administrator privileges.
  • Run Gpedit.msc.
  • Go to Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > App Package Deployment
  • Edit the policies to enable the following:
  • Allow all trusted apps to install (Enables your device for sideloading apps)
  • Allows development of Windows Store apps and installing them from an integrated development environment (IDE) (Enables your device for development from Visual Studio)
  • Reboot your machine.

 

2,注册表:

  • Open a cmd 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

 

3,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"
  • Run this command too: PS C:\WINDOWS\system32> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowAllTrustedApps" /d "1"
时间: 2024-10-14 11:31:18

win10 Enable developer Mode的相关文章

TroubleShoot: Enable Developer Mode in Windows 10 Insider Preview Build 10074

There is a known issue in Windows 10 Insider Preview build 10074 (see here). Developers cannot enable Developer Mode in the Settings app for installing and testing apps on this build. We’ll enable this in an upcoming build. In the meantime, you will

CMake 命令

1.Usage cmake [options] <path-to-source> cmake [options] <path-to-existing-build> Specify a source directory to (re-)generate a build system for it in the current working directory. Specify an existing build directory to re-generate its build

解决Xcode运行模拟器时弹出密码输入框

每天使用Xcode运行模拟器的时候,Xcode总是会弹出一个输入密码提示框:“Developer Tools Access”需控制另一进程,以便继续调试.键入您的密码以允许执行此操作.每次都要输入密码才能运行模拟器真心觉得很麻烦呀,之后干脆在网上找到了解决方法.其实这是个很白痴的问题: 打开Xocde,选择界面右上角的Organizer----->选择Devices----->选择自己的Mac----->然后再在右边的面板里点击Enable Developer Mode.就可以了.

Linux系统下mysql的安装

1.下载解压Mysql[[email protected] ~]# wget http://cdn.mysql.com//Downloads/MySQL-5.6/mysql-5.6.28.tar.gz--13:12:16--  http://cdn.mysql.com//Downloads/MySQL-5.6/mysql-5.6.28.tar.gz[[email protected] ~]# tar -zxvf mysql-5.6.28.tar.gz 2.安装cmake[[email prote

Embeded linux之RTL8188EU/RTL8188ETV使用

一.kernel:3.18.20 [*] Networking support  ---> -*-   Wireless  ---> <*> cfg80211 - wireless configuration API [*] nl80211 testmode command [*] enable developer warnings [*] cfg80211 regulatory debugging [*] enable powersave by default  [*] cfg8

Getting started with Chrome Dev Editor

转自:https://github.com/GoogleChrome/chromedeveditor/blob/master/doc/GettingStarted.md Installation Install Chrome Dev Editor on Chrome Open Chrome Dev Editor from the Chrome App Launcher or chrome://apps Git workflow Click on the Menu icon and select 

fl2440开发板添加wifi模块

fl2440开发板,linux3.0内核,交叉编译器路径/opt/buildroot-2011.11/arm920t/usr/bin/arm-linux-,无线网卡RT3070 一.配置linux内核支持wireless无线上网 [*] Networking support  ---> -*-   Wireless  ---> <*>   cfg80211 - wireless configuration API [ ]     nl80211 testmode command [

windows下CMake使用图文手册 Part 2

例子2:有目录的项目 我现在有个文件夹ProjectDate,有如下文件结构 E:. │  CMakeLists.txt │ ├─include │      Date.h │ └─src         date.cpp         main.cpp include文件夹下是头文件Date.h #ifndef DATE_H #define DATE_H   class Date { private:     int m_year;     int m_month;     int m_da

前端信息汇总

1.Sublime Text的插件 如果想让Sublime Text锦上添花,这些插件值得尝试.FTPSync,FTP同步工具:SASS Build,编写CSS的预处理器:Package Control,插件管理:Emmet,高效编写HTML和CSS:SublimeLinter,更新时选择并安装需要经常使用的Linter:SublimeEnhancements,边栏菜单的扩充等:PackageResourceViewer,管理包:Git,在Sublime Text中运行Git命令等:Termin