parent
afe64910a3
commit
3ade74603f
|
@ -59,7 +59,7 @@ class Module:
|
|||
'RegPath' : {
|
||||
'Description' : 'Registry location to store the script code. Last element is the key name.',
|
||||
'Required' : False,
|
||||
'Value' : 'HKCU:\Software\Microsoft\Installer\debug'
|
||||
'Value' : 'HKCU:\Software\Microsoft\Windows\CurrentVersion\debug'
|
||||
},
|
||||
'ADSPath' : {
|
||||
'Description' : 'Alternate-data-stream location to store the script code.',
|
||||
|
@ -231,4 +231,4 @@ class Module:
|
|||
|
||||
script += "'Schtasks persistence established "+statusMsg+"'"
|
||||
|
||||
return script
|
||||
return script
|
||||
|
|
Loading…
Reference in New Issue