Link to home
Start Free TrialLog in
Avatar of astronus
astronus

asked on

Folder Question

hi, someone has access into my computer and create a folder on my drive C, name it "TestX", I try to delete it but unable to do so, I have check the security, it's give permission but as I delete it it's say Not found!! what did he do and how do I delete it?
Avatar of matt023
matt023

the file is probably locked.  unlock it using computer management > shared folders > open files or just reboot your machine.
Avatar of SysExpert
Try to do this logged in as administrator.

I hope this helps !
Open a CMD window and CD to the folder that has the file.  Then type:

DIR /X

Then look at the "8.3" filename for the folder.  It may be something like "TESTX~1" or whatever.  There may be characters after a ".".  Whatever it is, type:

RMDIR whatever_name_you_got_from_dir_x

and you should be able to delete it.  If there are files contained in the folder, you'll have to delete them first.  If they are named "funny" also, use the same technique, use RMDIR for folders, and DEL for files.
Avatar of astronus

ASKER

u got the credit jhance but how they do that, that i couldn't delete by Windows and have to use DOS to delete it
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial