Const HKEY_LOCAL_MACHINE = &H80000002
Ajustar o oReg=GetObject (“winmgmts: {impersonationLevel=impersonate}! \ \. \ raiz \ defeito: StdRegProv”)
strKeyPath = “SISTEMA \ CurrentControlSet \ serviços \ lanmanserver \ parâmetros”
strVal = “IRPStackSize”
oreg.getdwordvalue HKEY_LOCAL_MACHINE, strKeyPath, strVal, dwValue
se isnull (dwValue) então
oReg.SetDwordValue HKEY_LOCAL_MACHINE, strKeyPath, strVal, 33
Mais
Dwvalue de WScript.Echo
Se dwvalue <> 33 então oReg.SetDwordValue HKEY_LOCAL_MACHINE, strKeyPath, strVal, 33
Terminar se
|