Misconfiguration settings - Azure Files network drive letters manual remapping

Hi,

After applying certain Misconfiguration settings (GravityZone Business Security Enterprise) , the network drive letters pointing to Azure Files do not automatically reconnect after a reboot, requiring manual remapping each time.

Thanks!

Carlos Massa

Best Answer

Answers

  • Hi @Flexx

    Here is the solution that we have implemented:

    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DontDisplayLastUserName /t REG_DWORD /d 0 /f

    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v LegalNoticeCaption /t REG_SZ /d "" /f

    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v LegalNoticeText /t REG_SZ /d "" /f

    secedit /configure /cfg %windir%\inf\defltbase.inf /db %windir%\securitynew.sdb /areas SECURITYPOLICY