diff --git a/everything/README.md b/everything/README.md new file mode 100644 index 0000000..36f2c0f --- /dev/null +++ b/everything/README.md @@ -0,0 +1,3 @@ +```powershell +New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLinkedConnections" -Value 1 -PropertyType DWord -Force +``` \ No newline at end of file