Skip to content

Instantly share code, notes, and snippets.

@zurgeg
Created June 27, 2021 18:21
Show Gist options
  • Save zurgeg/4fc41b5ff0a92bd3ebe4b9933e1efc83 to your computer and use it in GitHub Desktop.
Save zurgeg/4fc41b5ff0a92bd3ebe4b9933e1efc83 to your computer and use it in GitHub Desktop.
Remove the Windows Insider warning from any Insider build of Windows 10
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