How To Create CON Folder In Microsoft
Posted by Unknown |  at 11:51
No comments
CON, you cannot create any of these
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more
but from now on you will know how to do it.."Now IT's Possible"
So Now, Try this...
Open the Command prompt by Start -> Run and typing cmd
Code:
C:\> md \\.\c:\conNow, Open My Computer and browse through the path where you created CON folder... Surprising.. ?? Yeah.. you have created it successfully
Now, try to delete the folder from My computer
OOPS!!! You cant delete it...
Now, try this in command prompt console
Code:
C:\> rd \\.\c:\con
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more
but from now on you will know how to do it.."Now IT's Possible"
So Now, Try this...
Open the Command prompt by Start -> Run and typing cmd
Code:
C:\> md \\.\c:\conNow, Open My Computer and browse through the path where you created CON folder... Surprising.. ?? Yeah.. you have created it successfully
Now, try to delete the folder from My computer
OOPS!!! You cant delete it...
Now, try this in command prompt console
Code:
C:\> rd \\.\c:\con
Tagged as: Tricks

About the Author
Write admin description here..
Get Updates
Subscribe to our e-mail newsletter to receive updates.
Share This Post
Related posts
0 comments: