10 useful run commands

July 15, 2024
5 min read
Contributors
Subscribe to newsletter
By subscribing you agree to with our Privacy Policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Windows Run commands can make navigating around windows systems faster. Here are some of the ones I find myself using on a somewhat regular basis.

To use a run command press Windows Key + R to open Run

Run
  1. appwiz.cpl - Programs and Features
  2. sysdm.cpl - Opens System properties used to join the domain or change computer name.
  3. cmd - Opens command prompt
  4. powershell - Opens Powershell powershell ise will open powershells IDE
  5. notepad - opens notepad useful for pasting information
  6. regedit - opens registry
  7. msinfo32 - used to see the specs of the computer "System Information"
  8. shutdown /r /f /t 00 - reboot the computer without waiting for any user input or hung applications
  9. devmgmt.msc - Device Manager used for looking at drivers
  10. lusrmgr.msc - local user manager helpful for creating local accounts.

Hopefully your navigation through windows a little easier.

Windows Run commands can make navigating around windows systems faster. Here are some of the ones I find myself using on a somewhat regular basis.

To use a run command press Windows Key + R to open Run

Run
  1. appwiz.cpl - Programs and Features
  2. sysdm.cpl - Opens System properties used to join the domain or change computer name.
  3. cmd - Opens command prompt
  4. powershell - Opens Powershell powershell ise will open powershells IDE
  5. notepad - opens notepad useful for pasting information
  6. regedit - opens registry
  7. msinfo32 - used to see the specs of the computer "System Information"
  8. shutdown /r /f /t 00 - reboot the computer without waiting for any user input or hung applications
  9. devmgmt.msc - Device Manager used for looking at drivers
  10. lusrmgr.msc - local user manager helpful for creating local accounts.

Hopefully your navigation through windows a little easier.

Subscribe to newsletter
By subscribing you agree to with our Privacy Policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
More

Related Blog Posts