Tag: per-user

481 script(s) tagged “per-user”

⚑ PowerShell 5.1+

Check "Disable Feedback Notifications" Status

Reads the current registry value behind the "Disable Feedback Notifications" tweak so you can confirm whether it's appl…

πŸ–₯️ Batch (CMD)

Check "Increase Icon Cache Size" Status (Batch)

Uses reg query to check the current value behind the "Increase Icon Cache Size" tweak.

πŸ“œ VBScript (WSH)

Disable Windows Welcome Experience (VBScript)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWri…

πŸ–₯️ Batch (CMD)

Disable Window Animations (Batch)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Check Disable Storage Sense Low-Space Notifications Registry Value (VBA)

Reads the Disable Storage Sense Low-Space Notifications registry value via WScript.Shell.RegRead and reports it in a me…

πŸ“Š VBA (Excel)

Apply Disable Feedback Notifications (VBA)

Stops Windows from periodically asking for feedback. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Check Disable Xbox Game Bar Capture Registry Value (VBA)

Reads the Disable Xbox Game Bar Capture registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

🐍 Python 3.10+

Disable Snap Assist Suggestions (Python)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via the stdlib winreg…

🐍 Python 3.10+

Check "Disable Start Menu Suggested Apps" Status (Python)

Reads the registry value behind the "Disable Start Menu Suggested Apps" tweak via winreg to confirm whether it's applie…

⚑ PowerShell 5.1+

Check "Disable Windows Tips & Suggestions" Status

Reads the current registry value behind the "Disable Windows Tips & Suggestions" tweak so you can confirm whether it's …

🟣 C# / .NET 6+

Enable Num Lock on Startup (C#)

Turns Num Lock on by default for every new sign-in. Applies the tweak via Microsoft.Win32.Registry.

πŸ“Š VBA (Excel)

Apply Show Recycle Bin Icon on Desktop (VBA)

Adds the Recycle Bin icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.