Skip to content

Commit 873c18c

Browse files
committed
restore schtasks v1
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent 5420500 commit 873c18c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DMMGamePlayerFastLauncher/static/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ class UrlConfig(Dump):
3737

3838

3939
class SchtasksConfig(Dump):
40-
FILE = "schtasks_v2_{0}_{1}"
40+
FILE = "schtasks_v1_{0}_{1}"
4141
NAME = "\\Microsoft\\Windows\\DMMGamePlayerFastLauncher\\{0}"

assets/template/schtasks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RegistrationInfo>
44
<Date>2023-01-01T00:00:00</Date>
55
<Author>fa0311</Author>
6-
<Description>uac_bypass_v2</Description>
6+
<Description>uac_bypass_v1</Description>
77
<URI>\Microsoft\Windows\DMMGamePlayerFastLauncher\{{UID}}</URI>
88
</RegistrationInfo>
99
<Triggers />

0 commit comments

Comments
 (0)