Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrevi committed Mar 12, 2024
1 parent 77163e0 commit 6b725eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install_ebpf.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ function Install-eBPFComponents
}

# Debugging information.
sc.exe queryx ebpfcore | Write-Host
sc.exe queryx netebpfext | Write-Host
sc.exe queryx ebpfsvc | Write-Host
sc.exe query ebpfcore | Write-Host
sc.exe query netebpfext | Write-Host
sc.exe query ebpfsvc | Write-Host

# Optionally enable KMDF verifier and tag tracking.
if ($KMDFVerifier) {
Expand Down

0 comments on commit 6b725eb

Please sign in to comment.