Top 10 Best Command Prompt (CMD) Tricks And Hacks
1. These commands will help you perform shutdown, restart or logoff operations with just one command.
For Shut Down: shutdown -s
For Restarting: shutdown -r
For Logoff: shutdown -l
2. You can also shutdown your computer at a specified time by setting the time. Follow the command below.
shutdown -s -t 120
3. You can print a message before you shutdown by using this command. This will be helpful to the user as a reminder or for leaving a message for the next person who will use the computer.
shutdown -s -t 500 -c “i don’t want to work.”
4. We use a lot of application in our computer each with the different extension so remembering all those extensions can be hectic so use this command to check the extension of any application.
Assoc
5. You can hide a folder with this command
attrib +s +h D:honey
In the above command honey is the name of folder, Now unhide the folder with this command
attrib -s -h D:ABC
6. You can use config command to check all the information about your internet connection like IP address, Default gateway, and subnet mask.
In order to view Subnet Mask and IP Address use this command.
ipconfig
In order to view TCP/IP related Information use this command.
ipconfig/all
In order to view DNS cache use this command.
ipconfig/displaydns
In order to delete the local cache of DNS use this command.
ipconfig/flushdns
Also Read: Top 5 Cheapest Quadcopter Drones Under $300
7. Follow the internet related commands below.
net stop server
( It is used when the server is currently not running any service).
net start server
(It is used when the server is starting a service).
net start
(This command is used to check the services that are currently running).
net use m:sharedservername
(This command is used for connecting to share network drives).
net use m:sharedservername/delete
(This command is used for disconnecting to share network drives).
8. Now you can check the list of all your drivers by using this command.
driverquery
9. Use this command for Star Wars IV Trick.
“telnet towel.blinkenlights. nl”
Before doing that, make sure you have telnet enabled on your PC.
10. Now you can create Your Own WiFi Hotspot just follow the commands below.
“netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password”
Now to start hotspot you need to enter
“netsh wlan start hostednetwork”
Now to stop hotspot, you need to enter :
“netsh wlan stop hostednetwork”
50 HIGH PR FORUMS AND BOOKMARKING SITES FOR BACKLINKS http://answers.microsoft.com/en-us http://archiveoflinks.com / http://community.sitepoint.com / http://de.lirio.us / http://del.icio.us / http://dondir.com / http://filesharingtalk.com / http://forum.deviantart.com / http://forum.joomla.org / http://forums.cnet.com / http://forums.hostgator.com / http://forums.mysql.com / http://forums.searchenginewatch.com / http://simplemachines.org/community/index.php http://www.247webdirectory.com / http://www.2daydir.com / http://www.9dir.com/Submit http://www.9sites.net / http://www.9w1.net / http://www.a1webdirectory.org / http://www.abacusseo.com / http://www.abc-directory.com / http://www.abigdir.com / http://www.acewebdirectory.com / http://www.add2us.com / http://www.addbusiness.net / http://www.addlink.us / http://www.addlinkzfree.com / http://www.addsite.info / http://www.afreeurl.info / http://www.agrieducation.org / http://www.alistdirectory.com / http...
Comments
Post a Comment