Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rotoglup/b6a8c2dc3683e25c4635d6f7e26fc761 to your computer and use it in GitHub Desktop.

Select an option

Save rotoglup/b6a8c2dc3683e25c4635d6f7e26fc761 to your computer and use it in GitHub Desktop.

Revisions

  1. rotoglup renamed this gist Jun 2, 2022. 1 changed file with 0 additions and 0 deletions.
  2. rotoglup renamed this gist Jun 2, 2022. 1 changed file with 0 additions and 0 deletions.
  3. rotoglup revised this gist Jun 2, 2022. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion 202005 - notes about system configuration
    Original file line number Diff line number Diff line change
    @@ -1 +1,8 @@
    * `Set-NetConnectionProfile -InterfaceAlias "Ethernet" -NetworkCategory Private`
    In an administrator PowerShell console

    * `Get-NetConnectionProfile`
    * `Set-NetConnectionProfile -InterfaceAlias "Ethernet" -NetworkCategory Private`

    or

    * `Set-NetConnectionProfile -Name "Ethernet" -NetworkCategory Private`
  4. rotoglup created this gist May 31, 2020.
    1 change: 1 addition & 0 deletions 202005 - notes about system configuration
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    * `Set-NetConnectionProfile -InterfaceAlias "Ethernet" -NetworkCategory Private`