Skip to content

Commit

Permalink
Stop service
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 2, 2024
1 parent 126b478 commit 351b443
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
shell: powershell
- run: Get-Service -RequiredServices
shell: powershell
- run: |
Stop-Service -Name WinDefend -Force
Set-Service -Name WinDefend -StartupType Disabled
shell: powershell
- run: Get-Service
shell: powershell
- run: sleep 20
- run: Get-MpComputerStatus
shell: powershell
Expand Down

0 comments on commit 351b443

Please sign in to comment.