Tag: per-user
481 script(s) tagged “per-user”
Check "Disable Feedback Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Feedback Notifications" tweak.
Disable Tailored Experiences (JScript)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite (JSc…
Apply Disable Start Menu App Suggestions (VBA)
Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.
Disable Game Bar Startup Tips (Python)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via the stdlib winreg module.
Disable Start Menu Suggested Apps (Registry Tweak)
Stops Windows from silently installing suggested Store apps.
Disable Feedback Notifications (VBScript)
Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite.
Disable Aero Shake (VBScript)
Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite.
Check "Enable Num Lock on Startup" Status (Batch)
Uses reg query to check the current value behind the "Enable Num Lock on Startup" tweak.
Apply Disable Windows Spotlight on Desktop (VBA)
Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.
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 — …
Disable Aero Shake (C#)
Stops shaking a window from minimizing every other open window. Applies the tweak via Microsoft.Win32.Registry.
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…