WiFi: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
(Created page with "=Powershell= <syntaxhighlight lang="powershell"> Get-netConnectionProfile set-NetConnectionProfile </syntaxhighlight >")   (change visibility)
 
No edit summary   (change visibility)
 
Line 1: Line 1:
=Powershell=
=Powershell=
<syntaxhighlight lang="powershell">
<syntaxhighlight language="powershell">
Get-netConnectionProfile  
Get-netConnectionProfile  
set-NetConnectionProfile
set-NetConnectionProfile
</syntaxhighlight >
</syntaxhighlight>

Latest revision as of 23:45, 21 August 2020

Powershell

Get-netConnectionProfile 
set-NetConnectionProfile