Windows Command line Gems
February 06, 2021 —
Vinayak Gadkari
For beginners, here’s a list of windows command line tools that are really useful.
- driverquery : installed drivers.
- openfiles : files opened by network users
- netstat : monitor port activity
- recover : recover corrupt file
- systeminfo : detailed configuration information
- schtasks : schedule tasks
- subst : use alternate drive letter
- net use : connect/disconnect a shared resource
- pushd/popd : switch directory conveniently
- qwinsta/rwinsta : Query/Remove Remote Desktop connections