Tag: per-user

481 script(s) tagged “per-user”

πŸ–₯️ Batch (CMD)

Check "Show This PC Icon on Desktop" Status (Batch)

Uses reg query to check the current value behind the "Show This PC Icon on Desktop" tweak.

πŸ“Š VBA (Excel)

Apply Disable Recent Documents History (VBA)

Stops Windows from tracking recently opened documents. Applied via WScript.Shell.RegWrite from VBA.

🧰 Registry (.reg)

Increase Icon Cache Size (Registry Tweak)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts.

🟣 C# / .NET 6+

Disable Taskbar Widgets Icon (C#)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Check "Enable Light Mode" Status (Python)

Reads the registry value behind the "Enable Light Mode" tweak via winreg to confirm whether it's applied.

⚑ PowerShell 5.1+

Check "Disable Storage Sense Low-Space Notifications" Status

Reads the current registry value behind the "Disable Storage Sense Low-Space Notifications" tweak so you can confirm wh…

πŸ–₯️ Batch (CMD)

Check "Disable Game Bar Startup Tips" Status (Batch)

Uses reg query to check the current value behind the "Disable Game Bar Startup Tips" tweak.

πŸ“Š VBA (Excel)

Apply Disable Lock Screen Notifications (VBA)

Stops app notifications from appearing on the lock screen. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Disable Start Menu Web Search (Python)

Stops the Start Menu search from including web results. Applies the tweak via the stdlib winreg module.

⚑ PowerShell 5.1+

Check "Disable Taskbar Chat Icon" Status

Reads the current registry value behind the "Disable Taskbar Chat Icon" tweak so you can confirm whether it's applied.

⚑ PowerShell 5.1+

Check "Disable Taskbar Widgets Icon" Status

Reads the current registry value behind the "Disable Taskbar Widgets Icon" tweak so you can confirm whether it's applie…

πŸ“œ VBScript (WSH)

Check "Disable Snap Assist Suggestions" Status (VBScript)

Reads the registry value behind the "Disable Snap Assist Suggestions" tweak to confirm whether it's applied.