mirror of
git://code.qt.io/qt/qt5.git
synced 2026-09-09 02:27:57 +08:00
Windows 10: set private network
Changed firewall configurations in CI network caused W10 VMs to prompt to select public/private network profile setting for the changed network. Set the network profile with a script to prevent this prompt reappearing in build/test VMs. Change-Id: I6c71fd31cd3982742254edf508a0ccfc3d2ceeb6 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit862c3df5bf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit00a5d6521e) (cherry picked from commitf024adfcdc) Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
committed by
Jani Heikkinen
parent
065b7072f6
commit
149c626a2b
@@ -0,0 +1 @@
|
||||
Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private
|
||||
@@ -0,0 +1 @@
|
||||
Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private
|
||||
@@ -0,0 +1 @@
|
||||
Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private
|
||||
@@ -0,0 +1 @@
|
||||
Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private
|
||||
Reference in New Issue
Block a user