Add everything/README.md

This commit is contained in:
2024-10-30 03:31:28 -04:00
parent 3f34ec9373
commit 20ae2aeb48

3
everything/README.md Normal file
View File

@@ -0,0 +1,3 @@
```powershell
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLinkedConnections" -Value 1 -PropertyType DWord -Force
```