Rechercher : dans
Par :

.reg qui désactive les fichier hors connexion

Dernière réponse le 20 jun 2008 à 11:40:06 moi95801, le 4 avr 2008 à 16:41:50 
 Signaler ce message aux modérateurs

Bonjour,
Je voudrais désactiver l'utilisation de fichier hors connexion (XP) en éxécutant un .reg sur mon serveur samba.

Voici le fichier .reg :

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion­\Explorer\User Shell Folders]
"Personal"="z:\\"



[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\NetCache]
"Enabled"=dword:00000000
"NoConfigCache"=dword:00000001
"NoMakeAvailableOffline"=dword:00000001
"NoCacheViewer"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\NetCache]
"Enabled"=dword:00000000
"NoConfigCache"=dword:00000001
"NoMakeAvailableOffline"=dword:00000001
"NoCacheViewer"=dword:00000001

ça ne marche pas !!!

merci d'avance !

Configuration: Linux Mandriva
Firefox 2.0.0.12

1

 Kmikze, le 20 jun 2008 à 11:40:06

J'ai mis pas mal de temps avant de trouver

Il faut simplement rajouter cette clé et redémarrer le PC pour supprimer complètement la synchro.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio­n\NetCache]
"Formatdatabase"=dword:00000001


Par contre tes fichiers hors-connexions sont toujours présents en local.

Répondre à Kmikze