Skip to content

Commit 563bab8

Browse files
committed
attempting to run as powershell admin
1 parent 4404c93 commit 563bab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
shell: 'powershell.exe -ExecutionPolicy Bypass'
156156
privileged: true
157157
command: |
158-
Set-MpPreference -DisableRealtimeMonitoring $true
158+
"Start-Process -Verb RunAs powershell '-NoExit -ExecutionPolicy Bypass -Command Set-MpPreference -DisableRealtimeMonitoring $true -Verbose' "
159159
- run: sc query WinDefend
160160
- run:
161161
name: pip

0 commit comments

Comments
 (0)