Tag: registry
599 script(s) tagged “registry”
Apply Disable Start Menu Suggested Apps (VBA)
Stops Windows from silently installing suggested Store apps. Applied via WScript.Shell.RegWrite from VBA.
Check "Disable Start Menu Web Search" Status
Reads the current registry value behind the "Disable Start Menu Web Search" tweak so you can confirm whether it's appliβ¦
Check "Increase Icon Cache Size" Status (Python)
Reads the registry value behind the "Increase Icon Cache Size" tweak via winreg to confirm whether it's applied.
Enable Dark Mode (C#)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via Microsoft.Win32.Registry.
Disable Start Menu Suggested Apps (C#)
Stops Windows from silently installing suggested Store apps. Applies the tweak via Microsoft.Win32.Registry.
Disable Remote Assistance (Batch)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦
Disable Aero Shake (Batch)
Stops shaking a window from minimizing every other open window. Applies the tweak via reg.exe.
Apply Enable Win32 Long Paths (VBA)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Applied via WScript.Shell.RegWriteβ¦
Check "Disable Aero Shake" Status (Python)
Reads the registry value behind the "Disable Aero Shake" tweak via winreg to confirm whether it's applied.
Check Disable Windows Consumer Features Registry Value (VBA)
Reads the Disable Windows Consumer Features registry value via WScript.Shell.RegRead and reports it in a message box β β¦
Apply Show Hidden Files (VBA)
Makes File Explorer always show hidden files and folders. Applied via WScript.Shell.RegWrite from VBA.
Apply Enable Clipboard History (VBA)
Turns on Windows+V clipboard history. Applied via WScript.Shell.RegWrite from VBA.