Skip to content

Try disabling

Try disabling #11

Workflow file for this run

name: Test
on:
push:
defaults:
run:
shell: bash
jobs:
test:
name: Test
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
# - run: ./test.sh
- run: Set-MpPreference -DisableRealtimeMonitoring $true
shell: powershell
- run: Get-MpComputerStatus
shell: powershell