Registry backups saved to Backups instead of Info
This commit is contained in:
parent
9193c16090
commit
83074f7460
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def backup_registry():
|
|||
extract_item('erunt', silent=True)
|
||||
cmd = [
|
||||
global_vars['Tools']['ERUNT'],
|
||||
r'{LogDir}\Registry'.format(**global_vars),
|
||||
r'{BackupDir}\Registry'.format(**global_vars),
|
||||
'sysreg',
|
||||
'curuser',
|
||||
'otherusers',
|
||||
|
|
|
|||
Loading…
Reference in a new issue