Vous pouvez utiliser l'utilitaire inuse.exe du ressource kit sous Windows NT 4 et Windows 2000 pour remplacer les fichiers qui sont en cours d'utilisation.
exemple de fichier batch : @echo off inuse test.dll c:\winnt\system32\test.dll /y inuse test2.dll c:\winnt\system32\test2.dll /y inuse test3.dll c:\winnt\system32\test3.dll /y
Que fait inuse.exe ? Il utilise la clé de registre PendingFileRenameOperations.
Comment effectuer la modification manuellement ? Remplaçons un fichier nommé win32k.sys
Dans le registre , repérez HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager et créez une nouvelle valeur de type REG_MULTI_SZ et nommée PendingFileRenameOperations
\??\c:\temp\win32k.sys !\??\c:\winnt\system32\win32k.sys
Redémarrez ensuite l'ordinateur et l'opération devrait être réalisée.
Postez vos commentaires ici
Proposer un tips
|
Notre avis :

Votre avis :

Réactions : 5
Votants : 36
Visites : 39911
|