Tag: per-user

481 script(s) tagged “per-user”

⚑ PowerShell 5.1+

Check "Disable Explorer Startup Delay" Status

Reads the current registry value behind the "Disable Explorer Startup Delay" tweak so you can confirm whether it's appl…

⚑ PowerShell 5.1+

Check "Disable Sticky Keys Shortcut Prompt" Status

Reads the current registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak so you can confirm whether it's…

πŸ“Š VBA (Excel)

Apply Disable Windows Tips & Suggestions (VBA)

Stops Windows from showing tips and suggestions notifications. Applied via WScript.Shell.RegWrite from VBA.

🟣 C# / .NET 6+

Disable Windows Welcome Experience (C#)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via Microsoft.Win32.Regi…

πŸ“„ JScript (WSH)

Increase Icon Cache Size (JScript)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via WScript.Shell.Reg…

🧰 Registry (.reg)

Show This PC Icon on Desktop (Registry Tweak)

Adds the This PC icon back to the desktop.

πŸ–₯️ Batch (CMD)

Disable Feedback Notifications (Batch)

Stops Windows from periodically asking for feedback. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Check Disable Bing Search Suggestions Registry Value (VBA)

Reads the Disable Bing Search Suggestions registry value via WScript.Shell.RegRead and reports it in a message box β€” no…

πŸ“Š VBA (Excel)

Apply Disable Taskbar Transparency (VBA)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applied via WScript.Shell.RegWrite fr…

πŸ“œ VBScript (WSH)

Check "Disable Background Apps Globally" Status (VBScript)

Reads the registry value behind the "Disable Background Apps Globally" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Disable Snap Assist Suggestions

Stops Windows from suggesting other windows to snap next to one you just moved.

πŸ“œ VBScript (WSH)

Disable Windows Tips & Suggestions (VBScript)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite.