DLL - Dynamic link library

De Linuxmemo.

(Différences entre les versions)
 
Ligne 1 : Ligne 1 :
[[Catégorie:Windows sysadmin]]
[[Catégorie:Windows sysadmin]]
-
 
  regsvr32 [DLL name].dll
  regsvr32 [DLL name].dll
This function can add the DLL file to your Windows Registry, helping you access your DLL file. You may use this function to add new DLL files to your computer.
This function can add the DLL file to your Windows Registry, helping you access your DLL file. You may use this function to add new DLL files to your computer.
Ligne 7 : Ligne 6 :
This function can remove a DLL file from the registry. You may use this to remove DLL files that are not behaving properly.
This function can remove a DLL file from the registry. You may use this to remove DLL files that are not behaving properly.
-
Outil "Sysinternals"
+
 
 +
*Outil "Sysinternals"
  sigcheck.exe .\fichier.dll
  sigcheck.exe .\fichier.dll

Version actuelle en date du 27 décembre 2022 à 08:54

regsvr32 [DLL name].dll

This function can add the DLL file to your Windows Registry, helping you access your DLL file. You may use this function to add new DLL files to your computer.

regsvr32 -u [DLL name].dll

This function can remove a DLL file from the registry. You may use this to remove DLL files that are not behaving properly.


  • Outil "Sysinternals"
sigcheck.exe .\fichier.dll
Outils personnels