Const HKEY_LOCAL_MACHINE = &H80000002
Placer l'oReg=GetObject (« winmgmts : {impersonationLevel=impersonate} ! \ \. \ racine \ défaut : StdRegProv »)
strKeyPath = « SYSTÈME \ CurrentControlSet \ services \ lanmanserver \ paramètres »
strVal = « IRPStackSize »
oreg.getdwordvalue HKEY_LOCAL_MACHINE, strKeyPath, strVal, dwValue
s'isnull (dwValue) puis
oReg.SetDwordValue HKEY_LOCAL_MACHINE, strKeyPath, strVal, 33
Autrement
Dwvalue de WScript.Echo
Si dwvalue <> 33 puis oReg.SetDwordValue HKEY_LOCAL_MACHINE, strKeyPath, strVal, 33
Finir si
|