Thursday, October 7, 2010

Folder bug in windows and its solution

Nobody can create a FOLDER anywhere on the computer which can be named as “CON”. This is something pretty cool…and incredible.


 solution:

There is a way to create that.TRY IT NOW, IT WILL NOT CREATE “CON ” FOLDER
 1.go to start-->run--->cmd
2.in the CLI type
cd\
mkdir\\.\c\:\con  (note: we can create it in any location bye navigating to the desired location by using 'cd' command)
if u wana delete it than go
rmdir\\.\c\:\con

No comments: