Tag: registry

599 script(s) tagged “registry”

🖥️ Batch (CMD)

Hide Taskbar Search Box (Batch)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via reg.exe.

🧰 Registry (.reg)

Disable Cortana (Registry Tweak)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt.

🟣 C# / .NET 6+

Disable Feedback Notifications (C#)

Stops Windows from periodically asking for feedback. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Background Apps Globally (C#)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via Microsoft.Win32…

🐍 Python 3.10+

Check "Disable Cortana" Status (Python)

Reads the registry value behind the "Disable Cortana" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Disable Autoplay for All Drives (Python)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via the stdlib winreg module.

📄 JScript (WSH)

Enable Win32 Long Paths (JScript)

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

📜 VBScript (WSH)

Check "Disable Xbox Game Bar Capture" Status (VBScript)

Reads the registry value behind the "Disable Xbox Game Bar Capture" tweak to confirm whether it's applied.

📜 VBScript (WSH)

Enable Win32 Long Paths (VBScript)

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

⚡ PowerShell 5.1+

Disable Tailored Experiences

Stops Windows from using diagnostic data to personalize tips and ads.

📊 VBA (Excel)

Check Disable Autoplay for All Drives Registry Value (VBA)

Reads the Disable Autoplay for All Drives registry value via WScript.Shell.RegRead and reports it in a message box — no…

⚡ PowerShell 5.1+

Disable Balloon Tip Notifications

Disables the small notification balloon tips in the system tray.