Tag: per-user

481 script(s) tagged “per-user”

🖥️ Batch (CMD)

Check "Disable Feedback Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Feedback Notifications" tweak.

📄 JScript (WSH)

Disable Tailored Experiences (JScript)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite (JSc…

📊 VBA (Excel)

Apply Disable Start Menu App Suggestions (VBA)

Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Disable Game Bar Startup Tips (Python)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via the stdlib winreg module.

🧰 Registry (.reg)

Disable Start Menu Suggested Apps (Registry Tweak)

Stops Windows from silently installing suggested Store apps.

📜 VBScript (WSH)

Disable Feedback Notifications (VBScript)

Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Disable Aero Shake (VBScript)

Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite.

🖥️ Batch (CMD)

Check "Enable Num Lock on Startup" Status (Batch)

Uses reg query to check the current value behind the "Enable Num Lock on Startup" tweak.

📊 VBA (Excel)

Apply Disable Windows Spotlight on Desktop (VBA)

Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Check Disable Balloon Tip Notifications Registry Value (VBA)

Reads the Disable Balloon Tip Notifications registry value via WScript.Shell.RegRead and reports it in a message box — …

🟣 C# / .NET 6+

Disable Aero Shake (C#)

Stops shaking a window from minimizing every other open window. Applies the tweak via Microsoft.Win32.Registry.

⚡ PowerShell 5.1+

Check "Show Recycle Bin Icon on Desktop" Status

Reads the current registry value behind the "Show Recycle Bin Icon on Desktop" tweak so you can confirm whether it's ap…