Skip to content

Instantly share code, notes, and snippets.

@ShapeLayer
Created October 19, 2019 02:06
Show Gist options
  • Save ShapeLayer/ad78453974a488884cfb128e039bcea1 to your computer and use it in GitHub Desktop.
Save ShapeLayer/ad78453974a488884cfb128e039bcea1 to your computer and use it in GitHub Desktop.
Registry to Prevent Personalization Settings for Public Computer
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop]
"NoChangingWallPaper"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoChangingLockScreen"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispAppearancePage"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment