If you have been using a Windows computer for a while, you may have
come across the term “CON” while creating or deleting a folder. The CON
folder is a reserved system name in Windows, and it is not possible to
create a folder with this name using the standard Windows methods. However,
there are a few workarounds to create and delete the CON folder on your
windows computer.
Creating a CON Folder
To create a CON folder, you need to follow these steps:
Step 1: Open the Command Prompt
To open the Command Prompt, press the Windows key + R on your keyboard,
type “cmd” and hit Enter.
Step 2: Navigate to the Folder Location
Navigate to the location where you want to create the CON folder. You can
use the “cd” command to navigate to the folder location. For example, if you
want to create the CON folder on the desktop, you can type “cd desktop” and
hit Enter.
Step 3: Create the CON Folder
To create the CON folder, type “md .d:con” (replace “d” with the drive
letter where you want to create the folder) and hit Enter. This will create
the CON folder in the specified location.
Deleting a CON Folder
To delete a CON folder, you need to follow these steps:
Step 1: Open the Command Prompt
To open the Command Prompt, press the Windows key + R on your keyboard,
type “cmd” and hit Enter.
Step 2: Navigate to the Folder Location
Navigate to the location where the CON folder is located. You can use the
“cd” command to navigate to the folder location.
Step 3: Delete the CON Folder
To delete the CON folder, type “rd .d:con” (replace “d” with the drive
letter where the folder is located) and hit Enter. This will delete the CON
folder from the specified location.
Conclusion
The CON folder is a reserved system name in Windows, and it is not possible
to create or delete a folder with this name using the standard Windows
methods. However, you can use the Command Prompt to create or delete the CON
folder. By following the steps mentioned above, you can easily create or
delete the CON folder on your windows computer.