Tag: system-wide
117 script(s) tagged “system-wide”
Enable Win32 Long Paths (Batch)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
Check "Disable Remote Assistance" Status
Reads the current registry value behind the "Disable Remote Assistance" tweak so you can confirm whether it's applied.
Disable Windows Consumer Features (Registry Tweak)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…
Disable Cortana
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt.
Disable Fast Startup (VBScript)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…
Apply Disable Activity Feed / Timeline (VBA)
Disables the Windows Activity Feed / Timeline feature (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…
Check Disable Cortana Registry Value (VBA)
Reads the Disable Cortana registry value via WScript.Shell.RegRead and reports it in a message box — no PowerShell or r…
Check Disable Windows Telemetry Registry Value (VBA)
Reads the Disable Windows Telemetry registry value via WScript.Shell.RegRead and reports it in a message box — no Power…
Disable Activity Feed / Timeline (VBScript)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…
Check "Disable Windows Telemetry" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Telemetry" tweak.
Check "Disable Fast Startup" Status (Batch)
Uses reg query to check the current value behind the "Disable Fast Startup" tweak.
Disable Remote Assistance (JScript)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…