Tag: system-wide
117 script(s) tagged “system-wide”
Disable First Logon Animation (Batch)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…
Disable Activity Feed / Timeline (Batch)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…
Disable Windows Consumer Features (Python)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…
Disable Activity Feed / Timeline
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.
Check "Disable First Logon Animation" Status (Batch)
Uses reg query to check the current value behind the "Disable First Logon Animation" tweak.
Check "Disable Lock Screen" Status (Python)
Reads the registry value behind the "Disable Lock Screen" tweak via winreg to confirm whether it's applied.
Check "Enable Win32 Long Paths" Status (Batch)
Uses reg query to check the current value behind the "Enable Win32 Long Paths" tweak.
Disable Remote Assistance (Python)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
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…
Check "Disable Windows Telemetry" Status (VBScript)
Reads the registry value behind the "Disable Windows Telemetry" tweak to confirm whether it's applied.
Check "Disable Windows Consumer Features" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Consumer Features" tweak.
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…