Thr Windows command line may not be the best choice to work with due to
its unpleasant user interface, but there are certain useful features
that don’t come with a user interface and can only be accessed via the
command line. In this article, let us share with you a couple of command
line tools that you can use to troubleshoot your Windows PC.
1. System File Checker
The Windows System File Checker feature in Windows is used to check the integrity of the system files and registry. When you have a corrupted system or registry, you can make use of the System File Checker feature to scan and restore system files (or registry keys) from a cached version of original Windows files.
To run this tool, open up the Windows command prompt as an administrator and execute the command below.
2. Driverquery
Getting to know all the device drivers installed in your Windows PC is really important to resolve any issue arising from driver updates and/or other driver-related problems. Most people will use third-party tools to find out information about their device drivers. However, unknown to many, Windows has a built-in command line tool that can list all the driver details. To run Driverquery, open up your Windows command prompt as administrator and execute the below command.
By default, the details are listed in a table format. If you wish to change the display format (list and csv), you can use the parameter /fo. For example,
Moreover, you can also export the display details to a file. To save the information to a file, use the command below:
You can get more details from this Microsoft Knowledge Base.
3. Check Disk
When it comes to hard drive related issues, you can use the built-in tool called Check Disk (chkdsk) to help you recover information from bad sectors and damaged file systems. To run Check Disk, open up the command prompt as administrator and execute the command below.
Note: The paramteter /R tells the tool to delve deep and
forces Check Disk to find any bad sectors, this is an exhaustive search
and takes more time. If you don’t want a deep scan, you can remove the
parameter.
4. IPConfig
IPConfig is one of the commonly used commands in Windows (and Linux) and is used to get information regarding all the TCP/IP connections, network adapters information and a computer’s IP address. Moreover, you can use IPConfig command to purge the DNS cache and release or renew the IP addresses. To run IPConfig command, open up your Windows command prompt and execute the following command.
You can also use different parameters like /all, /flushdns and /release to get information on all the network adapters, purge the DNS cache and to release an IP address respectively.
To display the full TCP/IP configuration for all adapters:
To flush and reset the contents of the DNS client resolver cache:
To release the current DHCP configuration and discard the IP address configuration for all adapters:
Do
You Need Any Country's Phone Number (e.g USA, UK, Canada, Brazil,
Argentina, South Africa, Panama, Israel, Georgia, France, Netherlands
e.t.c) to call and receive on your local number?: Click here
1. System File Checker
The Windows System File Checker feature in Windows is used to check the integrity of the system files and registry. When you have a corrupted system or registry, you can make use of the System File Checker feature to scan and restore system files (or registry keys) from a cached version of original Windows files.
To run this tool, open up the Windows command prompt as an administrator and execute the command below.
2. Driverquery
Getting to know all the device drivers installed in your Windows PC is really important to resolve any issue arising from driver updates and/or other driver-related problems. Most people will use third-party tools to find out information about their device drivers. However, unknown to many, Windows has a built-in command line tool that can list all the driver details. To run Driverquery, open up your Windows command prompt as administrator and execute the below command.
By default, the details are listed in a table format. If you wish to change the display format (list and csv), you can use the parameter /fo. For example,
Moreover, you can also export the display details to a file. To save the information to a file, use the command below:
You can get more details from this Microsoft Knowledge Base.
3. Check Disk
When it comes to hard drive related issues, you can use the built-in tool called Check Disk (chkdsk) to help you recover information from bad sectors and damaged file systems. To run Check Disk, open up the command prompt as administrator and execute the command below.
4. IPConfig
IPConfig is one of the commonly used commands in Windows (and Linux) and is used to get information regarding all the TCP/IP connections, network adapters information and a computer’s IP address. Moreover, you can use IPConfig command to purge the DNS cache and release or renew the IP addresses. To run IPConfig command, open up your Windows command prompt and execute the following command.
You can also use different parameters like /all, /flushdns and /release to get information on all the network adapters, purge the DNS cache and to release an IP address respectively.
To display the full TCP/IP configuration for all adapters:
I previously shared: Download Bitdefender Total Security 2015 Build 18.13.0.1012 Final (with serial/license keys 2038)
0 comments:
Post a Comment
Let us know your opinion about this post by dropping your comment(s).