Commands Supported by Launch
DelRegKey
Description
Deletes a specified registry subkey.
Syntax
DelRegKey
,
key,subkey
Parameters
key:
The abbreviated major registry key where you want to delete the subkey. Can be one of:
l
cr
or
hkcr
(HKEY_CLASSES_ROOT)
l
cu
or
hkcu
(HKEY_CURRENT_USER)
l
lm
or
hklm
(HKEY_LOCAL_MACHINE).
The case of
key
doesn’t matter
subkey:
The subkey you want to delete.
Example
delregkey,LM,Software\WidgetsPlc\OurApp
Notes
Deletes the specified subkey and all of its contents (if any).
ElseIf
Description
Begins conditional command block, executed only if the previous IF command was FALSE.
Syntax
ElseIf
Parameters
None
Example
See
, below
Notes
Results are unpredictable if not paired properly with
If…
command.
E-EQ-MX8WMRG-C [ 179 ] MX8WM Reference Guide