Skip to content

Instantly share code, notes, and snippets.

View seanmccorkle1's full-sized avatar

Sean Mccorkle seanmccorkle1

View GitHub Profile
@prashanthrajagopal
prashanthrajagopal / desktop_restrictions.reg
Last active October 18, 2025 19:47
Desktop restrictions for windows - very minimal access to users
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
"NoAddingComponents"=dword:00000001
"NoClosingComponents"=dword:00000001
"NoDeletingComponents"=dword:00000001
"NoEditingComponents"=dword:00000001