diff --git a/coin/provisioning/qtci-windows-10-x86/99-set-private-network.ps1 b/coin/provisioning/qtci-windows-10-x86/99-set-private-network.ps1 new file mode 100644 index 00000000..a1d86222 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/99-set-private-network.ps1 @@ -0,0 +1 @@ +Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private diff --git a/coin/provisioning/qtci-windows-10-x86_64/99-set-private-network.ps1 b/coin/provisioning/qtci-windows-10-x86_64/99-set-private-network.ps1 new file mode 100644 index 00000000..a1d86222 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/99-set-private-network.ps1 @@ -0,0 +1 @@ +Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private diff --git a/coin/provisioning/qtci-windows-10_21H2-x86_64/99-set-private-network.ps1 b/coin/provisioning/qtci-windows-10_21H2-x86_64/99-set-private-network.ps1 new file mode 100644 index 00000000..a1d86222 --- /dev/null +++ b/coin/provisioning/qtci-windows-10_21H2-x86_64/99-set-private-network.ps1 @@ -0,0 +1 @@ +Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private diff --git a/coin/provisioning/qtci-windows-10_22H2-x86_64/99-set-private-network.ps1 b/coin/provisioning/qtci-windows-10_22H2-x86_64/99-set-private-network.ps1 new file mode 100644 index 00000000..a1d86222 --- /dev/null +++ b/coin/provisioning/qtci-windows-10_22H2-x86_64/99-set-private-network.ps1 @@ -0,0 +1 @@ +Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private