Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


October 2005

Recycle the Recycled Folder

RSS
Subscribe to Windows IT Pro | See More Migration Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

On a Windows 98 or Win95 PC, the familiar desktop Recycle Bin reflects the contents of the C:\Recycled folder. Since Windows NT that folder has been renamed to C:\Recycler. Apparently, when a PC is upgraded from Win9x to Windows XP, Windows 2000, or NT, the Recycle Bin points to the newly created C:\Recycler folder, but the old C:\Recycled folder remains on the drive.

If you use Windows Explorer to peek at the leftover C:\Recycled folder on an upgraded machine, you'll notice that it's basically empty. Seeing is believing, right? Well, my friends, don't believe it. To see what's actually in that folder, you need to install an old DOS file manager such as Stereo Shell (STS) or XTree and navigate to C:\Recycled. (You can find STS or XTree by searching the Internet. To find STS, search for sts_410.zip.) There you'll find directories with names such as DC1 and many .lnk files in those directories. Using a DOS editor on those .lnk files might provide some interesting historical information. You might also find some equally attention-grabbing .htm, .jpg, .wav, or .avi files. On one PC I worked on recently, I found 170 files in 150 directories left in the C:\Recycled folder after an upgrade. Those files totaled more than 52MB.

At this point, you can use the DOS file manager to delete the files and folders in C:\Recycled. Finish up by deleting the C:\Recycled directory itself. After deleting the files and folders, you might want to dump the Recycle Bin.

If you don't want to download and use an old DOS file manager, you can follow this alternative course of action:

  1. Select Run under the Start menu. Type

    cmd

    then click OK. You should receive a command-shell window that takes you to the C:\Documents and Settings\YourName folder, where YourName is your username.

  2. Type

    cd\

    then press Enter, which takes you to the C:\ folder.

  3. Type

    cd recycled

    then press Enter, which takes you to the C:\Recycled folder.

  4. To obtain a list of the folders in C:\Recycled, type

    attrib -s -r -h * /s /d 

    and press Enter. The Attrib command displays or changes the attributes of files and folders. In this command, we're using the -s switch to unset the system file attribute, the -r switch to unset the read-only file attribute, and the -h switch to unset the hidden file attribute. The asterisk (*) is a wildcard character that tells Attrib to search for folders with any name, and the /s option tells Attrib to include subfolders. The /d option tells Attrib to list the attributes of the folders and subfolders found. Incidentally, you can run the command

    attrib /?

    to get a complete list of Attrib's switches and options.

  5. To obtain a list of the files in C:\Recycled, type

    attrib -s -r -h *.* /s /d

    and press Enter. The *.* is a wildcard sequence that tells Attrib to search for files with any name. If you want to determine the size of those files, you can use the command

    dir *.* /s

    To delete those files and folders, you can use the Del command. However, do so with great care. At this low level of the directory tree, it's easy to make a mistake and run a command such as

    C:\ del *.*

    which would effectively incapacitate the PC. For this reason, I highly recommend using a DOS file manager rather than the Del command to remove the files and folders.

Remember that these procedures are for XP, Win2K, or NT. They're not for Win9x.

End of Article



Reader Comments

You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Accessing Database Data with ADO

...

Two Exchange Server Tools You Should Know About

These free tools can help you troubleshoot performance problems with Exchange 2007 and Exchange 2003, and help you figure out what's going on with your servers from the transactions logs. ...

The Memory-Optimization Hoax

Don't believe the hype. At best, RAM optimizers have no effect. At worst, they seriously degrade performance. ...


Windows OSs Whitepapers Replay for Exchange: Enterprise Protection and an Affordable Price

Are You Satisfied?

A Preliminary Look at Deployment Plans for Microsoft Windows Vista

Related Events Check out our list of Free Email Newsletters!

Windows OSs eBooks Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

SQL Server Administration for Oracle DBAs

Related Windows OSs Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.

Job Openings in IT


ADS BY GOOGLE SPONSORED LINKS FEATURED LINKS

Maximize your SharePoint Investment – 8 Cities
Discover best practices and tips for both architecting and administering SharePoint. Early Bird Price of $99 through Sept 15th.

Find a new job now on the all new IT Job Hound!
Search jobs, post your resume, and set up job e-mail alerts!

Master SharePoint with 3 eLearning Seminars
Learn how to build a better SharePoint infrastructure and enable powerful collaboration with MVPs Dan Holme and Michael Noel. Register today!

Top Tools for Virtualization Disaster Recovery & Replication
View this web seminar on August 14th to learn about two tools that will result in faster backup and restore with P2V disaster recovery.

SharePointConnections Conference Fall 2008
Don’t miss the premier event for Microsoft IT Professionals in Las Vegas, November 10-13. Register and book your room by August 25 and receive a FREE room night (based on a three night minimum stay).

VMworld 2008 - Sign Up Today!
Join your peers on September 15-18 at The Venetian Hotel in Las Vegas as VMware hosts VMworld 2008, the leading Virtualization event.



Increase Application Performance
Free White Paper by Editor's Best winner, Texas Memory Systems.

Microsoft® Tech•Ed EMEA 2008 IT Professionals
Advance your thinking with new ideas and practical real-world solutions at Microsoft’s FIVE day technical infrastructure conference 3-7 Nov., 2008. Register before 26 September 2008 to save €300.

Order Your SQL Fundamentals CD Today!
Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.

Are You Really Compliant with Software Regulations?
View this web seminar that will help you with compliance best practices and check out a management solution to assure that you won’t be in jeopardy of an audit.

Virtualization Congress Oct. 14-16 in London
Don't miss Virtualization Congress, the premiere EMEA conference dedicated to hardware, OS and application virtualization. Oct. 14-16.
Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technical Resources Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing