Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIN10-v1903] Does not Disable Realtime Monitoring #1

Open
b7001 opened this issue Jul 17, 2019 · 2 comments
Open

[WIN10-v1903] Does not Disable Realtime Monitoring #1

b7001 opened this issue Jul 17, 2019 · 2 comments

Comments

@b7001
Copy link

b7001 commented Jul 17, 2019

OS: Windows 10
Build: 1903

VBS script does not disable Realtime Monitoring. Even when using admin powershell prompt.
No AV only windows defender.

Tested again with SYSTEM powershell via PSEXEC, and it worked.
Also was able to Stop-Service WinDefend

After applying ONLY the VBS script. Is is unable to turn realtime monitoring off.

PS > Get-MpPreference

AttackSurfaceReductionOnlyExclusions          :
AttackSurfaceReductionRules_Actions           :
AttackSurfaceReductionRules_Ids               :
CheckForSignaturesBeforeRunningScan           : False
CloudBlockLevel                               : 0
CloudExtendedTimeout                          : 0
ComputerID                                    : pomcwioemcowiecm-not-a-uuid-mofiwmeoifmwoef
ControlledFolderAccessAllowedApplications     :
ControlledFolderAccessProtectedFolders        :
DisableArchiveScanning                        : True
DisableAutoExclusions                         : False
DisableBehaviorMonitoring                     : True
DisableBlockAtFirstSeen                       : True
DisableCatchupFullScan                        : True
DisableCatchupQuickScan                       : True
DisableEmailScanning                          : True
DisableIntrusionPreventionSystem              :
DisableIOAVProtection                         : False
DisablePrivacyMode                            : True
DisableRealtimeMonitoring                     : False
DisableRemovableDriveScanning                 : True
DisableRestorePoint                           : True
DisableScanningMappedNetworkDrivesForFullScan : True
DisableScanningNetworkFiles                   : False
DisableScriptScanning                         : True
EnableControlledFolderAccess                  : 0
EnableLowCpuPriority                          : False
EnableNetworkProtection                       : 0
ExclusionExtension                            :
ExclusionPath                                 :
ExclusionProcess                              :
HighThreatDefaultAction                       : 6
LowThreatDefaultAction                        : 6
MAPSReporting                                 : 0
ModerateThreatDefaultAction                   : 6
PUAProtection                                 : 0
QuarantinePurgeItemsAfterDelay                : 90
RandomizeScheduleTaskTimes                    : True
RealTimeScanDirection                         : 0
RemediationScheduleDay                        : 0
RemediationScheduleTime                       : 02:00:00
ReportingAdditionalActionTimeOut              : 10080
ReportingCriticalFailureTimeOut               : 10080
ReportingNonCriticalTimeOut                   : 1440
ScanAvgCPULoadFactor                          : 50
ScanOnlyIfIdleEnabled                         : True
ScanParameters                                : 1
ScanPurgeItemsAfterDelay                      : 15
ScanScheduleDay                               : 0
ScanScheduleQuickScanTime                     : 00:00:00
ScanScheduleTime                              : 02:00:00
SevereThreatDefaultAction                     : 6
SharedSignaturesPath                          :
SignatureAuGracePeriod                        : 0
SignatureDefinitionUpdateFileSharesSources    :
SignatureDisableUpdateOnStartupWithoutEngine  : True
SignatureFallbackOrder                        : MicrosoftUpdateServer|MMPC
SignatureFirstAuGracePeriod                   : 120
SignatureScheduleDay                          : 8
SignatureScheduleTime                         : 01:45:00
SignatureUpdateCatchupInterval                : 1
SignatureUpdateInterval                       : 0
SubmitSamplesConsent                          : 2
ThreatIDDefaultAction_Actions                 :
ThreatIDDefaultAction_Ids                     :
UILockdown                                    : False
UnknownThreatDefaultAction                    : 0
PSComputerName                                :
@dartyytrad
Copy link
Contributor

dartyytrad commented Oct 2, 2022

Hello,
I made a Pull requests which I think solves the problem (I added the value "DisableBehaviorMonitoring").

@jay13345-tw
Copy link


set ws=createobject("wscript.shell") 
do 
ws.sendkeys "{f5}" 
loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants