Update schtasks.py

fixed registry storage
1.6
enigma0x3 2015-08-12 18:48:12 -04:00 committed by sixdub
parent afe64910a3
commit 3ade74603f
1 changed files with 2 additions and 2 deletions

View File

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