Tag: system-wide

117 script(s) tagged “system-wide”

📊 VBA (Excel)

Check Disable Activity Feed / Timeline Registry Value (VBA)

Reads the Disable Activity Feed / Timeline registry value via WScript.Shell.RegRead and reports it in a message box — n…

📜 VBScript (WSH)

Check "Disable Cortana" Status (VBScript)

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

🐍 Python 3.10+

Disable First Logon Animation (Python)

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

🐍 Python 3.10+

Enable Win32 Long Paths (Python)

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

🖥️ Batch (CMD)

Disable Fast Startup (Batch)

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

🖥️ Batch (CMD)

Disable Windows Telemetry (Batch)

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

📊 VBA (Excel)

Apply Disable Cortana (VBA)

Disables Cortana integration in Windows Search (requires admin). Applied via WScript.Shell.RegWrite from VBA. Requires …

⚡ PowerShell 5.1+

Disable Lock Screen

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

📊 VBA (Excel)

Check Enable Win32 Long Paths Registry Value (VBA)

Reads the Enable Win32 Long Paths registry value via WScript.Shell.RegRead and reports it in a message box — no PowerSh…

📊 VBA (Excel)

Apply Disable Fast Startup (VBA)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Applied via WScript.Shel…

🐍 Python 3.10+

Disable Cortana (Python)

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

🧰 Registry (.reg)

Disable Remote Assistance (Registry Tweak)

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