- dim Modif = createobject("WScript.shell")
- Modif.regWrite "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ActiveComputerName", "NouveauNom"
- Modif.regWrite "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ComputerName", "Nouveau Nom"
-
dim Modif = createobject("WScript.shell")
Modif.regWrite "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ActiveComputerName", "NouveauNom"
Modif.regWrite "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ComputerName", "Nouveau Nom"