กรณีที่เจอ Message Box บน M$ Server
"The terminal server has exceeded the maximum number of allowed connections"
เปิด CMD ขึ้นมาครับ แล้วจัดคำสั่ง
mstsc /v:IP-Address-Server /admin

.............................

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLockedUserId"=-
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLockedUserId"=dword:00000003
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'test'; //Username ที่ทำการสร้างใหม่
$cfg['Servers'][$i]['password'] = '1245'; //รหัสผ่านของ User
$cfg['Servers'][$i]['AllowNoPassword'] = true;
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule ssl_module modules/mod_ssl.so