Tag: system-wide

117 script(s) tagged “system-wide”

🐍 Python 3.10+

Check "Disable Remote Assistance" Status (Python)

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

🐍 Python 3.10+

Disable Activity Feed / Timeline (Python)

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

πŸ“Š VBA (Excel)

Apply Disable Windows Consumer Features (VBA)

Stops Windows from auto-installing suggested consumer apps (requires admin). Applied via WScript.Shell.RegWrite from VB…

πŸ“Š VBA (Excel)

Apply Disable First Logon Animation (VBA)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Applied via WScript.Shell.RegW…

πŸ“œ VBScript (WSH)

Check "Disable Lock Screen" Status (VBScript)

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

πŸ“œ VBScript (WSH)

Check "Disable First Logon Animation" Status (VBScript)

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

⚑ PowerShell 5.1+

Disable First Logon Animation

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

πŸ–₯️ Batch (CMD)

Disable Lock Screen (Batch)

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

🐍 Python 3.10+

Disable Fast Startup (Python)

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

πŸ“œ VBScript (WSH)

Check "Enable Win32 Long Paths" Status (VBScript)

Reads the registry value behind the "Enable Win32 Long Paths" tweak to confirm whether it's applied.

πŸ“Š VBA (Excel)

Check Disable Lock Screen Registry Value (VBA)

Reads the Disable Lock Screen registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell …

πŸ“„ JScript (WSH)

Disable Windows Telemetry (JScript)

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