Novell ZENworks Endpoint Security Management 3.5 Manuale Utente Pagina 170

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 169
ZENworks® ESM 3.5 Administrator’s Manual 170
RegistryValueExists
JScript
var ret;
ret = Query.RegistryKeyExists(eLOCAL_MACHINE,"Software\\Novell\\Logging");
Action.Trace("Reg Key Exists = " + ret);
ret =
Query.RegistryValueExists(eLOCAL_MACHINE,"Software\\Novell\\Logging","Enabled",eDW
ORD);
Action.Trace("Reg Value Exists = " + ret);
VBScript
dim ret
ret = Query.RegistryKeyExists(eLOCAL_MACHINE,"Software\\Novell\\Logging")
Action.Trace("Reg Key Exists = " & ret)
ret =
Query.RegistryValueExists(eLOCAL_MACHINE,"Software\\Novell\\Logging","Enabled",eDW
ORD)
Action.Trace("Reg Value Exists = " & ret)
RegistryValueString
JScript
var ret;
ret = Query.RegistryKeyExists(eLOCAL_MACHINE,"Software\\Novell\\Logging");
Action.Trace("Reg Key Exists = " + ret);
ret = Query.RegistryValueString(eLOCAL_MACHINE,"Software\\Novell\\Logging","test");
Action.Trace("Reg Value Is = " + ret);
VBScript
Vedere la pagina 169
1 2 ... 165 166 167 168 169 170 171 172 173 174 175 ... 244 245

Commenti su questo manuale

Nessun commento