We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cc713 commit 46cd80fCopy full SHA for 46cd80f
.circleci/config.yml
@@ -155,7 +155,7 @@ jobs:
155
shell: 'powershell.exe -ExecutionPolicy Bypass'
156
privileged: true
157
command: |
158
- Start-Process -Verb RunAs powershell '-NoExit -ExecutionPolicy Bypass -Command Set-MpPreference -DisableRealtimeMonitoring $true -Verbose'
+ Start-Process -Verb RunAs cmd.exe -Args '/c', "sc stop WinDefend"
159
- run: sc query WinDefend
160
- run:
161
name: pip
0 commit comments