slmgr
This command is an alias of slmgr.vbs.
slmgr.vbs
showmount
Display information about NFS filesystems on Windows Server.
show-markdown
Shows a Markdown file or string in the console in a friendly way using VT100 escape sequences or in a browser using HTML.Note: This command can only be used through PowerShell.
sfc
Scans the integrity of Windows system files.
setx
Set persistent environment variables.
set-service
Starts, stops, and suspends a service, and changes its properties.Note: This command can only be used through PowerShell.
set-location
Display the current working directory or move to a different directory.Note: This command can only be used through PowerShell.
set-date
Changes the system time on the computer to a time that you specify.Note: This command can only be used through PowerShell.
set-acl
Changes the security descriptor of a specified item, such as a file or a registry key.Note: This command can only be used through PowerShell.
select-string
Finds text in strings and files in PowerShell.Note: This command can only be used through PowerShell.You can use Select-String similar to grep in UNIX or findstr.exe in Windows.
Select-String
grep
findstr.exe
scoop
The Scoop package manager.Some subcommands such as bucket have their own usage documentation.
bucket
scoop-bucket
Manage buckets: Git repositories containing files which describe how scoop installs applications.If Scoop doesn't know where the bucket is located its repository location must be specified.
sc
Communicate with the Service Control Manager and services.
sc-query
This command is an alias of sc.exe query.
sc.exe query
sc-delete
This command is an alias of sc.exe delete.
sc.exe delete
sc-create
This command is an alias of sc.exe create.
sc.exe create
sc-config
This command is an alias of sc.exe config.
sc.exe config
robocopy
Robust File and Folder Copy.By default files will only be copied if the source and destination have different time stamps or different file sizes.
ri
In PowerShell, this command is an alias of Remove-Item.
Remove-Item
resolve-path
Resolves the wildcard characters in a path, and displays the path contents.Note: This command can only be used through PowerShell.