Note Pour écrire ces informations dans un fichier : > dir *.* /b /s >liste.txt dir *.* /b /s
Tag: windows
Note Il est souvent pratique d’ouvrir une fenêtre “DOS” sous windows à partir de l’explorer. Voici comment… Notez le cd /d qui force le...
Spot Odd Executables - wmic PROCESS WHERE "NOT ExecutablePath LIKE '%Windows%'" GET ExecutablePath Look at services that are set to start automatically - wmic...
Dans un premier temps, suivre le tutoriel qui figure à cette adresse : http://apache.developpez.com/cours/apache20-modssl-windows/ Regénérer la clé sans RSA (sinon message d'erreur "SSLPassPhraseDialog builtin...
Option Explicit Sub DeleteRegKeyAndSubKeys(strRegTree, strKeyPath) 'strRegTree = "HKEY_CLASSES_ROOT" ' "HKEY_CURRENT_USER" ' "HKEY_LOCAL_MACHINE" ' "HKEY_USERS" ' "HKEY_CURRENT_CONFIG" 'strKeyPath is the registry key to delete. Example...