Tag: per-user

481 script(s) tagged “per-user”

⚑ PowerShell 5.1+

Check "Disable News and Interests Feed" Status

Reads the current registry value behind the "Disable News and Interests Feed" tweak so you can confirm whether it's app…

⚑ PowerShell 5.1+

Check "Enable Clipboard History" Status

Reads the current registry value behind the "Enable Clipboard History" tweak so you can confirm whether it's applied.

πŸ“œ VBScript (WSH)

Enable Clipboard History (VBScript)

Turns on Windows+V clipboard history. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Check "Disable Taskbar Widgets Icon" Status (VBScript)

Reads the registry value behind the "Disable Taskbar Widgets Icon" tweak to confirm whether it's applied.

🐍 Python 3.10+

Disable Windows Tips & Suggestions (Python)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via the stdlib winreg module.

⚑ PowerShell 5.1+

Check "Disable Game Bar Startup Tips" Status

Reads the current registry value behind the "Disable Game Bar Startup Tips" tweak so you can confirm whether it's appli…

πŸ–₯️ Batch (CMD)

Disable Start Menu Suggested Apps (Batch)

Stops Windows from silently installing suggested Store apps. Applies the tweak via reg.exe.

🐍 Python 3.10+

Increase Icon Cache Size (Python)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via the stdlib winreg…

πŸ“„ JScript (WSH)

Disable Explorer Startup Delay (JScript)

Removes the artificial delay before startup apps launch. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🐍 Python 3.10+

Disable Sticky Keys Shortcut Prompt (Python)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via the stdlib winreg mod…

πŸ–₯️ Batch (CMD)

Disable Storage Sense Low-Space Notifications (Batch)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via reg.exe.

🐍 Python 3.10+

Disable Taskbar Widgets Icon (Python)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.