Update ERUNT launcher to use Backups instead of Info
This commit is contained in:
parent
80bf1fe3c2
commit
f1c07ae252
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ LAUNCHERS = {
|
|||
'L_TYPE': 'Executable',
|
||||
'L_PATH': 'erunt',
|
||||
'L_ITEM': 'ERUNT.EXE',
|
||||
'L_ARGS': '%log_dir%\Registry sysreg curuser otherusers',
|
||||
'L_ARGS': '%client_dir%\Backups\%iso_date%\Registry sysreg curuser otherusers',
|
||||
'L_ELEV': 'True',
|
||||
'Extra Code': [
|
||||
r'call "%bin%\Scripts\init_client_dir.cmd" /Info',
|
||||
|
|
|
|||
Loading…
Reference in a new issue