Have you guys ever tried to make a folder with the name con or prn or nul. If not try it now and check if you can create them. If you aren’t then continue reading. These words (CON, PRN, NUL, AUX, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8 and LPT9) are reserved keywords called SYSTEM FOLDERS and can’t be created directly in Windows Explorer or Command Prompt. But fortunately we curios minds are very keen to do something that is not possible. Yes you can achieve creating those folders through Command Prompt. Just follow these instructions..
Go to start -> Run -> type in cmd or command
To create a folder named con in your C drive then, write this in the command prompt window down and press Enter
-> md \\.\c:\con
Similarly to create a folder named con in your D drive then, write this in the command prompt window down and press Enter
-> md \\.\d:\con
If you want to delete this folder
-> rd \\.\c:\con
In place of con you can write any desired name of your folder as if for now you can even try folder names like prn, nul and many others too.
Related posts:
- How to Hide and Unhide a folder in Windows XP
- Over 10+ Keyboard Shortcuts for Windows XP (Some You Probably Might Not Know)
- How to create User accounts in Windows XP
- Using the best Windows XP Shortcuts to utilize less time
- How To Speed Up Your Computer's Start Up




[...] your all time favourite CON Folder tutorial is done using MS DOS. If you have missed out that CON folder tutorial you can check it here. They are many commands you can start with but since everyone like the [...]
There is a bug in windows Xp which don’t let you make a folder with that name but now with this trick all I can say is
Everything is possible
Now I can surely say to my friends that I can make a folder which XP don’t allows
…why do people keep saying this is a bug in windows?! its a reserved name from way back before XP was even made, well before Win95 n so on.
But thanks for the solution on deleting this folder!! Made the folder in Unix to see if it would allow it, which it did lol