Tag: registry

599 script(s) tagged “registry”

🐍 Python 3.10+

Check "Disable Window Animations" Status (Python)

Reads the registry value behind the "Disable Window Animations" tweak via winreg to confirm whether it's applied.

πŸ“Š VBA (Excel)

Apply Disable Tailored Experiences (VBA)

Stops Windows from using diagnostic data to personalize tips and ads. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Check "Disable Autoplay for All Drives" Status (Python)

Reads the registry value behind the "Disable Autoplay for All Drives" tweak via winreg to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Enable Dark Mode (Batch)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Check Disable Tailored Experiences Registry Value (VBA)

Reads the Disable Tailored Experiences registry value via WScript.Shell.RegRead and reports it in a message box β€” no Po…

πŸ“œ VBScript (WSH)

Check "Disable Taskbar Transparency" Status (VBScript)

Reads the registry value behind the "Disable Taskbar Transparency" tweak to confirm whether it's applied.

πŸ“Š VBA (Excel)

Check Enable Light Mode Registry Value (VBA)

Reads the Enable Light Mode registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell or…

πŸ“Š VBA (Excel)

Apply Disable First Logon Animation (VBA)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Applied via WScript.Shell.RegW…

🟣 C# / .NET 6+

Enable Light Mode (C#)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via Microsoft.Win32.Registry.

πŸ“œ VBScript (WSH)

Disable Taskbar Widgets Icon (VBScript)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.

🐍 Python 3.10+

Check "Disable Balloon Tip Notifications" Status (Python)

Reads the registry value behind the "Disable Balloon Tip Notifications" tweak via winreg to confirm whether it's applie…

⚑ PowerShell 5.1+

Disable Taskbar Transparency

Turns off the translucent taskbar/Start menu effect for a small performance gain.