Wiki Home Client Interface Disable Task Manager in client
Disable Task Manager in client
2023-10-27
disable, task, manager, client
With the recent release of iCafeMenu, we have enabled the "Task Manager" by default. This adjustment is in response to the updated security parameters of iCafeMenu.
If you want to disable “Task Manager” in the client PC. Then follow the steps below.
- Open the “login.bat” file from the game disk > Internet Tools > “iCafeMenu” folder, then paste the commands below in it and save (Figure 1).
@set @x=0; /*
@echo off
ver |>NUL find /v "5." && if "%~1"=="" cscript.exe //nologo //e:jscript "%~f0"& exit /b
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f
exit
exit /B
:: Don't touch it and don't add anything below!!!!
*/new ActiveXObject('Shell.Application').ShellExecute (WScript.ScriptFullName,'Admin','','runas',1);
Figure 1
- You must restart all the clients once for this to be applied.
- After restart, when a member login or session is started “Task Manager” will be disabled.