How do I restore Offline Files without Windows working

We had a situation where a customer had many files in her My Documents which was set to synchronize with her SBS server using Offline Files.  Well, her Windows install crashed, and no matter what we tried, we could not get the existing Windows install to repair.

This was her home laptop, and she had not synchronized with the server for several months.  For many of the files, the only copy was on her hard drive.  But with offline files, it does not store them in their naitive format, it is some compressed format in the %SYSTEMROOT%\CSC directory.

After many days of trying to repair her Windows, we remembered using CSCCMD command to forcably remove local copies of offline files to network shares that no longer exist.  We thought, maybe the same program can extract these files too... and it CAN!

csccmd.exe v1.1 download

You need to download version 1.1 of CSCCMD.EXE!

Use a working computer with the same version and service pack level of Windows XP.

Copy the %SYSTEMROOT%\CSC directory contents from the old hard drive to the same location on the working computer.

On the working machine, open a command prompt.

Type csccmd /enable

Create a target directory, for example C:\Restore

Type csccmd /extract /target:C:\Restore /recurse

Your files will be extracted from their compresses offline files format back to their original format!

Source: http://www.jacksontechnical.com/article.htm?id=34

  • 10 Users Found This Useful
Was this answer helpful?

Related Articles

How do I change my remember password options in Google Chrome

Manage your website passwords This article applies to the Google Chrome browser on Windows,...

Change time is Gmail

Correct Your Gmail Time Zone To set your Gmail time zone: Click the gear in your Gmail's...

How to speed up Windows XP use at your own risk

Warning: occasionally people break their PC badly by using this list of suggestions. Usually...

How to run cmd in escalated mode with admin rights to modify firewall

a solution: runas /user:administrator@domainname.local cmd then in the resulting command...

How do I enable auto login in Windows

This article describes how to configure Windows to automate the logon...