Created
June 27, 2021 18:21
-
-
Save zurgeg/4fc41b5ff0a92bd3ebe4b9933e1efc83 to your computer and use it in GitHub Desktop.
Remove the Windows Insider warning from any Insider build of Windows 10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation" /t REG_DWORD /v NotificationDisabled /d 1 /f >NUL >2&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment