Tag: per-user
481 script(s) tagged “per-user”
Check "Disable Start Menu Suggested Apps" Status
Reads the current registry value behind the "Disable Start Menu Suggested Apps" tweak so you can confirm whether it's aβ¦
Increase Icon Cache Size (VBScript)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via WScript.Shell.Regβ¦
Check "Disable Balloon Tip Notifications" Status (VBScript)
Reads the registry value behind the "Disable Balloon Tip Notifications" tweak to confirm whether it's applied.
Disable Taskbar Widgets Icon (JScript)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Check Disable Windows Welcome Experience Registry Value (VBA)
Reads the Disable Windows Welcome Experience registry value via WScript.Shell.RegRead and reports it in a message box ββ¦
Enable Light Mode (VBScript)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via WScript.Shell.RegWrite.
Disable Recent Documents History (Batch)
Stops Windows from tracking recently opened documents. Applies the tweak via reg.exe.
Disable Taskbar Widgets Icon (Batch)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via reg.exe.
Check "Disable Explorer Startup Delay" Status (Python)
Reads the registry value behind the "Disable Explorer Startup Delay" tweak via winreg to confirm whether it's applied.
Check Show Seconds in Taskbar Clock Registry Value (VBA)
Reads the Show Seconds in Taskbar Clock registry value via WScript.Shell.RegRead and reports it in a message box β no Pβ¦
Check "Disable Aero Shake" Status
Reads the current registry value behind the "Disable Aero Shake" tweak so you can confirm whether it's applied.
Enable Num Lock on Startup (Python)
Turns Num Lock on by default for every new sign-in. Applies the tweak via the stdlib winreg module.