USEFUL CMD TRICKS




1. Know Your Motherboard Information

In a pre-built PC, the motherboard keeps everything together inside. If you want to update the BIOS, or even just out its name, then you can do so through the command prompt. By using this  --

wmic baseboard get product,version,serialnumber,product

2. Running multiple commands
If you want to run two commands simultaneously, you can do this.
You just need to put “&&” between each command and save some time.
Example--.
ipconfig && mspaint



3. Creating a Wi-Fi Hotspot
We can use the Command Prompt to create a Wi-Fi hotspot on your Windows PC, and share internet connection with multiple devices without using any third-party apps. Just launch Command Prompt, and type-

netsh wlan set hostednetwork mode=allow ssid=HotspotName key=Password


 4. Manage Your IP Address
You can change your IP address. 
If you need to change yours, type-
ipconfig /release
ipconfig /renew

First command will release your current IP address, while the second command will get a new IP address for your machine.


5. Fix issues with DNS resolver cache
To get access websites faster, your computer usually maintains a local DNS resolver cache. But sometimes, the cache might get corrupt and you cannot able to get access to your favourite sites.
In that case, you can try this Windows command –
ipconfig /flushdns


6. List all Installed Programs
 This is  helpful if you need to uninstall a program using the Command Prompt. To list out all the installed programs, simply launch Command Prompt, and type-

wmic product get name


 7. Scan and Repair Files
To scan and repair files on your computer, type
 sfc /scannow






















About the Author

Sarkun is a dedicated research student at one of India's premier institutions, the Indian Institute of Science Education and Research (IISER). With over three years of experience in the realm of blogging, Sarkun's passion lies at the interse…

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.