How can we help?
Table of Contents
< All Topics
Print

Enable Task Manager in Client

With the recent release of iCafeMenu, we have disabled “Task Manager” but default. If you want to enable “Task Manager” on the client’s PC. Then follow the steps below.

  1. Open the “login.bat” file from the game disk > Internet Tools > “iCafeMenu” folder, then paste the commands below into it and save (Figure 1).
@set @x=0; /*
@echo off
ver |&gt;NUL find /v "5." &amp;&amp; if "%~1"=="" cscript.exe //nologo //e:jscript "%~f0"&amp; exit /b
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /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
  1. You must restart all the clients once for this to be applied.
  2. After restart, when a member login or session is started “Task Manager” will be enabled.

Notes: Only do this, if you want to allow access to “Task Manager” on the client’s PC.

Categories