π JScript
Windows Script Host JScript β VBScript's sibling, run via cscript/wscript.
Disable Background Apps Globally (JScript)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via WScript.Shell.Rβ¦
Get Computer System Info Report (JScript)
Queries Win32_ComputerSystem via WMI and prints Computer System Info to the console β JScript, VBScript's WSH sibling lβ¦
Disable Recent Documents History (JScript)
Stops Windows from tracking recently opened documents. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Game Bar Startup Tips (JScript)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Show Recycle Bin Icon on Desktop (JScript)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Get System Drivers Report (JScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console β JScript, VBScript's WSH sibling language.
Enable Num Lock on Startup (JScript)
Turns Num Lock on by default for every new sign-in. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Start Menu App Suggestions (JScript)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Get Signed Drivers Report (JScript)
Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β JScript, VBScript's WSH sibling languaβ¦
Get Network Shares Report (JScript)
Queries Win32_Share via WMI and prints Network Shares to the console β JScript, VBScript's WSH sibling language.
Disable Windows Consumer Features (JScript)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) prompβ¦
Disable Fast Startup (JScript)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Adβ¦