Tag: per-user
481 script(s) tagged “per-user”
Align Taskbar Icons Left (JScript)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via WScript.Shell.RegWrite (JScript syntaβ¦
Disable Game Bar Startup Tips (Batch)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via reg.exe.
Show This PC Icon on Desktop (Batch)
Adds the This PC icon back to the desktop. Applies the tweak via reg.exe.
Enable Num Lock on Startup (Registry Tweak)
Turns Num Lock on by default for every new sign-in.
Check "Disable News and Interests Feed" Status (Batch)
Uses reg query to check the current value behind the "Disable News and Interests Feed" tweak.
Disable Xbox Game Bar Capture (JScript)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via WScript.Shell.RegWrite (JScript syntaβ¦
Check "Show Hidden Files" Status (VBScript)
Reads the registry value behind the "Show Hidden Files" tweak to confirm whether it's applied.
Check "Disable Aero Shake" Status (Batch)
Uses reg query to check the current value behind the "Disable Aero Shake" tweak.
Disable Start Menu App Suggestions (Python)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via the stdlib winreg module.
Check "Disable Lock Screen Notifications" Status (VBScript)
Reads the registry value behind the "Disable Lock Screen Notifications" tweak to confirm whether it's applied.
Disable Windows Welcome Experience (Batch)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via reg.exe.
Check Disable Background Apps Globally Registry Value (VBA)
Reads the Disable Background Apps Globally registry value via WScript.Shell.RegRead and reports it in a message box β nβ¦