Can't delete directory from My Documents
Hello all,
I have tried to delete a directory from My Documents and I can't delete it. When I try to it says;
Could Not Find Item
I have:
Restarted my computer Ran A Disk Check Tried Deleting from command prompt as admin
But no luck please help!
August 18th, 2011 2:42pm
Try getting its full 8.3 dos path name
Browse to the folder in a command prompt and type command.com , this should display the 8.3 path
a foldeer like C:\Users\Administrator\Documents\OneNote Notebooks will display C:\Users\ADMINI~1\DOCUME~1\ONENOT~1
then type rd /s /q C:\Users\ADMINI~1\DOCUME~1\ONENOT~1
Note command.com no longer works for 64 bit systems.
Regards, ~G MCSE, MCDST, MCITP, MCTS, MCP, CCNA
Free Windows Admin Tool Kit Click here and download it now
August 18th, 2011 3:14pm


