Tag: per-user

481 script(s) tagged “per-user”

πŸ“Š 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…

🟣 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.

🧰 Registry (.reg)

Disable Sticky Keys Shortcut Prompt (Registry Tweak)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times.

🧰 Registry (.reg)

Show Hidden Files (Registry Tweak)

Makes File Explorer always show hidden files and folders.

⚑ PowerShell 5.1+

Check "Increase Icon Cache Size" Status

Reads the current registry value behind the "Increase Icon Cache Size" tweak so you can confirm whether it's applied.

πŸ“„ JScript (WSH)

Disable Windows Welcome Experience (JScript)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWri…

🐍 Python 3.10+

Disable Tailored Experiences (Python)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via the stdlib winreg module.