Tag: per-user
481 script(s) tagged “per-user”
Check "Disable Taskbar Widgets Icon" Status (Python)
Reads the registry value behind the "Disable Taskbar Widgets Icon" tweak via winreg to confirm whether it's applied.
Check "Disable Start Menu App Suggestions" Status (Python)
Reads the registry value behind the "Disable Start Menu App Suggestions" tweak via winreg to confirm whether it's appliβ¦
Check "Align Taskbar Icons Left" Status
Reads the current registry value behind the "Align Taskbar Icons Left" tweak so you can confirm whether it's applied.
Check "Disable Windows Welcome Experience" Status (Python)
Reads the registry value behind the "Disable Windows Welcome Experience" tweak via winreg to confirm whether it's appliβ¦
Check "Disable Lock Screen Notifications" Status
Reads the current registry value behind the "Disable Lock Screen Notifications" tweak so you can confirm whether it's aβ¦
Enable Light Mode (Python)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.
Check Disable Windows Tips & Suggestions Registry Value (VBA)
Reads the Disable Windows Tips & Suggestions registry value via WScript.Shell.RegRead and reports it in a message box ββ¦
Check "Disable Xbox Game Bar Capture" Status (Batch)
Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.
Enable Light Mode (Batch)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.
Show This PC Icon on Desktop (C#)
Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.
Disable Taskbar Transparency (JScript)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.Rβ¦