Tag: jscript
80 script(s) tagged “jscript”
Disable Activity Feed / Timeline (JScript)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…
Get USB Controllers Report (JScript)
Queries Win32_USBController via WMI and prints USB Controllers to the console — JScript, VBScript's WSH sibling languag…
Disable Autoplay for All Drives (JScript)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite (JScript sy…
Get Physical Disk Drives Report (JScript)
Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console — JScript, VBScript's WSH sibling langua…
Disable Aero Shake (JScript)
Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite (JScript s…
Enable Win32 Long Paths (JScript)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
Disable Snap Assist Suggestions (JScript)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via WScript.Shell.Reg…
Disable Lock Screen Notifications (JScript)
Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite (JScript syntax…
Get Processes Report (JScript)
Queries Win32_Process via WMI and prints Processes to the console — JScript, VBScript's WSH sibling language.
Show Seconds in Taskbar Clock (JScript)
Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Balloon Tip Notifications (JScript)
Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite (JScript …
Get Operating System Info Report (JScript)
Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console — JScript, VBScript's WSH sibling…