|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| Can't delete stange folder I have Windows XP Media Center Edition on my computer and I'm the only user. Over the yrs I have done 4 complete system restores on the computer. Each time I've done one a strange folder appears on a secondary drive. It's always just a jumble of letters and numbers, like this: 1f51b16e8f7767f039c58f34385d83f3 I can't either access the folders or delete them. I've tried to change the attributes from read only but that doesn't work and when I've tried to delete the folders I get 'access is denied' error messages. Can anyone please help? |
| |
|
#2
| |||
| |||
| Re: Can't delete stange folder The folders are used to unpack (expand) updates. Normally they are removed once the update is applied. You need to modify the ACLs (Access Control List) and either grant your account or Everyone the full rights. Once changed the folder and it's contents can be removed. Right Click the folder and take Properties to get access to the Security (TAB). This Microsoft KB article gives more insight: http://support.microsoft.com/default...b;en-us;308421 "BillVa" <BillVa@discussions.microsoft.com> wrote in message news:BED7CD86-CBF3-4F10-A5E9-C16140213DE2@microsoft.com... >I have Windows XP Media Center Edition on my computer and I'm the only >user. > Over the yrs I have done 4 complete system restores on the computer. Each > time I've done one a strange folder appears on a secondary drive. It's > always > just a jumble of letters and numbers, like this: > > 1f51b16e8f7767f039c58f34385d83f3 > > I can't either access the folders or delete them. I've tried to change the > attributes from read only but that doesn't work and when I've tried to > delete > the folders I get 'access is denied' error messages. > > Can anyone please help? |
|
#3
| |||
| |||
| Re: Can't delete stange folder It's most likely a temporary folder that a software installation or update failed to clean up. .NET Framework is noted for this problem. Access is Denied Error Message - Windows XP Pro: (should work with Media Center) (Note: Simple File Sharing is always on for XP Home) http://support.microsoft.com/kb/810881 Also read these articles about how to take ownership of files. http://www.winxptutor.com/ownership.htm http://support.microsoft.com/?kbid=308421 XP Pro Security Settings For XP Home http://tweakhound.com/xp/xpperm/xpPerm1.htm Understanding and Applying NTFS Permission in Windows XP Professional http://www.winxpsolution.com/ApplyingNTFSXPPro.aspx There is also a utility named: Unlocker http://ccollomb.free.fr/unlocker/ -- JS http://www.pagestart.com "BillVa" <BillVa@discussions.microsoft.com> wrote in message news:BED7CD86-CBF3-4F10-A5E9-C16140213DE2@microsoft.com... >I have Windows XP Media Center Edition on my computer and I'm the only >user. > Over the yrs I have done 4 complete system restores on the computer. Each > time I've done one a strange folder appears on a secondary drive. It's > always > just a jumble of letters and numbers, like this: > > 1f51b16e8f7767f039c58f34385d83f3 > > I can't either access the folders or delete them. I've tried to change the > attributes from read only but that doesn't work and when I've tried to > delete > the folders I get 'access is denied' error messages. > > Can anyone please help? |
|
#4
| |||
| |||
| Re: Can't delete stange folder These are the best apps for file deletion, all free. Unlocker 237 KB Info: http://ccollomb.free.fr/unlocker/ Download: http://ccollomb.free.fr/unlocker/unlocker1.8.7.exe KillBox 90 KB Info: http://www.killbox.net/ Download: http://www.killbox.net/downloads/KillBox.exe FileASSASSIN 163 KB Info: http://www.malwarebytes.org/fileassassin.php Download: http://www.malwarebytes.org/fa-setup.exe DelinvFile 603 KB Info: http://www.purgeie.com/delinv/index.htm Download: http://www.purgeie.com/dl/divfinst.exe This is a trick to delete an undeletable file by restoring a file over it with a file created with the same name using a drive imaging program. Instructions: 1. Create a text file and write in it some letters, anything. 2. Save that file in your root drive (C: for example) with the same exact name and extension as the file you want to delete. 3. Now make a backup your new file (I used Acronis True Image). 4. Open your backup program and restore the file you created to the folder where the undeletable file is, overwriting it. 4. Now you can delete it! 5. Run chkdsk. ju.c "BillVa" <BillVa@discussions.microsoft.com> wrote in message news:BED7CD86-CBF3-4F10-A5E9-C16140213DE2@microsoft.com... > I have Windows XP Media Center Edition on my computer and I'm the only user. > Over the yrs I have done 4 complete system restores on the computer. Each > time I've done one a strange folder appears on a secondary drive. It's always > just a jumble of letters and numbers, like this: > > 1f51b16e8f7767f039c58f34385d83f3 > > I can't either access the folders or delete them. I've tried to change the > attributes from read only but that doesn't work and when I've tried to delete > the folders I get 'access is denied' error messages. > > Can anyone please help? |
|
#5
| |||
| |||
| Re: Can't delete stange folder Bill, As the suggestions you have received go, the best was from "R. McCarty" concerning the use of ACLs (Access Control Lists) of files and folders. This is not as frightening as at first appears. Just open a 'Command Prompt' windows (or DOS-box, as it is sometimes called) by going to your 'Start Menu' and select 'Programs' > 'Accessories' > 'Command Prompt' . At the prompt, type (or 'copy and paste') the following command into the window : CACLS D:\1f51b16e8f7767f039c58f34385d83f3 /E /G Users:F The above command should be all on one line but may not appear so due to line-wrap. (*Please Note: There is a colon between the word 'Users' and the letter 'F') The above command assumes the directory in question is in the root of your [D:] drive - If not, then append it's path accordingly. This command will edit the ACL of your folder to give all users 'Full' access rights - so you should then be able to delete it with no problems... == Cheers, Tim Meddick, Peckham, London. :-) "BillVa" <BillVa@discussions.microsoft.com> wrote in message news:BED7CD86-CBF3-4F10-A5E9-C16140213DE2@microsoft.com... >I have Windows XP Media Center Edition on my computer and I'm the only >user. > Over the yrs I have done 4 complete system restores on the computer. > Each > time I've done one a strange folder appears on a secondary drive. It's > always > just a jumble of letters and numbers, like this: > > 1f51b16e8f7767f039c58f34385d83f3 > > I can't either access the folders or delete them. I've tried to change > the > attributes from read only but that doesn't work and when I've tried to > delete > the folders I get 'access is denied' error messages. > > Can anyone please help? |
|
#6
| |||
| |||
| Re: Can't delete stange folder Sorry, I should have mentioned - you need to be logged on with Administrator privileges, if not already. If you press the F8 key repeatedly as soon as the PC is finishing it's self-test (just before the 'Windows loading..' screen appears) and choose the 'Safe Mode' option. When you come to the Welcome screen, you will see 'Administrator' listed. If you don't know the password, it has probably never been set, so just by clicking on it should get you in. If you don't use the Welcome screen, but use the 'classic' login instead, you won't even need 'Safe Mode'. Just type in 'Administrator' as the user name and click on [ok] to enter. == Cheers, Tim Meddick, Peckham, London. :-) "Tim Meddick" <timmeddick@gawab.com> wrote in message news:%23b7ERoD$JHA.1336@TK2MSFTNGP05.phx.gbl... > Bill, > As the suggestions you have received go, the best was from "R. > McCarty" concerning the use of ACLs (Access Control Lists) of files > and folders. > > This is not as frightening as at first appears. > > Just open a 'Command Prompt' windows (or DOS-box, as it is sometimes > called) by going to your 'Start Menu' and select 'Programs' > > 'Accessories' > 'Command Prompt' . > > At the prompt, type (or 'copy and paste') the following command into > the window : > > > CACLS D:\1f51b16e8f7767f039c58f34385d83f3 /E /G Users:F > > > The above command should be all on one line but may not appear so due > to line-wrap. > > (*Please Note: There is a colon between the word 'Users' and the > letter 'F') > > The above command assumes the directory in question is in the root of > your [D:] drive - If not, then append it's path accordingly. > > This command will edit the ACL of your folder to give all users 'Full' > access rights - so you should then be able to delete it with no > problems... > > == > > Cheers, Tim Meddick, Peckham, London. :-) > > > > > "BillVa" <BillVa@discussions.microsoft.com> wrote in message > news:BED7CD86-CBF3-4F10-A5E9-C16140213DE2@microsoft.com... >>I have Windows XP Media Center Edition on my computer and I'm the only >>user. >> Over the yrs I have done 4 complete system restores on the computer. >> Each >> time I've done one a strange folder appears on a secondary drive. >> It's always >> just a jumble of letters and numbers, like this: >> >> 1f51b16e8f7767f039c58f34385d83f3 >> >> I can't either access the folders or delete them. I've tried to >> change the >> attributes from read only but that doesn't work and when I've tried >> to delete >> the folders I get 'access is denied' error messages. >> >> Can anyone please help? > > |
|
#7
| |||
| |||
| RE: Can't delete stange folder The Unlocker utility did the trick. Thank you all for your assistance. |
|
#8
| |||
| |||
| Re: Can't delete stange folder You're welcome. -- JS http://www.pagestart.com "BillVa" <BillVa@discussions.microsoft.com> wrote in message news:BBD4A9BF-8364-4868-A10B-EBBECC1D732A@microsoft.com... > The Unlocker utility did the trick. Thank you all for your assistance. |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stange behaviour | Trevor Lawrence | Windows XP | 1 | 10-17-2008 12:02 AM |
| Stange behaviour of Remote Desktop login | jk | Windows XP | 0 | 06-28-2007 01:00 PM |
| Explorer.exe crash on delete a folder or mpg file in the folder | Philippe Galipeau | Windows XP | 4 | 04-13-2007 06:01 AM |
| Folder wont delete......how delete? | trs80 | Desktop Computers | 0 | 02-06-2007 05:10 PM |
| Stange XP reload situation w/Intel Mac | Fred | Windows XP | 2 | 01-04-2007 04:32 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |