Tag: registry
599 script(s) tagged “registry”
Check "Enable Clipboard History" Status
Reads the current registry value behind the "Enable Clipboard History" tweak so you can confirm whether it's applied.
Enable Clipboard History (VBScript)
Turns on Windows+V clipboard history. Applies the tweak via WScript.Shell.RegWrite.
Check "Disable Taskbar Widgets Icon" Status (VBScript)
Reads the registry value behind the "Disable Taskbar Widgets Icon" tweak to confirm whether it's applied.
Disable Windows Consumer Features (Batch)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…
Disable Windows Tips & Suggestions (Python)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via the stdlib winreg module.
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…
Disable Windows Telemetry (C#)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…
Disable Start Menu Suggested Apps (Batch)
Stops Windows from silently installing suggested Store apps. Applies the tweak via reg.exe.
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…
Disable Remote Assistance (C#)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
Disable Explorer Startup Delay (JScript)
Removes the artificial delay before startup apps launch. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
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…