Categories
Laptop Microsoft

How to make CON folder in Windows

It was the most discussed topic I ever heard about windows.

There were lots of discussions, gossips, bets and tons of mails roaming around about “Creation of CON folder on windows OS”

I’ll give you very simple one liner command to create the same.

Step 1: go to command prompt (Start > Run type cmd and enter, short key Win+R)

Step 2 : you’ll get any path and prompt where cursor was blinking. Write cd\

Step 3 : type in mkdir \\.\c:\con

Step 4: you can check in cmd prompt by dir \\.\c:\con

Step 5 : delete the folder by rmdir \\.\c:\con

CON is reserved name in windows, that’s the reason you neither can create nor delete the con folder using normal procedure. You have to have these smart tips to do so.

This is applicable with all the following names: CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9

Reason : these are window’s inbuilt ‘Reserved Device Names’

'Coz sharing is caring

By Swatantra Kumar

Swatantra is an engineering leader with a successful record in building, nurturing, managing, and leading a multi-disciplinary, diverse, and distributed team of engineers and managers developing and delivering solutions. Professionally, he oversees solution design-development-delivery, cloud transition, IT strategies, technical and organizational leadership, TOM, IT governance, digital transformation, Innovation, stakeholder management, management consulting, and technology vision & strategy. When he's not working, he enjoys reading about and working with new technologies, and trying to get his friends to make the move to new web trends. He has written, co-written, and published many articles in international journals, on various domains/topics including Open Source, Networks, Low-Code, Mobile Technologies, and Business Intelligence. He made a proposal for an information management system at the University level during his graduation days.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.