mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-08 07:56:54 +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-3974 Change-Id: I5fd918882c51c01985cd4c1b9f9ed4dec62e07dd Reviewed-by: Tony Sarajärvi <tony.sarajarvi@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
|