Tag: registry
599 script(s) tagged “registry”
Disable Aero Shake (Python)
Stops shaking a window from minimizing every other open window. Applies the tweak via the stdlib winreg module.
Check "Disable Windows Telemetry" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Telemetry" tweak.
Disable Windows Tips & Suggestions
Stops Windows from showing tips and suggestions notifications.
Check "Disable Recent Documents History" Status (VBScript)
Reads the registry value behind the "Disable Recent Documents History" tweak to confirm whether it's applied.
Disable Windows Tips & Suggestions (JScript)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite (JScript syβ¦
Disable Taskbar Transparency (Registry Tweak)
Turns off the translucent taskbar/Start menu effect for a small performance gain.
Check "Disable Feedback Notifications" Status (Python)
Reads the registry value behind the "Disable Feedback Notifications" tweak via winreg to confirm whether it's applied.
Check "Disable Fast Startup" Status (Batch)
Uses reg query to check the current value behind the "Disable Fast Startup" tweak.
Apply Show This PC Icon on Desktop (VBA)
Adds the This PC icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.
Disable Remote Assistance (JScript)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦
Check "Disable Snap Assist Suggestions" Status (Python)
Reads the registry value behind the "Disable Snap Assist Suggestions" tweak via winreg to confirm whether it's applied.
Disable Taskbar Chat Icon (VBScript)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.