Tag: registry

599 script(s) tagged “registry”

πŸ–₯️ Batch (CMD)

Check "Show Hidden Files" Status (Batch)

Uses reg query to check the current value behind the "Show Hidden Files" tweak.

πŸ“œ VBScript (WSH)

Check "Hide Taskbar Search Box" Status (VBScript)

Reads the registry value behind the "Hide Taskbar Search Box" tweak to confirm whether it's applied.

🟣 C# / .NET 6+

Disable Balloon Tip Notifications (C#)

Disables the small notification balloon tips in the system tray. Applies the tweak via Microsoft.Win32.Registry.

⚑ PowerShell 5.1+

Disable Aero Shake

Stops shaking a window from minimizing every other open window.

πŸ“Š VBA (Excel)

Check Disable Game Bar Startup Tips Registry Value (VBA)

Reads the Disable Game Bar Startup Tips registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

🐍 Python 3.10+

Check "Disable Windows Consumer Features" Status (Python)

Reads the registry value behind the "Disable Windows Consumer Features" tweak via winreg to confirm whether it's applie…

🟣 C# / .NET 6+

Disable Windows Tips & Suggestions (C#)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Disable Explorer Startup Delay (Python)

Removes the artificial delay before startup apps launch. Applies the tweak via the stdlib winreg module.

⚑ PowerShell 5.1+

Check "Disable First Logon Animation" Status

Reads the current registry value behind the "Disable First Logon Animation" tweak so you can confirm whether it's appli…

πŸ“Š VBA (Excel)

Apply Disable Snap Assist Suggestions (VBA)

Stops Windows from suggesting other windows to snap next to one you just moved. Applied via WScript.Shell.RegWrite from…

⚑ PowerShell 5.1+

Check "Disable Autoplay for All Drives" Status

Reads the current registry value behind the "Disable Autoplay for All Drives" tweak so you can confirm whether it's app…

🐍 Python 3.10+

Check "Disable Windows Tips & Suggestions" Status (Python)

Reads the registry value behind the "Disable Windows Tips & Suggestions" tweak via winreg to confirm whether it's appli…