EarthNet Troubleshooting: Difference between revisions

Line 20:
Run "'''Get-NetConnectionProfile'''" in Powershell and make note of the network name for the "'''OpenVPN Data Channel Offload'''" connection.
 
''example;''
$ Get-NetConnectionProfile
Line 32:
Now run the following command ('''Set-NetConnectionProfile -Name "NETWORK NAME" -NetworkCategory Private''') to set the correct profile
 
''example;''
Set-NetConnectionProfile -Name "Network 2" -NetworkCategory Private
 
''result;''
$ Get-NetConnectionProfile
1,180

edits