What happens if you try to create a folder named "con", "prn", "nul" etc.
Channel:
Subscribers:
463
Published on ● Video Link: https://www.youtube.com/watch?v=Wwf6oGDxmbk
If you try to create a folder with names like "con", "prn", "nul", "aux", "com(1-9)" or "lpt(1-9)", it will say "The specified device name is invalid." To do so, start Command Prompt as admin.
To create "con" folder: md\ \\ C:\Directory\con
To remove "con" folder: rd\ \\ C:\Directory\con