Tag: system-wide

117 script(s) tagged “system-wide”

🐍 Python 3.10+

Check "Disable Windows Telemetry" Status (Python)

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

📜 VBScript (WSH)

Disable First Logon Animation (VBScript)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

🧰 Registry (.reg)

Disable Lock Screen (Registry Tweak)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

📄 JScript (WSH)

Disable Windows Consumer Features (JScript)

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

📊 VBA (Excel)

Apply Disable Windows Telemetry (VBA)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

📄 JScript (WSH)

Disable Fast Startup (JScript)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

⚡ PowerShell 5.1+

Disable Fast Startup

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

🐍 Python 3.10+

Check "Enable Win32 Long Paths" Status (Python)

Reads the registry value behind the "Enable Win32 Long Paths" tweak via winreg to confirm whether it's applied.

🟣 C# / .NET 6+

Disable Windows Consumer Features (C#)

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

🟣 C# / .NET 6+

Disable Cortana (C#)

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

🖥️ Batch (CMD)

Disable Windows Consumer Features (Batch)

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

🟣 C# / .NET 6+

Disable Windows Telemetry (C#)

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