Skip to content

Commit

Permalink
Get services
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 2, 2024
1 parent 2914af7 commit 126b478
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
# - run: ./test.sh
- run: Set-MpPreference -DisableRealtimeMonitoring $true
shell: powershell
- run: |
Stop-Service -Name WinDefend -Force
Set-Service -Name WinDefend -StartupType Disabled
- run: Get-Service
shell: powershell
- run: Get-Service -RequiredServices
shell: powershell
- run: sleep 20
- run: Get-MpComputerStatus
shell: powershell
Expand Down

0 comments on commit 126b478

Please sign in to comment.