Vista system disk space solution

  
Windows Vista operating system has been used for a long time, you will find that the system disk space is getting more and more nervous, what should I do at this time?
Solution
Offline file cache in Vista system The default save location is: "c:\\Windows\\csc" to change its default save location as follows:
1. Run the following command in the command prompt window of the administrator's permission:
REG ADD "HKLM\\ System\\CurrentControlSet\\Services\\CSC\\Parameters" /v MigrationParameters /t REG_DWord /d 1 /f
2. Run the following command using the local administrator account: (Replace the partition drive letter according to the actual situation)
c :\\Windows\\system32\\migwiz\\migwiz.exe
3. In the Windows Easy Transfer Wizard, select the following options:
(1) Click to start a new transfer.
(2) Click on my old computer.
(3) Click to use CD, DVD or other removable media.
(4) Click on the external hard drive or network location.
(5) Enter the location where you want Savedata.mig to save and click Next.
(6) Click on the advanced option.
(7) On the Select User Accounts, Files, and Settings page to transfer, do the following:
i. Deselect all selected check boxes.
ii. Under System and Program Settings (All Users), expand Windows Settings, expand Network and Internet, and select Offline Files.
iii. Repeat this for each user listed on this page.
(8) Click Next to start the transfer.
4, in the registry under the HKLM\\System\\CurrentControlSet\\Services\\CSC\\Parameters key to create a new string name named CacheLocation, and then set its value to the NT format name corresponding to the location you want to cache storage (NT Format name). For example, if you want the cache to be saved in the d:\\csc directory, type \\??\\d:\\csc.
Create a d:\\csc directory (or any other directory you specify).
5, restart the computer, run the following command:
c:\\Windows\\system32\\migwiz\\migwiz.exe, then, in the wizard, do the following:
(1), click to continue The transmission is carried out.
(2), click No, I have copied the files and settings to CD, DVD or other removable media.
(3) Click on the external hard disk or network location.
(4) Enter the path to the .mig file created in the third step.
(5), one-to-one correspondence between the old computer and the user account on the new computer.
(6) Click Next and then click Transfer.
6, log out, log in again, and then confirm that you can access offline files correctly.
7, delete the old cache. Run the following command in the command prompt window of the administrator permissions:
takeown /r /fc:\\Windows\\csc
rd /sc:\\Windows\\csc
Cause Analysis
Because the offline files in the Vista system are saved in the system disk, the system disk space is often made by offline files. The problem of changing the cache location of offline files is solved.

Copyright © Windows knowledge All Rights Reserved