π JScript
Windows Script Host JScript β VBScript's sibling, run via cscript/wscript.
Get Local Groups Report (JScript)
Queries Win32_Group via WMI and prints Local Groups to the console β JScript, VBScript's WSH sibling language.
Disable Taskbar Transparency (JScript)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.Rβ¦
Disable Window Animations (JScript)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via WScript.Shell.RegWrite (JScriptβ¦
Disable Explorer Startup Delay (JScript)
Removes the artificial delay before startup apps launch. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Get Physical Memory Modules Report (JScript)
Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console β JScript, VBScript's WSH siblinβ¦
Enable Light Mode (JScript)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via WScript.Shell.RegWrite (JScript syβ¦
Enable Clipboard History (JScript)
Turns on Windows+V clipboard history. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Cortana (JScript)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies tβ¦