04 Feb
Posted by Jayce as Programming, Windows - 383 views
“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. ![]()
02 Feb
Posted by Jayce as Programming, Windows - 1,188 views
“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. ![]()
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. ![]()
You are going to like it. No more mouse and keyboard. ![]()
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.
Happy playing NetBEUI…
Note - %SYSTEMROOT% == windows or winnt
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.