ADM登录后的产品安全强化如何取消?

ADM登录后的产品安全强化如何取消?

安全强化显示界面:


取消方法如下:
1. Go to the machine where ADManager Plus is installed 进入安装ADM的服务器,bin目录,以管理员身份运行connectDB.bat

2. 弹出需要密码时输入密码:AdmanUser@123$

3. 连接到DB后,执行如下命令:
update adssecurityhardeningparams set param_value='false' where param_name='IS_SECURITY_ALERT_ENABLED';

4.重启ADM即可。