Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conan
Browse files Browse the repository at this point in the history
howetuft committed Aug 21, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 6575536 commit 7b47098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/windows-build-system/action.yml
Original file line number Diff line number Diff line change
@@ -102,6 +102,8 @@ runs:
Set-MpPreference -DisableRealtimeMonitoring $true
shell: pwsh
- run: |
powershell "(Get-Service actions.runner.*).name"
sc config "NAME_OF_YOUR_SERVICE" obj= "NT AUTHORITY\SYSTEM" type= own
runas /user:Administrator "sc stop WinDefend"
shell: cmd

0 comments on commit 7b47098

Please sign in to comment.