Skip to content

Commit

Permalink
skip NDIS polling configuration (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen authored Sep 28, 2022
1 parent baca4ae commit 837bc95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,9 @@ function Install-XdpMp {
Set-NetAdapterAdvancedProperty -Name $XdpMpServiceName -RegistryKeyword PollProvider -DisplayValue $XdpmpPollProvider

if ($XdpmpPollProvider -eq "NDIS") {
Write-Verbose "Set-NetAdapterDataPathConfiguration -Name $XdpMpServiceName -Profile Passive"
Set-NetAdapterDataPathConfiguration -Name $XdpMpServiceName -Profile Passive
#Write-Verbose "Set-NetAdapterDataPathConfiguration -Name $XdpMpServiceName -Profile Passive"
#Set-NetAdapterDataPathConfiguration -Name $XdpMpServiceName -Profile Passive
Write-Verbose "Skipping NDIS polling configuration"
}

Wait-For-Adapters -IfDesc $XdpMpServiceName
Expand Down

0 comments on commit 837bc95

Please sign in to comment.