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
-
Kindly contact Bitdefender Business Support by visiting https://www.bitdefender.com/support/contact-us.html?last_page=BusinessCategory.
Additionally, you can reach out to @Alex_Dr, @Andra_B or @Andrei_S Enterprise from the Enterprise team, and they will be able to assist you.
Regards
Life happens, Coffee helps!
Show your Attitude, when you reach that Altitude!
Bitdefender Ultimate Security Plus (user)
0
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
1