I can't delete a file - even when using unlocker

15

1

Ok, so when I try to delete this from my desktop, I get this error:

enter image description here

When I click "See what's locking this" in lock hunter, I get this:

enter image description here

Now, I have a drive, called G:. I only have one physical drive, and it's D:. Also, I have NO virtual drive software installed, so I have NO clue how it got there. Right-clicking on G:\ and chosing eject doesn't do anything but change the logo, it still says the file size and whatnot. Here's the picture of the "What's locking this?" of the contained file:

enter image description here

But when I try to delete it...

enter image description here

Both of these files don't let me delete them. I had put win8install.iso as a virtual drive a while back, but I uninstalled that software (but can reinstall it if needed)

Starting this in safe mode doesn't work.

Jon

Posted 2012-09-03T20:05:42.293

Reputation: 8 089

1Did you try rebooting in Safe Mode and deleting it? – Ƭᴇcʜιᴇ007 – 2012-09-03T20:07:38.217

@techie007 that doesn't work either. – Jon – 2012-09-03T20:14:59.827

1Have you mounted the ISO to a virtual CD drive? – Indrek – 2012-09-03T20:34:08.670

@Indrek no, I don't currently have any virtual CD drives installed. – Jon – 2012-09-03T20:44:03.323

Have you run a disk check to rule out file system corruption? – Ƭᴇcʜιᴇ007 – 2012-09-03T20:59:37.830

Check out my this answer and try bootdelete which is a good option.

– avirk – 2012-09-04T02:08:21.243

Is Windows8-ReleasePreview-UpgradeAssistant.exe running? Did you try stopping/killing Windows8-ReleasePreview-UpgradeAssistant.exe? – Synetech – 2012-09-30T03:59:32.923

It isn't running. – Jon – 2012-09-30T04:36:56.210

Have you tried the bootdelete which I linked in my answer? What error you got in safe mode? – avirk – 2012-09-30T17:24:53.413

@avirk My desktop doesn't appear in safemode for some reason. My background/icons/etc. – Jon – 2012-09-30T20:36:35.057

@chipperyman573 : This G drive... is it a shared drive of any sorts or a virtual drive created using the subst command in windows? – Vrushank – 2012-10-01T04:07:49.077

1@chipperyman573 : Also could you please post a screenshot by trying to unlock using Unlocker x64 in case you haven't done so? – Vrushank – 2012-10-01T04:17:04.743

@chipperyman573: That's already your third post here about this same problem : post1 and post2.

– harrymc – 2012-10-01T08:49:40.253

@harrymc For the first one, I forgot about it. For the second, I posted it after then realized that I probably should have just attached a bounty to my first one – Jon – 2012-10-01T23:41:17.710

@VrushankDesai Unlocker doesn't error, it just force closes. – Jon – 2012-10-01T23:43:37.023

Answers

6

Get a Linux Live Cd, and get gparted, systemrescue or parted magic (any release would work, but a small distro for something quick). Burn it to cd/usb, and boot your computer to it. Mount the hd, and find the folder and delete it.

You can use Unetbootin to create the live cd or do it manually.

Logman

Posted 2012-09-03T20:05:42.293

Reputation: 3 452

4

Use Process Explorer to identify which process is keeping an open handle to the file.

  1. Click Find > Find Handle or DLL...
  2. Enter win8image.iso
  3. Click Search

Then make the program close its handle. In your case the issue might be that the ISO image is still connected to a virtual machine or a virtual drive.

Ansgar Wiechers

Posted 2012-09-03T20:05:42.293

Reputation: 4 860

@Synetech, Hmm, how did you know that "System means that it is loaded via a driver"? – Pacerier – 2015-06-08T20:03:32.450

This is what I get after I click search and it searches: http://i.imgur.com/B0Nqo.png

– Jon – 2012-09-03T20:46:28.857

1@chipperyman573 Did you run Process Explorer "as Administrator"? – Ƭᴇcʜιᴇ007 – 2012-09-03T21:00:19.967

This is what I get when I run it with UAC: http://i.imgur.com/As73k.png

– Jon – 2012-09-03T21:02:12.817

This is PID 4: http://i.imgur.com/T9tV7.png

– Jon – 2012-09-03T21:03:12.083

Like I said, I strongly suspect that the image is still connected to some virtual machine or drive. – Ansgar Wiechers – 2012-09-03T21:53:57.287

1@AnsgarWiechers I have no virtual machine installed. – Jon – 2012-09-04T02:41:09.947

1Strange. You said you have UAC enabled. Can you delete the file when you disable UAC? Also, when you run Process Explorer "as Administrator", display the lower pane (View > Show Lower Pane) and search for the handle again, can you manually close the handle (right click > Close Handle)? – Ansgar Wiechers – 2012-09-04T09:39:40.053

1@chipperyman573, System means that it is loaded via a driver. You may not have it mounted as a drive-letter, but it is open with some sort of mounting program’s driver. – Synetech – 2012-09-30T01:17:22.577

1@Synetech I don't have ANY mounting drivers installed. I spent two hours last night researching every driver I had installed - none of them mounted virtual drives. – Jon – 2012-09-30T01:21:18.703

@AnsgarWiechers I disabled UAC, still didn't work. – Jon – 2012-09-30T01:23:47.797

3

If none software is doing the job then you can use the OLD IS GOLD formula and that is command prompt. If you want to delete the file from the running Windows then open the elevated-command prompt(command prompt window with admin rights). For this click on the start menu and then type CMD in search box and right click on the cmd.exe and then click on the option Run as Administrator.

Now open the Windows explorer and click on the Organize > Folder and Search Option.

enter image description here

Now unchecked the option Hide extension for known file types and click OK. And go to method 1 or 2.

enter image description here

To Use a Command Prompt at Boot

a. To Use a Command Prompt at Boot

b. In the command prompt, type diskpart and press Enter.

c. In the command prompt, type list volume and press Enter.

d. After making note of the drive letter, type exit and press Enter.

Method 1

To Delete a Specific File in Command Prompt

In the command prompt, type the command below and press enter.

DEL /F /S /Q /A "Full Path of File with extension"

Example

DEL /F /S /Q /A "C:\Users\UserName\Desktop\File.txt"

File should be deleted now.

Method 2.

To Delete All Files in a Folder without Confirmation in Command Prompt

In the command prompt, type the command below and press enter.

DEL /F /S /Q /A "Full Path of Folder*"

File should be deleted now.

Close the command prompt.

NOTE: If you used a command prompt at boot, then also close the System Recovery Options window and restart the computer.

For more information you can check out this Sevenforum article.

avirk

Posted 2012-09-03T20:05:42.293

Reputation: 15 151

1

With the first method: http://i.imgur.com/OLUQs.png. As for the second method, I don't want to delete my desktop.

– Jon – 2012-10-05T00:12:04.373

Did you tried the command prompt in safe mode? Also try the command prompt at the boot time and try to delete the file. I have given the link in my answer that how to open command prompt at boot time for that you just need a Windows 7 repair/installation disc.

– avirk – 2012-10-05T01:31:54.050

Also have you tried bootdelete to delete the file? – avirk – 2012-10-05T04:14:18.077

1Yes. Still didn't work. – Jon – 2012-10-05T22:37:32.153

What happened when you tried to command prompt at boot time? – avirk – 2012-10-06T01:17:26.410

It just crashed. – Jon – 2012-10-06T02:03:26.937

1Command prompt crashed or you talking about the bootdelete? If none is working then linux live cd will help you, which you don't need to install just put it the drive and play it and it will let you delete this stuff. – avirk – 2012-10-06T02:07:14.007

2

Windows includes the ability to mark files for deletion upon reboot. This ensures the files are not in use at the time as they are deleted by the system before Windows starts completely.

An application such as this one exposes this functionality to the end user.

Edit: I would recommend MoveFile as it is from a reputable source (Thanks Ansgar).

Luke

Posted 2012-09-03T20:05:42.293

Reputation: 31

Another option would be Sysinternals' MoveFiles.

– Ansgar Wiechers – 2012-09-04T09:29:13.827

Of course, I had forgotten about this one. – Luke – 2012-09-04T22:44:13.363

I wouldn’t recommend deleting the file like that willy-nilly. If something is using it, then by deleting it, you may break something (that could end up crashing the whole system). It is better to find out where/what is locking it and stop that. – Synetech – 2012-09-30T01:16:14.543

2

Take ownership of the ISO file and then delete it. This happens sometimes on my Win7 x64 as well.

You may also want to consider adding this option in the right-click menu so you can take ownership of any NEW file before you start working with it.

On a side note, Unlocker now has a 64-bit version too.. :)

Vrushank

Posted 2012-09-03T20:05:42.293

Reputation: 215

2+1 for mentioning 64-bit version, most of the user's install the 32-bit version and puzzled on 64-bit Windows. – avirk – 2012-09-26T00:52:51.717

1I'm already the owner of the file and I can't delete it. – Jon – 2012-09-30T01:07:33.693

@chipperyman573, you may be the owner, but you also need permissions (permission *s*, not permission). Use the security tab to add write/delete permissions for your user account to the file’s ACL (access control list). – Synetech – 2012-09-30T01:15:43.297

1I have all of them – Jon – 2012-09-30T01:20:16.753

You need permissions for Windows8-ReleasePreview-UpgradeAssistant.exe, the ISO file is locked because it’s open (two different casues of locked files). – Synetech – 2012-09-30T03:59:12.407

1

It is possible that win8install.iso is mounted as a virtual drive in Windows.
Since Windows 8, any .iso can be mounted natively without the need for third-party software.

You can find a description of the process in How to Mount or Unmount ISO images in Windows 8.

You can verify whether this is the case by calling Windows Explorer :

image

harrymc

Posted 2012-09-03T20:05:42.293

Reputation: 306 093

I've already tried this. Plus, win8 is installed on a virtual machine (I never actually installed the one in my drive), which is now deleted. – Jon – 2012-10-02T13:39:49.527

Well, if this VM is now dead, then no more problems. – harrymc – 2012-10-02T16:38:01.680

Except for the stuck icon. – Jon – 2012-10-02T19:03:48.187

1OK, I misunderstood. You might add to your post what you see when you right-click the icon and select Properties. – harrymc – 2012-10-02T19:18:06.577