Novell ZENworks Endpoint Security Management 3.5 Manual do Utilizador Página 156

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 155
ZENworks® ESM 3.5 Administrator’s Manual 156
var ret = Action.DeleteRegistryKey(eLOCAL_MACHINE,"Software\\Novell\\Tester");
if(ret == true)
Action.Trace("Delete Key is Successful");
else
Action.Trace("Delete Key did not work");
VBScript
dim ret
ret = Action.DeleteRegistryKey(eLOCAL_MACHINE,"Software\\Novell\\Tester")
if(ret = true) then
Action.Trace("Delete Key is Successful")
else
Action.Trace("Delete Key did not work")
end if
DeleteRegistryValue
JScript
Action.DeleteRegistryValue(eLOCAL_MACHINE,"Software\\Novell\\Tester","val1");
Action.DeleteRegistryValue(eLOCAL_MACHINE,"Software\\Novell\\Tester","val2");
VBScript
Action.DeleteRegistryValue eLOCAL_MACHINE,"Software\\Novell\\Tester","val1"
Action.DeleteRegistryValue eLOCAL_MACHINE,"Software\\Novell\\Tester","val2"
DisplayMessage
DisplayMessageByName
Vista de página 155
1 2 ... 151 152 153 154 155 156 157 158 159 160 161 ... 244 245

Comentários a estes Manuais

Sem comentários