-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disabling remote UAC and removed UILockdown in Windows Security App
- Loading branch information
ionuttbara
committed
Sep 10, 2023
1 parent
d208467
commit 2f18fe4
Showing
9 changed files
with
71 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
; disabling Antivirus | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] | ||
"DisableRoutinelyTakingAction"=dword:00000001 | ||
"ServiceKeepAlive"=dword:00000000 | ||
"AllowFastServiceStartup"=dword:00000000 | ||
"DisableLocalAdminMerge"=dword:00000001 | ||
|
||
; disable overwriting real time protection settings | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection] | ||
"LocalSettingOverrideDisableOnAccessProtection"=dword:00000000 | ||
"LocalSettingOverrideRealtimeScanDirection"=dword:00000000 | ||
"LocalSettingOverrideDisableIOAVProtection"=dword:00000000 | ||
"LocalSettingOverrideDisableBehaviorMonitoring"=dword:00000000 | ||
"LocalSettingOverrideDisableIntrusionPreventionSystem"=dword:00000000 | ||
"LocalSettingOverrideDisableRealtimeMonitoring"=dword:00000000 | ||
"DisableIOAVProtection"=dword:00000001 | ||
"DisableRealtimeMonitoring"=dword:00000001 | ||
"DisableBehaviorMonitoring"=dword:00000001 | ||
"DisableOnAccessProtection"=dword:00000001 | ||
"DisableScanOnRealtimeEnable"=dword:00000001 | ||
"RealtimeScanDirection"=dword:00000002 | ||
"DisableInformationProtectionControl"=dword:00000001 | ||
"DisableIntrusionPreventionSystem"=dword:00000001 | ||
"DisableRawWriteNotification"=dword:00000001 | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Defender\AllowBehaviorMonitoring] | ||
"value"=dword:00000000 | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows Defender] | ||
"DisableRoutinelyTakingAction"=dword:00000001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Remover/REGS/Security Health.reg → ... Task reporting in Security Health UI.reg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet] | ||
"DisableBlockAtFirstSeen"=dword:00000001 | ||
"LocalSettingOverrideSpynetReporting"=dword:00000000 | ||
"SpynetReporting"=dword:00000000 | ||
"SubmitSamplesConsent"=dword:00000002 | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware\SpyNet] | ||
"SpyNetReporting"=dword:00000000 | ||
"LocalSettingOverrideSpyNetReporting"=dword:00000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
Remover/REGS/LockDown Windows Defender Security Center.reg
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
; this file disables Signature Updates in Windows Defender | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates] | ||
"SignatureDisableNotification"=dword:00000001 | ||
"RealtimeSignatureDelivery"=dword:00000000 | ||
"ForceUpdateFromMU"=dword:00000000 | ||
"DisableScheduledSignatureUpdateOnBattery"=dword:00000001 | ||
"UpdateOnStartUp"=dword:00000000 | ||
"SignatureUpdateCatchupInterval"=dword:00000002 | ||
"DisableUpdateOnStartupWithoutEngine"=dword:00000001 | ||
"ScheduleTime"=dword:00001440 | ||
"DisableScanOnUpdate"=dword:00000001 |