diff --git a/Windows/WinRM.md b/Windows/WinRM.md index d38bff7..3e9db16 100644 --- a/Windows/WinRM.md +++ b/Windows/WinRM.md @@ -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