Technoholic

Programming and Productivity tips and tricks

Windows Command line Gems

February 06, 2021 — Vinayak Gadkari

jewellery

For beginners, here’s a list of windows command line tools that are really useful.

  1. driverquery : installed drivers.
  2. openfiles : files opened by network users
  3. netstat : monitor port activity
  4. recover : recover corrupt file
  5. systeminfo : detailed configuration information
  6. schtasks : schedule tasks
  7. subst : use alternate drive letter
  8. net use : connect/disconnect a shared resource
  9. pushd/popd : switch directory conveniently
  10. qwinsta/rwinsta : Query/Remove Remote Desktop connections

Read more...