Tag: system-wide

117 script(s) tagged “system-wide”

📄 JScript (WSH)

Disable Activity Feed / Timeline (JScript)

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

🧰 Registry (.reg)

Disable Activity Feed / Timeline (Registry Tweak)

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

📜 VBScript (WSH)

Disable Cortana (VBScript)

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

🐍 Python 3.10+

Disable Lock Screen (Python)

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

⚡ PowerShell 5.1+

Enable Win32 Long Paths

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

🧰 Registry (.reg)

Disable Cortana (Registry Tweak)

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

🐍 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.

📄 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)

Enable Win32 Long Paths (VBScript)

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

🖥️ Batch (CMD)

Disable Remote Assistance (Batch)

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

📊 VBA (Excel)

Apply Enable Win32 Long Paths (VBA)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Applied via WScript.Shell.RegWrite…

📊 VBA (Excel)

Check Disable Windows Consumer Features Registry Value (VBA)

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