Tag: per-user
481 script(s) tagged “per-user”
Check Disable Taskbar Widgets Icon Registry Value (VBA)
Reads the Disable Taskbar Widgets Icon registry value via WScript.Shell.RegRead and reports it in a message box β no Poβ¦
Apply Disable Aero Shake (VBA)
Stops shaking a window from minimizing every other open window. Applied via WScript.Shell.RegWrite from VBA.
Enable Clipboard History (Python)
Turns on Windows+V clipboard history. Applies the tweak via the stdlib winreg module.
Disable Start Menu Web Search (C#)
Stops the Start Menu search from including web results. Applies the tweak via Microsoft.Win32.Registry.
Check "Disable Start Menu Web Search" Status (Python)
Reads the registry value behind the "Disable Start Menu Web Search" tweak via winreg to confirm whether it's applied.
Check "Disable Balloon Tip Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Balloon Tip Notifications" tweak.
Disable Xbox Game Bar Capture
Disables background game/app capture via the Xbox Game Bar.
Apply Align Taskbar Icons Left (VBA)
Switches the Windows 11 taskbar back to left-aligned icons. Applied via WScript.Shell.RegWrite from VBA.
Disable Autoplay for All Drives (JScript)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite (JScript syβ¦
Apply Disable Windows Welcome Experience (VBA)
Disables the full-screen "suggested content" tips that appear after updates. Applied via WScript.Shell.RegWrite from VBβ¦
Check Show Hidden Files Registry Value (VBA)
Reads the Show Hidden Files registry value via WScript.Shell.RegRead and reports it in a message box β no PowerShell orβ¦