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
|
||||
Set-NetConnectionProfile -InterfaceAlias Ethernet -NetworkCategory "Private"
|
||||
Set-Service WinRM -StartupType Automatic -PassThru
|
||||
Start-Service WinRM -PassThru
|
||||
winrm quickconfig
|
||||
|
||||
Reference in New Issue
Block a user