Tag: registry
599 script(s) tagged “registry”
Check "Enable Clipboard History" Status (Python)
Reads the registry value behind the "Enable Clipboard History" tweak via winreg to confirm whether it's applied.
Check "Disable Remote Assistance" Status (VBScript)
Reads the registry value behind the "Disable Remote Assistance" tweak to confirm whether it's applied.
Show Recycle Bin Icon on Desktop (Python)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.
Apply Enable Dark Mode (VBA)
Switches File Explorer and other system surfaces to dark mode. Applied via WScript.Shell.RegWrite from VBA.
Check "Disable Bing Search Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Bing Search Suggestions" tweak.
Check "Enable Dark Mode" Status (Batch)
Uses reg query to check the current value behind the "Enable Dark Mode" tweak.
Disable First Logon Animation (C#)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administβ¦
Check Disable Feedback Notifications Registry Value (VBA)
Reads the Disable Feedback Notifications registry value via WScript.Shell.RegRead and reports it in a message box β no β¦
Disable Lock Screen Notifications (VBScript)
Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite.
Check "Disable Tailored Experiences" Status (Batch)
Uses reg query to check the current value behind the "Disable Tailored Experiences" tweak.
Apply Hide Taskbar Search Box (VBA)
Hides the search box on the taskbar, leaving just an icon or nothing. Applied via WScript.Shell.RegWrite from VBA.