we all know that can't create con folder in windows. Read this article to know why is
it not possible to create con folder?
Here is simple trick to create con folder in windows using Command Prompt.
Step 1:
Open Command Prompt(Start->run->cmd)
it not possible to create con folder?
Here is simple trick to create con folder in windows using Command Prompt.
Step 1:
Open Command Prompt(Start->run->cmd)
Step 2:
Type this command:
Type this command:
md \\.\d:\con This will create con folder in D Drive.
To Remove the folder type this command
rd \\.\d:\con
This will remove con folder from D Drive
No comments:
Post a Comment