Tag: per-user

481 script(s) tagged “per-user”

🐍 Python 3.10+

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.

⚑ PowerShell 5.1+

Show Seconds in Taskbar Clock

Adds a seconds display to the taskbar clock.

🐍 Python 3.10+

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…

⚑ PowerShell 5.1+

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.

🐍 Python 3.10+

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…

⚑ PowerShell 5.1+

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…

🐍 Python 3.10+

Enable Light Mode (Python)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.

πŸ“Š VBA (Excel)

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 —…

πŸ–₯️ Batch (CMD)

Check "Disable Xbox Game Bar Capture" Status (Batch)

Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.

πŸ–₯️ Batch (CMD)

Enable Light Mode (Batch)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.

🟣 C# / .NET 6+

Show This PC Icon on Desktop (C#)

Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

πŸ“„ JScript (WSH)

Disable Taskbar Transparency (JScript)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…