# Verify installation $adapter = Get-TapAdapterStatus if ($adapter) Write-Host "Adapter Name: $($adapter.Name)"
If you see this adapter, you (or a program you installed) likely installed a VPN at some point. The adapter is used to create the "tunnel" that encrypts your data and routes it to a private server. Even if you aren't currently using a VPN, the driver often stays installed to ensure the service can start up quickly the next time you need it. Common Issues & Fixes windows tap adapter v9
function Set-TapAdapterConfiguration <# .SYNOPSIS Configures the IP address and metric of the TAP Adapter. windows tap adapter v9