Tag: system-wide

117 script(s) tagged “system-wide”

🖥️ Batch (CMD)

Disable First Logon Animation (Batch)

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

🖥️ Batch (CMD)

Disable Activity Feed / Timeline (Batch)

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

🐍 Python 3.10+

Disable Windows Consumer Features (Python)

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

⚡ PowerShell 5.1+

Disable Activity Feed / Timeline

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

🖥️ Batch (CMD)

Check "Disable First Logon Animation" Status (Batch)

Uses reg query to check the current value behind the "Disable First Logon Animation" tweak.

🐍 Python 3.10+

Check "Disable Lock Screen" Status (Python)

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

🖥️ Batch (CMD)

Check "Enable Win32 Long Paths" Status (Batch)

Uses reg query to check the current value behind the "Enable Win32 Long Paths" tweak.

🐍 Python 3.10+

Disable Remote Assistance (Python)

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

📊 VBA (Excel)

Check Disable Fast Startup Registry Value (VBA)

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

📜 VBScript (WSH)

Check "Disable Windows Telemetry" Status (VBScript)

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

🖥️ Batch (CMD)

Check "Disable Windows Consumer Features" Status (Batch)

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

🧰 Registry (.reg)

Enable Win32 Long Paths (Registry Tweak)

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