Added more scripts
This commit is contained in:
parent
f210ed3e6a
commit
d521dbf50e
|
@ -0,0 +1,3 @@
|
|||
#This script sets current network profile to Private
|
||||
|
||||
$net = get-netconnectionprofile;Set-NetConnectionProfile -Name $net.Name -NetworkCategory Private
|
Loading…
Reference in New Issue