mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
Windows don't allow insecure guest login anymore by default. It need to be enabled through Group Policy restrictions Pick-to: 5.15 Pick-to: 5.12 Task-number: QTQAINFRA-3980 Change-Id: I767e9c87ca3ee4737e312142ecefb94ee2b2b828 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
3 lines
190 B
PowerShell
3 lines
190 B
PowerShell
# Allow SMB client guest logons to SMB server.
|
|
reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /V AllowInsecureGuestAuth /T REG_dWORD /D 1 /F
|