Tag: system-wide

117 script(s) tagged “system-wide”

🖥️ Batch (CMD)

Enable Win32 Long Paths (Batch)

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

⚡ PowerShell 5.1+

Check "Disable Remote Assistance" Status

Reads the current registry value behind the "Disable Remote Assistance" tweak so you can confirm whether it's applied.

🧰 Registry (.reg)

Disable Windows Consumer Features (Registry Tweak)

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

⚡ PowerShell 5.1+

Disable Cortana

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

📜 VBScript (WSH)

Disable Fast Startup (VBScript)

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

📊 VBA (Excel)

Apply Disable Activity Feed / Timeline (VBA)

Disables the Windows Activity Feed / Timeline feature (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

📊 VBA (Excel)

Check Disable Cortana Registry Value (VBA)

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

📊 VBA (Excel)

Check Disable Windows Telemetry Registry Value (VBA)

Reads the Disable Windows Telemetry registry value via WScript.Shell.RegRead and reports it in a message box — no Power…

📜 VBScript (WSH)

Disable Activity Feed / Timeline (VBScript)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🖥️ Batch (CMD)

Check "Disable Windows Telemetry" Status (Batch)

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

🖥️ Batch (CMD)

Check "Disable Fast Startup" Status (Batch)

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

📄 JScript (WSH)

Disable Remote Assistance (JScript)

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