Files
windows-scripts/EnableLinkedConnections.bat
2023-03-05 21:08:50 -06:00

2 lines
126 B
Batchfile

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLinkedConnections /t REG_DWORD /d 1 /f
pause