• Navigation
Results 1 to 15 of 15
  1. #1
    BG Content
    Join Date
    Mar 2006
    Posts
    1,370
    BG Level
    6
    FFXI Server
    Sylph

    How do you delete files that are 0 Bytes?

    Recently I deleted some pictures, but theres still a blank file on my desktop (where the picture originally was) with the same name, and it says its 0 bytes. I try to delete the file and it says "Could not find this item. This file is no longer located in C:\xxxxxxx.jpg. Verify the item's location and try again"

    I am on Vista. I tried an error check in my C:\ > Properties > Tools and it did not help. any advice?

  2. #2
    Cerberus
    Join Date
    Aug 2006
    Posts
    469
    BG Level
    4
    FFXI Server
    Bismarck

    this has happened to me once but after restart it was gone

  3. #3
    BG Content
    Join Date
    Mar 2006
    Posts
    1,370
    BG Level
    6
    FFXI Server
    Sylph

    restarting didnt help. i also tried moving the fake file and real file into a folder then deleting the folder, but the byte file reappeared after i refreshed the desktop /facepalm

  4. #4
    Banned.

    Join Date
    Jul 2005
    Posts
    5,821
    BG Level
    8
    FFXI Server
    Sylph
    WoW Realm
    Arthas

  5. #5
    E. Body
    Join Date
    Jun 2005
    Posts
    2,455
    BG Level
    7

    Gotta get rid of all traces of that child porn.

  6. #6
    Banned.

    Join Date
    Jul 2005
    Posts
    5,821
    BG Level
    8
    FFXI Server
    Sylph
    WoW Realm
    Arthas

    Nah, I had the same problem and it was recommended to me. When you install it just right click and go to "Eraser" it'll get rid of it

  7. #7
    BG Content
    Join Date
    Mar 2006
    Posts
    1,370
    BG Level
    6
    FFXI Server
    Sylph

    didnt work with eraser, although thats a nice program

  8. #8
    Bagel
    Join Date
    Jan 2009
    Posts
    1,412
    BG Level
    6

    Sounds to me like a ghost link left behind in your registry that didn't get cleared. Get your gloves on and go in there and manually get it out. Could use a registry cleaner, of course, but it might not get it either, depending on why it got left behind.

  9. #9
    BG Content
    Join Date
    Mar 2006
    Posts
    1,370
    BG Level
    6
    FFXI Server
    Sylph

    can you recommend a good registry cleaner?

  10. #10
    Old Merits
    Join Date
    Jun 2008
    Posts
    1,203
    BG Level
    6
    FFXI Server
    Valefor

    huff, i give an option.

    tuneup utilities, the hacked version does wonders while running offline, as it seems to do its own piracy checking these days. but it made my aunts computer run from crap to semidecent in just one run.

  11. #11
    Hayleystrator
    Join Date
    Jul 2004
    Posts
    7,069
    BG Level
    8
    FFXI Server
    Bahamut

    Might I also suggest CCleaner while you're at it!

  12. #12
    Day
    Day is offline
    IMPERIAL CONCUBINE OF ME
    Coolest Monkey In The Jungle

    Join Date
    Sep 2007
    Posts
    21,547
    BG Level
    10

    try killbox

    it has several options like delete/replace on reboot

  13. #13
    I Am, Who I Am.
    Join Date
    Nov 2005
    Posts
    15,656
    BG Level
    9
    FFXIV Character
    Trixi Sephyuyx
    FFXIV Server
    Excalibur
    FFXI Server
    Ragnarok

    nvm, misread

  14. #14
    Salvage Bans
    Join Date
    Apr 2009
    Posts
    937
    BG Level
    5
    FFXI Server
    Leviathan

    If those don't work just do this:

    Start > Type: "cmd" in the start search. run: "cmd.exe"

    Navigate to the location of your file by typing (assuming it's located at your local disk):
    "cd C:\"
    or if it's on your desktop:
    "cd desktop"

    Now find the file names in the directory by typing:
    "dir /a /x /p"

    Hit enter, then find the name of the file on the right, to the left of the actual file name is it's 8.3 filename, should be something like "xxx~1.JPG" or w/e.

    Type:
    "del NAME"
    replacing NAME with the 8.3 name of the file, should remove it for you.

    If that's too confusing, you could just try the Trial version of DelInvFile. It's an overly effective file removal program that runs a bit differently than others. It allows you to select files that cannot be selected by pretty much every other file removal program. Trial is limited to 3 deletes though.

  15. #15
    BG Content
    Join Date
    Mar 2006
    Posts
    1,370
    BG Level
    6
    FFXI Server
    Sylph

    the other programs mentioned didnt work, but going through the command prompt worked great, tyvm!

    CC cleaner, killbox, and tuneup utilities were all useful to me even if they didnt remove the files, ty all for the suggestions