Showing posts with label MS DOS Tricks. Show all posts
Showing posts with label MS DOS Tricks. Show all posts

Saturday, February 4, 2012

How to Add Command Prompt in Right Click Menu

 Now command prompt can be added to right-click menu and every folder can operate with the command prompt. When you click on this function, then the folder will be open in the command prompt. Follow the steps below, how to do it?
First of all, open any Folder.

Sunday, January 29, 2012

How to Create Hidden Notepad File

If you want to create a hidden text document file and have some data in it. You can easily hide it but this file opens only with the dos command prompt. This file will not be visible.
First of all open the dos command prompt.
For open dos, go to Start=> Run
And here you type " cmd ".

Saturday, December 24, 2011

Scandisk with Dos

When you scan the disk, if the disk can't scan so scan with this method.

Go to Start=> Run
Here you type " cmd " and hit Enter.
Now dos command prompt window will be open and here you type.

chkdsk /x /f /r [ Drive Name ]

Example: chkdsk /x /f /r D:
And hit Enter.
D: is the drive name.

Friday, December 23, 2011

How to Disable or Enable Windows Command Prompt

You can disable and enable DOS Command easily with this trick. So follow these steps.

Go to Start=> Run
Here you type " regedit "
When registry editor window will be open then find this path.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp

Now on the right hand side panel right click and create a DWORD entry. Now make his name 
" DisableDos ".
After it give the value " 0 " for enable the DOS and " 1 " for disable the DOS. Its your choice you want to keep enable or disable.
Now reboot the pc to take better effect.

Sunday, October 23, 2011

MS DOS Color

You can change cmd black color into other colors.
Go to Start=> Run and type " cmd "
Now command prompt window will be appear.

Now type " color z "  
Now numbers of color list will be open.
As a Example: " Green 2 " 
Now if you want to change the black color of cmd into green, so now type
" color 2 "
and press Enter

Tuesday, October 11, 2011

Super Hidden Files or Folders with Dos Command Prompt

Today, I will hide the files or folders using the command prompt. The special thing for you, once time hidden with this method, the files or folders cannot be viewed by any search option. So let's start
Go to Start=> Run
Here you type " cmd " and press Enter
A command prompt window displays.
Now type " attrib+s+h D:\Folder Name "
and now press Enter.
( D:\ is drive )
Now the folder will be hidden.
To view this folder again, use the same command but replace " + " with " - " on both flags " s " and " h ".
Example:-
               attrib-s-h D:\Folder Name