Update Windows/WinRM.md
This commit is contained in:
@@ -6,6 +6,7 @@ Windows 11 => open Settings => Network & Internet => Ethernet => switch to Priva
|
|||||||
# Powershell commands (run as Administrator)
|
# Powershell commands (run as Administrator)
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
Set-NetConnectionProfile -InterfaceAlias Ethernet -NetworkCategory "Private"
|
||||||
Set-Service WinRM -StartupType Automatic -PassThru
|
Set-Service WinRM -StartupType Automatic -PassThru
|
||||||
Start-Service WinRM -PassThru
|
Start-Service WinRM -PassThru
|
||||||
winrm quickconfig
|
winrm quickconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user