Tag: per-user

481 script(s) tagged “per-user”

๐Ÿ–ฅ๏ธ Batch (CMD)

Check "Enable Light Mode" Status (Batch)

Uses reg query to check the current value behind the "Enable Light Mode" tweak.

๐ŸŸฃ C# / .NET 6+

Increase Icon Cache Size (C#)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via Microsoft.Win32.Rโ€ฆ

โšก PowerShell 5.1+

Check "Disable Background Apps Globally" Status

Reads the current registry value behind the "Disable Background Apps Globally" tweak so you can confirm whether it's apโ€ฆ

๐ŸŸฃ C# / .NET 6+

Disable Taskbar Transparency (C#)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via Microsoft.Win32โ€ฆ

๐Ÿ“œ VBScript (WSH)

Check "Disable Windows Spotlight on Desktop" Status (VBScript)

Reads the registry value behind the "Disable Windows Spotlight on Desktop" tweak to confirm whether it's applied.

โšก PowerShell 5.1+

Disable Background Apps Globally

Prevents Store apps from running in the background to save resources and battery.

๐Ÿ“„ JScript (WSH)

Disable Start Menu Suggested Apps (JScript)

Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite (JScript syntโ€ฆ

๐Ÿ Python 3.10+

Check "Disable Taskbar Transparency" Status (Python)

Reads the registry value behind the "Disable Taskbar Transparency" tweak via winreg to confirm whether it's applied.

๐Ÿ Python 3.10+

Align Taskbar Icons Left (Python)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via the stdlib winreg module.

๐Ÿงฐ Registry (.reg)

Disable Recent Documents History (Registry Tweak)

Stops Windows from tracking recently opened documents.

๐Ÿ“Š VBA (Excel)

Apply Disable Autoplay for All Drives (VBA)

Disables Autoplay prompts for every drive type, including USB. Applied via WScript.Shell.RegWrite from VBA.

๐Ÿ–ฅ๏ธ Batch (CMD)

Check "Enable Clipboard History" Status (Batch)

Uses reg query to check the current value behind the "Enable Clipboard History" tweak.