//fpnotebook.com/
Microsoft Windows Run Command
Aka: Microsoft Windows Run Command
- See Also
- Microsoft Windows Server
- Microsoft Internet Information Services
- Windows Powershell
- Microsoft Windows
- Microsoft Asp.Net
- Microsoft Sql Server
- Precautions: Non-Medical
- Not for Medical Care
- The author uses several software packages and programming languages to develop FPnotebook content
- For convenience, a dozen pages in FPNotebook are dedicated to quick notes on content creation
- Approach
- Run Command prompt can be opened with WIN-R (or WIN-X on windows 8+)
- Pressing the Windows button, brings up a search box that will also recognize commands
- Commands are case insensitive (but pascal case is used below for easier recognition)
- Powershell accepts any of these commands
- Some commands with parameters may require to run command in quotes with IEX
- Example: IEX "shutdown -r"
- Technique: Accessories
- Calc
- Calculator
- CharMap
- Character Map
- Notepad
- Notepad Application
- Technique: Audio and Video
- Desk.cpl
- Display properties
- MmSys.cpl
- Sounds and Audio
- Technique: Command prompt
- Cmd
- Command window, dos prompt
- Powershell
- Powershell command window
- Technqiue: Files and Folders
- Explorer
- Open File Explorer
- Technique: Remote Connections
- MsTsc
- Remote Desktop Connection
- TelNet
- Telnet Client
- Technique: System Settings and Start-Up
- RegEdit
- Registry Editor
- MsConfig
- System Configuration Utility
- Technique: System Administration
- AppWiz.cpl
- Add or remove programs
- CompMgMt.msc
- Computer Management
- Control
- Control Panel
- Control AdminTools
- Administration Tools
- Control NetConnections
- Network Connections
- Control Printers
- Printers and Faxes
- HdwWiz.cpl
- Device Manager
- EventVwr.msc
- Event Viewer
- GpEdit.msc
- Local Group Policy Editor
- InetMgr
- Internet Information Services (IIS)
- MsInfo32
- System Information
- SysDm.cpl
- System properties (computer name, hardware, remote and environment variables)
- TaskMgr
- Task manager
- WinVer
- Windows version dialog
- Technique: Shutdown Windows
- ShutDown -r
- Restart Windows
- ShutDown -s
- Shut down Windows (without restart)
- ShutDown -l
- Logs off windows
- ShutDown -i
- Brings up dialog with shutdown options
- ShutDown -a
- Aborts prior shutdown command
- ShutDown -t XX
- Shutsdown Windows in XX number of seconds
- Can be used in combination with the other options (e.g. -r, -s, -l)
- References
- MyPCHell 156 useful Run Commands
- http://mypchell.com/guides/34-guides/69-156-useful-run-commands
- EightFire Windows Run Commands Complete List
- http://eightfire.com/complete-list-of-run-commands-in-windows-application-names.html#axzz3OXh07hRe
- Stackoverflow Shutdown Windows
- http://stackoverflow.com/questions/162304/how-do-i-shutdown-restart-logoff-windows-via-bat-file