Add Event Viewer Item to Computer’s Right Click Menu in Windows Vista/XP添加事件檢視項目,以計算機的按一下滑鼠右鍵菜單在Windows Vista / XP中
Currently, in both Windows Vista and Windows XP, you have to click on Start button, then Control Panel, then subsequently Administrative Tools before you can access Event Viewer, or in Windows Vista, you can type in “Event Viewer” in the instant search box.目前,無論在Windows Vista和Windows XP ,你必須按一下啟動按鈕,然後控制面板,其後管理工具之前,您可以使用事件查看器,或在Windows Vista中,您可以輸入“事件查看器” ,在即時搜索方塊。 Both ways involves plenty of clicks or keystrokes.兩種方式,涉及大量的點擊次數或按鍵。 Here’s the trick to add a new menu item “Event Viewer” to the context menu that appears when you right click on My Computer icon.這裡的把戲,添加一個新的菜單項“事件查看器”出現的上下文菜單中,當你右鍵點擊我的電腦圖標。
Download eventviewer.zip with eventviewer.reg from the下載eventviewer.zip與eventviewer.reg從 forum論壇 , unpack and then double click on it to merge the registry key to the Windows registry.包裝,然後雙擊在它合併的註冊表項到Windows註冊表。 In Windows Vista, give permission to UAC prompt.在Windows Vista中,准許的UAC提示。 After that, you can simply right click on My Computer (or Computer in Windows Vista) and click on “Event Viewer” to open it directly.之後,您可以簡單地按一下滑鼠右鍵,在我的電腦上(或計算機在Windows Vista ) ,點擊“事件查看器” ,直接將其打開。
Alternatively, open Registry Editor, navigate to the following registry key:另外,打開註冊表編輯器,瀏覽到以下註冊表項:
HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Event Viewer\command HKEY_CLASSES_ROOT \ CLSID中\ ( 20d04fe0 - 3aea - 1069 - a2d8 - 08002b30309d ) \殼牌\事件查看器\命令
If you cannot find “Event Viewer” and “command” registry key, create new registry key.如果您無法找到“事件查看器”和“指揮”的註冊表項,創造新的註冊表項。 Then modify the default value data inside “command” registry key to “eventvwr” (without quotes).然後修改默認值的數據內“指揮”的註冊表項“ eventvwr ” (不含引號) 。
You can also copy and paste the following text to a text editor (Notepad) and save the file with a .reg extension.您也可以複製並粘貼以下文本到文本編輯器(記事本)和保存文件帶有。 reg擴展名。 Then a double click will merge the data into registry.然後雙擊將數據合併到註冊表中。
Windows Registry Editor Version 5.00 Windows註冊表編輯器5.00版
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Event Viewer\command] [ HKEY_CLASSES_ROOT \ CLSID中\ ( 20d04fe0 - 3aea - 1069 - a2d8 - 08002b30309d ) \殼牌\事件查看器\命令]
@=”eventvwr” @ = “ eventvwr ”
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要說明 :這是一個機器翻譯網頁是“按原樣”提供的擔保。 Machine translation may be difficult to understand.機器翻譯可能很難理解。 Please refer to請參閱 original English article原來的英語文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at分享和貢獻,或取得技術的支持和幫助,在 My Digital Life Forums 我的數字生活論壇 . 。
Related Articles相關文章
- Put Disk Cleanup Shortcut to Vista Computer Right Click Menu把磁盤清理的捷徑Vista計算機上按一下滑鼠右鍵菜單
- Add “Pin to Start Menu” Contextual Menu Option Items for Folders加上“針開始菜單”上下文菜單選項的項目文件夾
- Reveal, Copy and Get File Full Path with Copy as Path in Windows Vista透露,複製和獲取文件的完整路徑與複製的路徑,作為在Windows Vista
- Add Window Switcher (Flip 3D) Command to Vista Right Click Menu新增的窗口切換器( Flip 3D的)命令到Vista上按一下滑鼠右鍵菜單
- Add Take Ownership Option To Files and Folders Context Menu in Vista新增的所有權,選擇文件和文件夾的上下文菜單在Vista
- Remove or Delete Briefcase from Vista New Menu移除或刪除公事包,從Vista的新菜單
- Use Vista SendTo Folder to Add or Delete Send To Menu Items or Shortcuts使用Vista的SendTo文件夾來添加或刪除發送到菜單項目或捷徑
- Add Notepad2 to Windows Vista or XP Right Click Context Menu notepad2添加到Windows Vista或XP右鍵單擊上下文菜單
- Open Elevated Command Prompt Window Here as Administrator at Current Folder Directly in Vista Windows Explorer開放高架命令提示符窗口在這裡,作為管理員,在當前文件夾直接在Vista中Windows檔案總管
- How to Remove or Delete AutoPlay Handler from the Options List in XP and Vista如何移除或刪除自動處理從選項清單在XP和Vista




























