Update Windows/WinRM.md

This commit is contained in:
2023-12-30 17:25:35 +00:00
parent cf53ef0bad
commit 399cb38b71

View File

@@ -6,6 +6,7 @@ Windows 11 => open Settings => Network & Internet => Ethernet => switch to Priva
# Powershell commands (run as Administrator)
```powershell
Set-NetConnectionProfile -InterfaceAlias Ethernet -NetworkCategory "Private"
Set-Service WinRM -StartupType Automatic -PassThru
Start-Service WinRM -PassThru
winrm quickconfig