SUPINFO International University

SUPINFO Institute of Information Technology
Laboratoire Microsoft


Remplacer des fichiers en cours d'utilisation sous Windows 2000

Accueil > Tips > administration > Remplacer des fichiers en cours d'utilisation sous Windows 2000

Remplacer des fichiers en cours d'utilisation sous Windows 2000

Par  TEAM LABORATOIRE MICROSOFT, LABORATOIRE SUPINFO DES TECHNOLOGIES MICROSOFT
Publiée le 29/11/2002 vers 0h.

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

1
2
3
4
5




Retrouvez ci-dessous les autres sections du Laboratoire Microsoft