亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學習啦>學習電腦>網(wǎng)絡知識>網(wǎng)絡技術>

      電腦Win8右鍵菜單一鍵實現(xiàn)關機、重啟、注銷的方法

      時間: 子明1009 分享

        如今對于很多的電腦新用戶而言,一下子畢竟很難以適應Windows 8的全面改革。甚至有的用戶連Windows 8的關機、重啟、注銷都會覺得有點的不適應。下面是學習啦小編為大家整理的關于電腦Win8右鍵菜單一鍵實現(xiàn)關機、重啟、注銷的方法,一起來看看吧!

        電腦Win8右鍵菜單一鍵實現(xiàn)關機、重啟、注銷的方法

        Win8右鍵菜單中添加關機,重啟,注銷等功能方法如下:

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

        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右鍵菜單關機注冊表文件,然后運行注冊表文件導入即可。

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

      電腦Win8右鍵菜單一鍵實現(xiàn)關機、重啟、注銷的方法

      如今對于很多的電腦新用戶而言,一下子畢竟很難以適應Windows 8的全面改革。甚至有的用戶連Windows 8的關機、重啟、注銷都會覺得有點的不適應。下面是學習啦小編為大家整理的關于電腦Win8右鍵菜單一鍵實現(xiàn)關機、重啟、注銷的方法,一起
      推薦度:
      點擊下載文檔文檔為doc格式
      2894193