super cool command prompt tricks

Super cool cmd tips and tricks-

  Command prompt is very common to all of us. Most of us ignore cmd. But cmd is very powerful as we can perform many tasks by it. By cmd we can do many things like as we can shutdown our computer we can create an undeletable folder etc.
So let’s start with super cool cmd tricks-

1.            Create an undeletable folder
Windows did not allow you to create an undeletable folder. But with cmd you can do so. Just follow the following steps and create an undeletable folder.
1. Press Windows button and run CMD as administrator.
2. Type the command with this syntax “drive name: “. This command allow you to enter in the drive in which you want to create a folder. For example d: and press enter.(you can not create a undeletable folder in c drive because it is your system drive)
3. Now enter the following command.
Md con
4. Now your undeletable folder is ready
Deleting con Folder.
You can not delete such folder manually by using Windows. To delete this folder type the following command in the command prompt.
Rd con.
2. Shut Down Computer With Commands.
You can also shut down your computer by using command prompt. Type the following command in command prompt.
Shutdown /s.
And press enter your computer is shutdown within 1 minute.

3. Shutdown Computer In specified Time With CMD.
You can also shut down your computer in specified time using command prompt. If you want to shut down your computer after two minutes type the following command.
Shutdown /s /t120.
4. Display Message Before Shut Down
We can also print some message before shut down a computer. We can use it as a reminder which remind you a task at the time of shut down. We can do this by using the following command.
Shutdown /s /t120 /c your message
 We can replace my message with our message we want to display.    
5. Hide A Folder With CMD Command.
We can also hide a folder with cmd. Just follow the following steps.
Attrib +s +h D:”folder name”
Where ABC is the name of directory we want to hide.
Unhide The Folder.                                                                
If we can also unhide the hidden folder using command prompt. To unhide the folder type the following command.
Attrib –s –h d:”foldername”
6. Watch star wars movie in cmd

Watch star wars movie in cmd doesn’t mean that it display star wars movie. It make a screen appear to your computer that looks like star wars.
Just follow the following steps-
1.    1. Go to Start, Search in cmd open cmd window
2.    2. Type telnet and press Enter.
3.    3. In the following command prompt window, type "o" without quotes and press Enter.

4.    4. Now type "towel.blinkenlights.nl" without the quotes and press Enter.
f   

     for more help about cmd commands open cmd and type help and press enter. 


f

1 comment: