Forked from prashanthrajagopal/desktop_restrictions.reg
Created
October 18, 2025 19:47
-
-
Save subzer0iq/ae0f6ca8eb5a49844b5b8bfd87f09ac5 to your computer and use it in GitHub Desktop.
Desktop restrictions for windows - very minimal access to users
This file contains hidden or 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
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies] | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop] | |
| "NoChangingWallPaper"=dword:00000001 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] | |
| "NoDriveTypeAutoRun"=dword:00000091 | |
| "NoThemesTab"=dword:00000001 | |
| "NoAddPrinter"=dword:00000001 | |
| "NoDeletePrinter"=dword:00000001 | |
| "NoLogoff"=dword:00000001 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Programs] | |
| "NoDefaultPrograms"=dword:00000001 | |
| "NoGetPrograms"=dword:00000001 | |
| "NoInstalledUpdates"=dword:00000001 | |
| "NoProgramsAndFeatures"=dword:00000001 | |
| "NoProgramsCPL"=dword:00000001 | |
| "NoWindowsFeatures"=dword:00000001 | |
| "NoWindowsMarketplace"=dword:00000001 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] | |
| "NoDispCPL"=dword:00000001 | |
| "NoDispSettingsPage"=dword:00000001 | |
| "NoColorChoice"=dword:00000001 | |
| "NoVisualStyleChoice"=dword:00000001 | |
| "NoSizeChoice"=dword:00000001 | |
| "NoDispAppearancePage"=dword:00000001 | |
| "NoDispBackgroundPage"=dword:00000001 | |
| "NoDispScrSavPage"=dword:00000001 | |
| "SetVisualStyle"="" | |
| "DisableChangePassword"=dword:00000001 | |
| "DisableLockWorkstation"=dword:00000001 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall] | |
| "NoAddFromCDorFloppy"=dword:00000001 | |
| "NoAddFromInternet"=dword:00000001 | |
| "NoAddFromNetwork"=dword:00000001 | |
| "NoAddPage"=dword:00000001 | |
| "NoAddRemovePrograms"=dword:00000001 | |
| "NoChooseProgramsPage"=dword:00000001 | |
| "NoRemovePage"=dword:00000001 | |
| "NoServices"=dword:00000001 | |
| "NoSupportInfo"=dword:00000001 | |
| "NoWindowsSetupPage"=dword:00000001 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment