I have Windows XP on my System. The thing is that I am unable to get access to the Command prompt Window. Whenever I try to get access to the same it closes down and is then unable to get implemented. Why this is happen? Thanks in advanced.
I have Windows XP on my System. The thing is that I am unable to get access to the Command prompt Window. Whenever I try to get access to the same it closes down and is then unable to get implemented. Why this is happen? Thanks in advanced.
You should activate the automatic completion in order to get the thing to work for you. You must follow the method as follows:
1) Open the regedit .
2) Then try to navigate through the HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor key.
3) You would get a command processor key. Click on it.
4) Now double click on the Completion Char value for folder name completion. Also you should type 0X4 and it must be in hexadecimal form.
5) Double click the PathCompletionChar value for file name completion. Now type in 0×6 and it must be too in hexadecimal form.
6) Close the regedit.
Well there are certain keys through which you can allow and stop the command session. You can try out by implementing the following key in order to get access to the command prompt option. It could be that the the feature is been stopped. So look out for the key that is:
* cmd /y tries to stops the command extensions for this cmd session.
* cmd /x tries to allow the command extensions for this cmd session.
Bookmarks