mirror of
git://code.qt.io/qt/qt5.git
synced 2026-07-05 14:27:10 +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. Pick-to: 6.8 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)
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
08c556d85a
commit
f024adfcdc
@@ -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