is-windows
popularReturns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
Updated by @doowb
windows-release
Get the name of a Windows version from the release number: `5.1.2600` → `XP`
Updated by @sindresorhus
tasklist
Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on either a local or a remote computer.
Updated by @sindresorhus
taskkill
Wrapper for the Windows `taskkill` command. Ends one or more tasks or processes.
Updated by @sindresorhus
ntsuspend
Suspend and resume processes on Windows using NtSuspendProcess() and NtResumeProcess(). This is a Node.js only module, it won't run in any browser or other JavaScript environments.
Updated by @federicocarboni
@stdlib/regexp-extended-length-path
Regular expression to detect an extended-length path.
Updated by @stdlib-bot
@stdlib/assert-is-windows
Boolean indicating if the current process is running on Windows.
Updated by @stdlib-bot
path-platform
popularProvide access to win32 and posix path operations; sourced directly from upstream Node.js
Updated by @tjfontaine
@stdlib/regexp-extname
Return a regular expression to capture a filename extension.
Updated by @stdlib-bot
@stdlib/regexp-dirname-windows
Return a regular expression to capture a Windows path dirname.
Updated by @stdlib-bot