Tag: registry

599 script(s) tagged “registry”

🟣 C# / .NET 6+

Disable Start Menu App Suggestions (C#)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Disable Remote Assistance (Python)

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

📊 VBA (Excel)

Check Disable Fast Startup Registry Value (VBA)

Reads the Disable Fast Startup registry value via WScript.Shell.RegRead and reports it in a message box — no PowerShell…

🟣 C# / .NET 6+

Enable Clipboard History (C#)

Turns on Windows+V clipboard history. Applies the tweak via Microsoft.Win32.Registry.

📜 VBScript (WSH)

Check "Disable Start Menu Web Search" Status (VBScript)

Reads the registry value behind the "Disable Start Menu Web Search" tweak to confirm whether it's applied.

⚡ PowerShell 5.1+

Check "Enable Dark Mode" Status

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

📜 VBScript (WSH)

Check "Disable Windows Telemetry" Status (VBScript)

Reads the registry value behind the "Disable Windows Telemetry" tweak to confirm whether it's applied.

🖥️ Batch (CMD)

Check "Disable Windows Consumer Features" Status (Batch)

Uses reg query to check the current value behind the "Disable Windows Consumer Features" tweak.

🧰 Registry (.reg)

Enable Win32 Long Paths (Registry Tweak)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

🖥️ Batch (CMD)

Check "Disable Explorer Startup Delay" Status (Batch)

Uses reg query to check the current value behind the "Disable Explorer Startup Delay" tweak.

⚡ PowerShell 5.1+

Disable Window Animations

Disables minimize/maximize window animations for a snappier feel.

📊 VBA (Excel)

Apply Disable Bing Search Suggestions (VBA)

Stops the taskbar search box from showing web/Bing suggestions. Applied via WScript.Shell.RegWrite from VBA.