There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Windows Vista
Tag Cloud
audio bios blue screen boot bsod computer connection crash dcom dell driver drivers email error excel firefox freeze google hard drive hardware hijackthis internet keyboard laptop logon logs off macro malware microsoft motherboard network problem ram recovery router screen slow software sound trojan usb userinit.exe virus vista wifi windows windows 7 windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Windows Vista >
Solved: Cannot Delete a Folder

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
Jenesis87's Avatar
Member with 35 posts.
 
Join Date: Sep 2007
Experience: Intermediate software, Advanced hardware
13-Sep-2007, 07:29 AM #1
Solved: Cannot Delete a Folder
I'm trying to delete an unneeded folder from the Start Menu. I right-click and then "Explore", navigate to "Programs", select the folder and press delete.

It won't let me delete the folder! (It is an empty folder.) The error that comes up is:

Quote:
Could not find this item

This is no longer located in C:\ProgramData\Microsoft\Windows\StartMenu\Programs. Verify the item's location and try again.
I also cannot delete it from Explorer view, or move, rename or otherwise edit the folder in any way. See this screenshot. As a last resort, I tried to delete it from the Command Prompt and got this:

Quote:
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Users\Jenny>cd C:\ProgramData\Microsoft\Windows\Start Menu\Programs

C:\ProgramData\Microsoft\Windows\Start Menu\Programs>DIR
Volume in drive C has no label.
Volume Serial Number is C0AD-38E1

Directory of C:\ProgramData\Microsoft\Windows\Start Menu\Programs

13/09/2007 12:13 <DIR> .
13/09/2007 12:13 <DIR> ..
12/09/2007 17:01 <DIR> Accessories
08/08/2007 16:14 <DIR> Administrative Tools
13/08/2007 14:18 1,830 Apple Software Update.lnk
04/09/2007 18:47 <DIR> DVB-T USB Device Remote Controller
08/09/2007 15:54 <DIR> Games
11/09/2007 01:04 <DIR> Media
22/06/2007 19:36 1,788 Microsoft Virtual PC.lnk
08/08/2007 16:29 <DIR> Productivity
31/08/2007 21:46 <DIR> Startup
10/09/2007 00:07 <DIR> Utilities
15/06/2007 12:12 <DIR> Windows
29/08/2007 15:59 1,764 Windows Calendar.lnk
3 File(s) 5,382 bytes
11 Dir(s) 265,701,675,008 bytes free

C:\ProgramData\Microsoft\Windows\Start Menu\Programs>DEL "DVB-T USB Device Remote Controller"
Could Not Find C:\ProgramData\Microsoft\Windows\Start Menu\Programs\DVB-T USB Device Remote Controller

C:\ProgramData\Microsoft\Windows\Start Menu\Programs>
Please help me as this is driving me insane!
wjohnc's Avatar
Computer Specs
Junior Member with 19 posts.
 
Join Date: Mar 2007
Experience: Intermediate
13-Sep-2007, 10:47 AM #2
Vista doesn't seem to work well on many levels, including deletions.

Generally, if something won't delete and it says the path is wrong or the item "is no longer located", then it's already officially deleted, but Vista hasn't gotten around to actually removing it from view.

A restart or refresh (F5) often speeds things along. Be aware, too, that sometimes folder1 contains a folder2. Deleting folder1 usually (for me anyway) will mean deleting folder2 first because the delete function won't cascade.

Remember, it is Vista, the most unstable OS ever in the history of computing :#

JohnC

Last edited by wjohnc : 13-Sep-2007 10:53 AM.
Jenesis87's Avatar
Member with 35 posts.
 
Join Date: Sep 2007
Experience: Intermediate software, Advanced hardware
13-Sep-2007, 10:54 AM #3
Oh I don't know, ME has to take my "Worst OS Ever" award.

I think this error has something to do with the Index system that has been introduced in Vista. Thank you for your suggestion, but sadly that folder has been there for two months! Many restarts, refreshes and even an Index Rebuild have taken place in that time.

Guess I'm stuck waiting for SP1. At least the error is purely 'cosmetic' I suppose.
Tsurotu's Avatar
Junior Member with 26 posts.
 
Join Date: Aug 2007
13-Sep-2007, 12:54 PM #4
Quote:
Oh I don't know, ME has to take my "Worst OS Ever" award.
Agreed, that really was bad, I used it for day or so then rolled back straight away to 98... then to XP, then back to 98 until SP1 came out...

98 still holds my best ever Windows award, although XP pro is good, but I am impressed with Vista, as a Macintosh user, its nice a pretty .

Back to the problem at hand, I came across it, I found that it dissappeared after defragging the drive - perhaps it was the time frame (rather large, indexed 250gb SATA - takes a while) or perhaps it was the act of defragging. Have a go, see what happens.
ThePrutser's Avatar
Computer Specs
Member with 73 posts.
 
Join Date: Oct 2007
Location: Amsterdam
Experience: Advanced
13-Oct-2007, 07:41 PM #5
Hi,
Did you get rid of the folders already? I had the same problem and I managed to delete them eventually! I used a command prompt then used "dir /x" to get the 8.3 name of the undeletable folder, then I used the "rd" command with the 8.3 name of the folder and it finally got deleted!
Can you give it a try?

Regards,
Erik
Jenesis87's Avatar
Member with 35 posts.
 
Join Date: Sep 2007
Experience: Intermediate software, Advanced hardware
14-Oct-2007, 08:47 AM #6
No, I still haven't got rid of the folders. Also, I've found the same problem with the same folder on my XP laptop (it's a start menu folder for Freecom's DVB-T USB TV Receiver).

Could you be more specific about how you deleted the folder please? I'm not very experienced using the command prompt
ThePrutser's Avatar
Computer Specs
Member with 73 posts.
 
Join Date: Oct 2007
Location: Amsterdam
Experience: Advanced
14-Oct-2007, 12:24 PM #7
of course!

* goto "Start", "Run" (if you don't see run press the Windows Key + R)
* Type in "cmd" en press "ok". a command prompt will open.
* Goto the drive where the undeletable folder resides for example D:
* So you will have type in D: <enter>
goto the folder where the problem folder is located, in my case it was located in
D:\_cache\delete\
the folder i could not delete was called "happy tree friends" (d:\_cache\delete\happy tree friend) so i typed:
D:<enter>
cd _cache<enter>
cd delete<enter> (As you can see I don't open the problem folder itself)
* type: dir /x<enter>. A directory listing will appear containing the 8.3 names of the folders and files, in my case it showed: happyt~1
* then type: rd happyt~1<enter> (replace happyt~1 with the folder name you see)
The folder will be deleted.

Good luck. I hope it makes any sense, if you have any other questions just shoot!

NOTE:
rd = remove directory/folder
cd = change directory/folder
Jenesis87's Avatar
Member with 35 posts.
 
Join Date: Sep 2007
Experience: Intermediate software, Advanced hardware
14-Oct-2007, 12:58 PM #8
OMG. You are a genius. Thank you so much, that worked! I didn't know about using the 8.3 names rather than the full name.
ThePrutser's Avatar
Computer Specs
Member with 73 posts.
 
Join Date: Oct 2007
Location: Amsterdam
Experience: Advanced
14-Oct-2007, 02:46 PM #9
Quote:
Originally Posted by Jenesis87
OMG. You are a genius.
ROFL, I do not deserve that much credit but thank you for the compliment!

Quote:
Thank you so much, that worked! I didn't know about using the 8.3 names rather than the full name.
To be honest I found out by a wild guess, I was all out of ideas and just gave it a try
Closed Thread Bookmark and Share   techguy.org/623387

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 01:37 PM.
Copyright © 1996 - 2010 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2010, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.