We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5420500 commit 873c18cCopy full SHA for 873c18c
DMMGamePlayerFastLauncher/static/config.py
@@ -37,5 +37,5 @@ class UrlConfig(Dump):
37
38
39
class SchtasksConfig(Dump):
40
- FILE = "schtasks_v2_{0}_{1}"
+ FILE = "schtasks_v1_{0}_{1}"
41
NAME = "\\Microsoft\\Windows\\DMMGamePlayerFastLauncher\\{0}"
assets/template/schtasks.xml
@@ -3,7 +3,7 @@
3
<RegistrationInfo>
4
<Date>2023-01-01T00:00:00</Date>
5
<Author>fa0311</Author>
6
- <Description>uac_bypass_v2</Description>
+ <Description>uac_bypass_v1</Description>
7
<URI>\Microsoft\Windows\DMMGamePlayerFastLauncher\{{UID}}</URI>
8
</RegistrationInfo>
9
<Triggers />
0 commit comments