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
OMEN Laptop 15-en1037AX (Bitdefender Total Security) & Samsung Galaxy S22 Ultra (Bitdefender Mobile Security)
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