I have a file with a .VOB extension, allegedly of the size .99GB, on my desktop, but I can't get rid of it or do anything with it. It's just stuck there. Is there a painless way to make it go away that doesn't involve digging into the scary areas of Windows where I don't want to go?

link|improve this question
feedback

3 Answers

You want to delete the file using the Command Prompt. (It's not scary at all!)

First open a command prompt window at the Desktop, following the steps here:

http://www.whoismadhur.com/2008/06/05/how-to-open-command-prompt-by-right-click-menu-in-vista/

Next you can use the command

del <FILENAME>.VOB to delete your file. Replace <FILENAME> with the name of your file.

Also:

To see the list of files on your Desktop, just type dir right after you open the command prompt following the first step above.

link|improve this answer
feedback

If you can’t remove the file even from command prompt, do a chkdsk /f .

link|improve this answer
What good will this do? – Simon Sheehan Nov 26 '11 at 14:58
It will remove invalid file entries from the MFT. – kinokijuf Nov 26 '11 at 15:15
feedback

Is it actually clickable or really a 'ghost'/artifact type thing?

If its the latter, click and drag the 'real' icon somewhere.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.