Added more scripts

This commit is contained in:
tremor021 2021-04-13 23:39:44 +02:00
parent f210ed3e6a
commit d521dbf50e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#This script sets current network profile to Private
$net = get-netconnectionprofile;Set-NetConnectionProfile -Name $net.Name -NetworkCategory Private