O Windows incluiu um recurso chamado Arquivos off-line por várias gerações.
Para configurá-lo, escolha os arquivos de rede ou pastas que você deseja disponibilizar off-line, clique com o botão direito do mouse neles e selecione Sempre disponível off-line .
Você os gerenciará usando o ícone da Central de Sincronização na barra de tarefas. É um círculo verde com setas amarelas dentro dele.
Você também pode alterar o local da loja local padrão do cache offline. Por padrão, esses arquivos são armazenados em C:\Windows\CSC
, mas você pode seguir estas instruções para alterar isso:
From an elevated command prompt, run the following command:
REG ADD “HKLMSystemCurrentControlSetServicesCSCParameters” /v MigrationParameters /t REG_DWORD /d 1 /f
Run the following command as a user who is a local administrator, substituting the drive letter if necessary:
c:windowssystem32migwizmigwiz.exe
In the Windows Easy Transfer wizard, select the following options as you progress through the wizard:
a. Click Start a New Transfer.
b. Click My old computer.
c. Click Use a CD, DVD or other removable media.
d. Click External hard disk or to a network location.
e. Enter a path where you want to save Savedata.mig, and then click Next.
f. Click Advanced options.
g. On the Select user accounts, files, and settings to transfer page, do the following:
i. Deselect all check boxes.
ii.Under System and program settings (all users), expand Windows Settings, expand Network and Internet, and then select the Offline Files check box.
iii. Repeat the previous procedure for each user listed on the page.
h. Click Next to begin the transfer process.
In the registry, create a string value called CacheLocation under HKLMSystemCurrentControlSetServicesCSCParameters. To this value, assign the NT format name of the new folder where you want the cache to be. For example, if you want the cache to be in d:csc, type ??d:csc.
Create d:csc (or whatever path you used in the previous step).
Restart the computer.
Run c:windowssystem32migwizmigwiz.exe and select the following options as you progress through the wizard:
a. Click Continue a transfer in progress.
b. Click No, I’ve copied files and settings to a CD, DVD, or other removable media.
c. Click On an external hard disk or network location.
d. Enter the path to the .mig file created in Step 3e.
e. Map the user account on the old computer to the corresponding one on the new computer.
f. Click Next, and then click Transfer.
Log off, log on, and then make sure you can correctly access your offline files.
A partir daqui: link