Tag: registry

599 script(s) tagged “registry”

🐍 Python 3.10+

Check "Disable Activity Feed / Timeline" Status (Python)

Reads the registry value behind the "Disable Activity Feed / Timeline" tweak via winreg to confirm whether it's applied.

πŸ“Š VBA (Excel)

Check Disable Aero Shake Registry Value (VBA)

Reads the Disable Aero Shake registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell o…

⚑ PowerShell 5.1+

Disable Recent Documents History

Stops Windows from tracking recently opened documents.

πŸ“„ JScript (WSH)

Disable Sticky Keys Shortcut Prompt (JScript)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via WScript.Shell.RegWrit…

🐍 Python 3.10+

Disable Taskbar Transparency (Python)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via the stdlib winr…

⚑ PowerShell 5.1+

Check "Disable Recent Documents History" Status

Reads the current registry value behind the "Disable Recent Documents History" tweak so you can confirm whether it's ap…

πŸ“œ VBScript (WSH)

Check "Show Seconds in Taskbar Clock" Status (VBScript)

Reads the registry value behind the "Show Seconds in Taskbar Clock" tweak to confirm whether it's applied.

🐍 Python 3.10+

Check "Disable Recent Documents History" Status (Python)

Reads the registry value behind the "Disable Recent Documents History" tweak via winreg to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Disable Autoplay for All Drives (VBScript)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite.

⚑ PowerShell 5.1+

Check "Disable Balloon Tip Notifications" Status

Reads the current registry value behind the "Disable Balloon Tip Notifications" tweak so you can confirm whether it's a…

⚑ PowerShell 5.1+

Check "Hide Taskbar Search Box" Status

Reads the current registry value behind the "Hide Taskbar Search Box" tweak so you can confirm whether it's applied.

πŸ“„ JScript (WSH)

Disable Lock Screen (JScript)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…