Tag: system-wide

117 script(s) tagged “system-wide”

🖥️ Batch (CMD)

Check "Disable Lock Screen" Status (Batch)

Uses reg query to check the current value behind the "Disable Lock Screen" tweak.

🐍 Python 3.10+

Check "Disable Windows Consumer Features" Status (Python)

Reads the registry value behind the "Disable Windows Consumer Features" tweak via winreg to confirm whether it's applie…

⚡ PowerShell 5.1+

Check "Disable First Logon Animation" Status

Reads the current registry value behind the "Disable First Logon Animation" tweak so you can confirm whether it's appli…

🐍 Python 3.10+

Check "Disable Activity Feed / Timeline" Status (Python)

Reads the registry value behind the "Disable Activity Feed / Timeline" tweak via winreg to confirm whether it's applied.

📄 JScript (WSH)

Disable Lock Screen (JScript)

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

📜 VBScript (WSH)

Disable Remote Assistance (VBScript)

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

📊 VBA (Excel)

Apply Disable Lock Screen (VBA)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Applied via WScript.Shell.Reg…

🖥️ Batch (CMD)

Check "Disable Cortana" Status (Batch)

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

🟣 C# / .NET 6+

Enable Win32 Long Paths (C#)

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

📜 VBScript (WSH)

Check "Disable Remote Assistance" Status (VBScript)

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

🟣 C# / .NET 6+

Disable First Logon Animation (C#)

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

📜 VBScript (WSH)

Check "Disable Windows Consumer Features" Status (VBScript)

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