Tag: registry

599 script(s) tagged “registry”

⚡ 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.

🖥️ Batch (CMD)

Disable Windows Consumer Features (Batch)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

🐍 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…

🟣 C# / .NET 6+

Disable Windows Telemetry (C#)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…

🖥️ 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…

🟣 C# / .NET 6+

Disable Remote Assistance (C#)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

📄 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…