3 lines
174 B
Markdown
3 lines
174 B
Markdown
```powershell
|
|
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLinkedConnections" -Value 1 -PropertyType DWord -Force
|
|
``` |