HOW TO CREATE A FOLDER WINDOWS CANNOT
DELETE OR RENAME
Hello every one!
Sure you have some day tried to delete or at
least tried to rename a file some time on your
computer and windows just refused with funny
massages like Windows cannot rename this file or
similar massages. well today i will tell you both a
way to create and also a way to delete it when
you need it no more.
With out wasting any time, Let's get started.
Steps:
1. Go to Start and then Click on Run and enter
CMD. [ If you are using Windows 7, just search
"CMD" and click on that black icon named CMD.]
3. Remember you cannot create Undeletable &
unrenamable folder in your root directory (i.e.
where the windows is installed) That means you
can't make this kind of folder in C: drive if you
installed windows on C: 4. Type D: or E: and hit
enter
5. Type md con\ and hit enter (md - make
directory) You may use other words such as aux,
lpt1, lpt2, lpt3 up to lpt9 instead of con in above
step.
6. Open that directory, you will see the folder
created of name con. Try to delete that folder or
rename that folder windows will show the error
message.
That is it. you created a folder windows will not
delete. at least not just like that. But how about
if you need it no more,
This is How you can delete this folder your self
when you want it no more:
Now there is no way to delete that folder
manually but you can delete this folder by
another way mentioned below.
1. Open Command Prompt
2. Type D: ( if u created this type of folder in D:
drive) & hit enter
3. Type rd con\ (rd - remove directory)
4. Open that directory and the folder will not
appear because it is removed.
Ok. so i hope this was of help to you let's see
about next time.