PDA

View Full Version : VISTA- cambio path file non in liena csc


coteaz
03-06-2008, 16:38
Salve a tutti

sappiamo che i files non in linea vengono archiviati nella cartella c:\windows\csc

vorrei cambiare il path di questa funzione

ho provato con la soluzione ufficiale microsoft

1.Click Start, type regedit in the Search box, and then press ENTER.

2.Locate the following registry subkey, and then and right-click it:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CSC

3.Point to New, and then click String Value.

4.Type Parameters in the name box for the new key.

5.Right-click the Parameters key, point to New, and then click String Value.

6.To name the new value, type CacheLocation, and then press ENTER.

7.Right-click CacheLocation, and then click Modify.

8.In the Value data box, type the name of the new folder in which you want to create the cache.

Note Use the Microsoft Windows NT format for the folder name.

For example, if you want the cache location to be d:\csc, type the following: \??\d:\csc

9.Exit Registry Editor, and then restart the computer.

ma non va...

ho provato anche con la soluzione alternativa

* Disable offline files
* Reboot Vista in safe mode command prompt only
* Delete the CSC folder in the systemroot (usually C:\windows)
* Create a symbolic directory link pointing to another location (e.g. mklink -d c:\windows\CSC d:\csc )
* Reboot
* Enable offline files

Now, I don’t remember all the details but I think I had to change the ownership of the CSC folder from ‘no owner’ to administrator and had to add all the security rights to be able to delete it…

There must be a nicer method to do this.”

ma non riesco ad accedere alla cartella "accesso negato"

qulacumo puo darmi un consiglio?

grazie