Changeset 53314 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 12, 2014 5:02:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/win-vbox-net-uninstall.ps1
r52776 r53314 120 120 121 121 #Write-Host ($connections | Out-String) 122 $ghostcon = (Get-ChildItem ("HKLM\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}") | Where-Object { !$connections.ContainsKey($_.PSChildName) -and $_.PSChildName -ne "Descriptions" } )122 $ghostcon = @(Get-ChildItem ("HKLM\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}") | Where-Object { !$connections.ContainsKey($_.PSChildName) -and $_.PSChildName -ne "Descriptions" } ) 123 123 if ($ghostcon -eq $null) { 124 124 Write-Host "`nNo ghost connections has been found -- nothing to do"
Note:
See TracChangeset
for help on using the changeset viewer.