open ur registry editior
navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Here create a DWORD called "NoManageMyComputerVerb"
And set the value to enable "0" and disable "1"
If it already exists set it to "0"
Needs a reboot i think
+++++++++++++++++++++++++++++++++++++++++++++++++++
You can also try this by opening the Command Prompt window and typing in the following:
reg add “HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Event Viewer\command” /VE /T REG_EXPAND_SZ /D “%SystemRoot%\system32\mmc.exe /s %SystemRoot%\system32\EventVWR.msc” /F
For more help with the ‘reg’ command line utility, type reg /?.