Update ERUNT launcher to use Backups instead of Info

This commit is contained in:
Alan Mason 2017-12-03 22:19:48 -08:00
parent 80bf1fe3c2
commit f1c07ae252

View file

@ -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',