Jayce Ooi’s Paradise

Photography, programming, technology, finance, anything =)
Subscribe to Jayce Ooi's Paradise feeds

“Task Manager has been disabled by your administrator”. I have never see this before when I write this. Why administrator need to disable Task Manager? Anyway… Here are some solutions to this re-enable Task Manager again.

Solution 1:
Type this “REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f” command at Windows ‘Run…

Solution 2:
Use Registry Editor (Regedit.exe) to edit the DisableTaskMgr value from 1 to 0 which located at [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System]

Solution 3:
Type “gpedit.msc” command at Windows ‘Run…‘. Under “User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager“, change Remove Task Manager to Not Configured or just disable it.

All these solutions should help you solve “Task Manager has been disabled by your administrator” issue. :D

“The command prompt has been disabled by your administrator.” Do you get this message when you try to use DOS command prompt to perform the task you want? With this message, you cannot do anything at command prompt. :P
Fear no more… There are some solutions to this issue.

Solution 1:
Type this “REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f” command at Windows ‘Run…

Solution 2:
Use Registry Editor (Regedit.exe) to edit the DisableCMD value from 1 to 0 which located at [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]

Solution 3:
Type “gpedit.msc” command at Windows ‘Run…‘. Under “User Configuration \ Administrative Templates \ System“, change Prevent access to the command prompt to Not Configured or just disable it.

All these solutions should help you solve “The command prompt has been disabled by your administrator” issue. :D

Tabletop technology from Microsoft

You are going to like it. No more mouse and keyboard. :)

Install NetBEUI protocol on Windows 2003

NetBEUI (NBF) is a non-routable protocol suitable for small networks. However, Windows 2003 does not include it anymore. You need to install it manually then. Download required file - nbf.zip.

  • Copy nbf.sys into the %SYSTEMROOT%\SYSTEM32\DRIVERS\ directory
  • Copy netnbf.inf into the %SYSTEMROOT%\INF\ directory
  • Open network connection properties and use “Install…” button to add NetBEUI protocol

Happy playing NetBEUI…

Note - %SYSTEMROOT% == windows or winnt

Event Viewer snap-in fails to initialize

My customer asked me for help when he tried to open Event Viewer, the following error appears and the Event Viewer does not launch:

Snap-in failed to initialize.
Name:Event Viewer
CLSID:{975797FC-4E2A-11D0-B702-00C04FD8DBF7}

What should you do? Just run the following command in command prompt:

REGSVR32.EXE %WINDIR%\SYSTEM32\ELS.DLL

If you get the following error message when you run the above command, then expand a copy of the file from the Windows XP CD, or from the Service Pack files source path. Or get a copy from other system. Put it in C:\WINDOWS\System32\. This should do the trick. :)

LoadLibrary(”C:\WINDOWS\System32\ELS2.DLL”) failed - The specified module could not be found.

« Older Entries  Newer Entries »

Page 2 of 3«123»

Sponsored links

Archives

Chat Chat Chat...




RM210 (US$63) Cash Giveaway

Make Your Own Gifts Here


Community links

edensitebar.jpg
Support WWF-Malaysia

Please support me...

Top Commentators