學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > win8教程 > Win8右鍵菜單一鍵實(shí)現(xiàn)關(guān)機(jī)、重啟、注銷的教程

Win8右鍵菜單一鍵實(shí)現(xiàn)關(guān)機(jī)、重啟、注銷的教程

時(shí)間: 志藝942 分享

Win8右鍵菜單一鍵實(shí)現(xiàn)關(guān)機(jī)、重啟、注銷的教程

  作為最新的Windows系統(tǒng),Windows 8是當(dāng)之無愧的。新一代的寵兒,不僅給我?guī)砹烁憬莸目旖莨芾?,在界面上更是讓我無限著迷。但是對(duì)于新用戶而言,一下子畢竟很難以適應(yīng)Windows 8的全面改革。甚至有的用戶連Windows 8的關(guān)機(jī)、重啟、注銷都會(huì)覺得有點(diǎn)的不適應(yīng)。接下來是小編為大家收集的Win8右鍵菜單一鍵實(shí)現(xiàn)關(guān)機(jī)、重啟、注銷的教程,希望能幫到大家。

  Win8右鍵菜單一鍵實(shí)現(xiàn)關(guān)機(jī)、重啟、注銷的教程

  Win8右鍵菜單中添加關(guān)機(jī),重啟,注銷等功能方法如下:

  原理就是在注冊表中添加命令,新建立記事本,把以下內(nèi)容保存為.reg,雙擊導(dǎo)入即可。

  Windows Registry Editor Version 5.00

  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]

  “MUIVerb”=”Power Menu”

  “SubCommands”=”lock;logoff;switch;sleep;hibernate;restart;shutdown”

  “Icon”=”shell32.dll,215″

  “Position”=”bottom”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]

  @=”Lock”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

  \CommandStore\shell\lock\command]

  @=”Rundll32 User32.dll,LockWorkStation”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff]

  @=”Log Off”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

  \CommandStore\shell\logoff\command]

  @=”Shutdown -l”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch]

  @=”Switch User”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

  \CommandStore\shell\switch\command]

  @=”tsdiscon.exe”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]

  @=”Sleep”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explore

  r\CommandStore\shell\sleep\command]

  @=”rundll32.exe powrprof.dll,SetSuspendState Sleep”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate]

  @=”Hibernate”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

  \CommandStore\shell\hibernate\command]

  @=”Shutdown -h”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]

  @=”Restart”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

  \CommandStore\shell\restart\command]

  @=”Shutdown -r -f -t 00″

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]

  @=”Shut Down”

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explore

  r\CommandStore\shell\shutdown\command]

  @=”Shutdown -s -f -t 00″

  如果你不懂制作注冊表文件,那么請下載下方提供的:Win8右鍵菜單關(guān)機(jī)注冊表文件,然后運(yùn)行注冊表文件導(dǎo)入即可。

  當(dāng)然你也可以下載現(xiàn)成的注冊表文件,包含卸載,以上操作需要對(duì)注冊表有一定了解哦。


看了“Win8右鍵菜單一鍵實(shí)現(xiàn)關(guān)機(jī)、重啟、注銷的教程”還想看:

1.win8如何把關(guān)機(jī)、重啟、注銷添加到右鍵菜單

2.Win8桌面添加“一鍵關(guān)機(jī)”按鈕教程

3.win8怎么在開始菜單中創(chuàng)建一個(gè)一鍵關(guān)機(jī)

4.Win8系統(tǒng)怎樣在桌面上添加一鍵關(guān)機(jī)按鈕

5.怎么將常用程序添加到win8的右鍵菜單

2800264