Results 1 to 5 of 5

Thread: Acessing Hidden files inside the recycle Bin

  1. #1
    This is not your country Killy's Avatar
    Join Date
    Sep 2001
    Location
    This is not a country, this is earth
    Posts
    639

    Default Acessing Hidden files inside the recycle Bin

    Ive seen it before, I know theres a way to acess the "hidden files" inside the recycle bin (In Windows) The files are: Deleted file and sometimes viruses.

    How am I supposed to do that

  2. #2
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    OPen a command prompt and go to the recycled or recycle bin folder, whicever that drive is using. Then type the following lines:

    Code:
    attrib -r -a -s -h desktop.ini
    
    del desktop.ini

    Should see the true contents in Explorer now. Windows will automatically restore that file on the next reboot or other unknown random time it decides to pick
    Problems playing downloaded videos? Try CCCP


  3. #3
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    If you're feeling brave, you can open a command prompt and do <b>dir /ah</b> in your root c:\ directory to see all your hidden files. It should list a directory called RECYCLER or something, a nice system hidden directory that I think holds the various junk that ends up in the "Recycling Bin". The contents of that folder do appear as pure junk in DOS, at least on my computer. Weird filenames and whatnot. I don't know what Windows does to files when you "delete" them into the Recycling bin, maybe compresses them up to save space or something. It's a mess in there though. No idea what happens if you try deleting junk from that folder in DOS. Windows probably wouldn't like it though.

  4. #4
    This is not your country Killy's Avatar
    Join Date
    Sep 2001
    Location
    This is not a country, this is earth
    Posts
    639

    Default

    Windows doesnt care about them, they are there waiting to be deleted. Now about deleting them, virus makers dont want you to delete them...

  5. #5
    ..a Russian mountain cat. Yamaneko's Avatar
    Join Date
    Aug 2001
    Location
    Los Angeles, CA
    Posts
    15,927
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Things like Autoexec.BAT and other DOS files can be deleted because the next time you reboot. Windows or DOS will make a brand new Autoexec.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •