Tag: per-user
481 script(s) tagged “per-user”
Show Recycle Bin Icon on Desktop (JScript)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Autoplay for All Drives (C#)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via Microsoft.Win32.Registry.
Check Show This PC Icon on Desktop Registry Value (VBA)
Reads the Show This PC Icon on Desktop registry value via WScript.Shell.RegRead and reports it in a message box — no Po…
Check Disable Start Menu Suggested Apps Registry Value (VBA)
Reads the Disable Start Menu Suggested Apps registry value via WScript.Shell.RegRead and reports it in a message box — …
Check "Disable Start Menu App Suggestions" Status
Reads the current registry value behind the "Disable Start Menu App Suggestions" tweak so you can confirm whether it's …
Align Taskbar Icons Left
Switches the Windows 11 taskbar back to left-aligned icons.
Check "Disable Sticky Keys Shortcut Prompt" Status (Python)
Reads the registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak via winreg to confirm whether it's appl…
Disable Game Bar Startup Tips
Stops the Game Bar from showing its startup tip panel.
Disable Taskbar Chat Icon (Python)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.
Enable Num Lock on Startup (JScript)
Turns Num Lock on by default for every new sign-in. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Start Menu App Suggestions (JScript)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).