`
shappy1978
  • 浏览: 700595 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

How to disable Windows Dev license checking

    博客分类:
  • Win8
 
阅读更多

How to  disable Windows Dev license checking

 

Backgroud

 

When we are using VS to debug App, we need Windows Dev license. But network proxy block our device to renew the license.

If the license expired, you are not able to debug anymore. In order to fix this issue, we need to get help from ITO to disable Windows Dev license checking.

 

1.Open the Group Policy Management Editor for a domain—based Group Policy Object (GPO) to which you will be applying the group policy settings, as specified below, to your selected PCs.

2.Click to expand Computer Configuration, Administrative Templates, Windows Components, and then App Package Deployment.

 

3.Double-click the Allow development of Windows Store apps without installing a developer license setting.

 

4.In the Allow development of Windows Store apps without installing a developer license window, click Enabled and then click OK.

 

5.Double-click the Allow all trusted apps to install setting.

 

6.In the Allow all trusted apps to install window, click Enabled and then click OK.

 

Setting the Group Policy to allow development of Windows Store apps without installing a developer license updates the following registry setting: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx\AllowDevelopmentWithoutDevLicense = 1

Setting the Group Policy to allow trusted applications updates the following registry setting:

 

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx\AllowAllTrustedApps = 1

After setting the policy, change system date to 3 days later and reboot.

分享到:
评论

相关推荐

    This shows how to disable control alt and delete by tricking

    This shows how to disable control alt and delete by tricking the computer into thinking that the screensaver is running.

    How to disable_enable a timing check in a design.pdf

    后仿

    Android代码-屏蔽home按键

    As there are a lot questions about "how to disable home button in android?" on Stack Overflow, such as how to disable home button in android? Android - Is It possible to disable the click of home ...

    This is a straight forward example of how to disable any Win

    标题中的“如何禁用Win95/98窗口”表明这是一个关于操作系统,特别是Windows 95和98的教程,具体涉及的是系统界面的自定义和管理。在早期的Windows操作系统中,用户可能会出于安全、性能优化或者个性化需求,想要...

    KBA_160615010248_2_how_to_disable_QC3_0_.pdf

    ### 如何关闭QC3.0 #### 背景与概述 QC3.0(Quick Charge 3.0)是高通公司推出的一种快速充电技术,旨在为移动设备提供更加快速、高效的充电体验。然而,在某些情况下,用户或制造商可能需要禁用这一功能,比如在...

    VS错误提示:To disable deprecation, use _CRT_SECURE_NO_WARNINGS.

    Severity Code Description ... To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 解决方案:更改预处理定义 右击项目名,选择Properties 在c/c++下选择Preprocessor 点击图

    Disable-Windows-Defender_BypassDefender_windows_

    标题“Disable-Windows-Defender_BypassDefender_windows_”暗示了这个压缩包可能包含一系列方法或工具,用于禁用Windows Defender,这是微软操作系统内置的一种安全防护软件,主要用于防范病毒、间谍软件和其他恶意...

    Awesome Articles about New Windows 7 Stuff

     How to Upgrade the Windows 7 RC to RTM (Final Release)  Add the Quick Launch Bar to the Taskbar in Windows 7  Change the Windows 7 Taskbar to Work Like Vista  The 20 Best Windows Tweaks ...

    Games for Windows LIVE Disable-1086_games_windows_

    针对这些问题,开发者社区推出了一些解决方案,其中之一就是"Games for Windows LIVE Disable-1086_games_windows_",这个工具用于帮助用户解决与GFWL相关的问题。 首先,我们来理解一下"Games for Windows LIVE ...

    Bloodshed Dev-C++

    * Added the possibility to specify an include directory for the code completion cache to be created at Dev-C++ first startup * Improved code completion cache * WebUpdate will now backup downloaded ...

    Updated Analysis of PatchGuard on Microsoft Windows 10 RS4

    This paper will present a complete overview of PatchGuard mecanisms, from the initialization to the Blue Screen Of Death, and insights about how we implemented a driver able to disable it. Especially,...

    adb-disable-verity

    在给定的文件列表中,AdbWinApi.dll和AdbWinUsbApi.dll是ADB在Windows平台上与设备通信的库文件,adb.exe是用于执行ADB命令的可执行文件,而fastboot.exe则用于在设备启动到引导加载程序阶段时执行操作。 "1.0.32...

    adb,支持adb disable-verity命令,解锁system分区

    在提供的文件列表中,`adb.exe`是重新编译后的adb可执行文件,`AdbWinApi.dll`和`AdbWinUsbApi.dll`是Windows平台上的ADB驱动组件,用于设备通信。安装这些文件到系统路径中,然后通过命令行界面运行adb命令,就可以...

    ulps_enable_disable.zip

    标题 "ulps_enable_disable.zip" 暗示了这是一个与启用或禁用ULPS相关的软件配置包。ULPS,全称Ultra Low Power State(超低功耗状态),是计算机硬件,特别是显卡中的一种节能技术。它允许设备在不活动时进入一种极...

    Utilities for Windows NT 源码

    This program allows administrators to disable or re-enable the Lock Workstation button. Version 0.99 BETA can now handle Novell's IntraNetware Client, which uses its own Gina (with the same lack of ...

    DisableItem

    How to disable item like this picture

    Windows 系统资源(Hardware,Driver)Scan,Enable,Disable

    在Windows系统中,管理和优化硬件资源是保持计算机高效运行的关键环节。硬件包括物理设备(如显卡、声卡、硬盘等)以及驱动程序,这些驱动程序是操作系统与硬件设备之间的桥梁,确保系统能够识别和充分利用硬件功能...

    无 adb disable-verity 命令的adb应用程序

    此adb中无adb disable-verity命令,如果在cmd中输入以上命令会报 /system/bin/sh: disable-verity: not found 的错误。具体可看本人的文章 ”/system/bin/sh: disable-verity: not found 的解决方案“ 【使用方式】...

    Android代码-锁屏应用。

    As there are a lot questions about "how to disable home button in android?" on Stack Overflow, such as how to disable home button in android? Android - Is It possible to disable the click of home b

    Windows Defender关闭工具

    Windows Defender是Microsoft为Windows操作系统内置的一款安全防护软件,它提供了实时病毒、恶意软件和其他威胁的保护。然而,有时用户可能需要暂时或永久关闭Windows Defender,例如在安装其他防病毒软件或者进行...

Global site tag (gtag.js) - Google Analytics