21 Common Hand Signs & Gestures (& What They Mean)
Coming soon
Search
-
QuestionWhen I create "con" folder on my desktop, it does not show up. What can I do?
Community AnswerCreate a new folder. Name it "Con," but don't press enter yet. Hold down Alt and type 255 on the number pad, then press enter. -
QuestionHow do I make a CON folder on my computer?
Community Answer"md con\ " type this command on cmd to create CON folder. rd con\ to delete the CON folder. -
QuestionHow can I make the Con folder by using a command prompt?
Nuttapong PunpipatCommunity AnswerType "md \\.\C:\CON" in CMD.exe (without quotes, not restricted to C:\, can be any path that has permission to do that). -
QuestionI created a folder named 'Con' on my C drive; how do I delete it?
Community AnswerTo delete the 'Con' folder, you should use the command `rmdir \\.\C:\con` in the command prompt. -
QuestionIs using an invisible character, like one created with Alt+255, to name a folder 'Con' considered 'cheating'?
ArroganceTop AnswererYou could define cheating as involving deception or achieving results through illegitimate means. In this context, using an invisible character is generally viewed as a clever workaround or an exploit of a system quirk, rather than actual cheating. -
QuestionCan I safely create a folder named "Con"?
ArroganceTop AnswererYes, you can generally safely create a folder named 'Con'. However, be aware that it might cause issues with some very old DOS programs, which are often incompatible with modern Windows systems anyway.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit