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

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

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 電腦入門 > Win10進(jìn)入傳統(tǒng)個(gè)性化設(shè)置界面的方法

      Win10進(jìn)入傳統(tǒng)個(gè)性化設(shè)置界面的方法

      時(shí)間: 家輝661 分享

      Win10進(jìn)入傳統(tǒng)個(gè)性化設(shè)置界面的方法

        微軟逐漸將Win10上的設(shè)置界面從傳統(tǒng)風(fēng)格替換成全新的設(shè)計(jì)風(fēng)格,比如“個(gè)性化”設(shè)置界面就已經(jīng)完成了變更,不過我們通過修改注冊(cè)表,依然能夠從桌面右鍵菜單進(jìn)入傳統(tǒng)的“個(gè)性化”設(shè)置界面。

        下面與大家分享一個(gè)技巧,可以把常用的個(gè)性化設(shè)置項(xiàng)添加到Win10桌面右鍵菜單中,點(diǎn)擊即可進(jìn)入傳統(tǒng)的控制面板“個(gè)性化”設(shè)置界面。在右鍵菜單中添加的個(gè)性化設(shè)置項(xiàng)效果如圖:

        點(diǎn)擊這些設(shè)置項(xiàng)可以直接打開傳統(tǒng)的控制面板“個(gè)性化”設(shè)置界面。

        方法如下:

        本方法需要修改注冊(cè)表,我們可以通過制作并運(yùn)行注冊(cè)表腳本文件的方法來修改,制作方法如下。

        新建一個(gè)txt文本文檔,把如下代碼復(fù)制到其中:

        Windows Registry Editor Version 5.00

        ;

        ; Created by http://winaero.com, reedited by http://ithome.com

        ;

        [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]

        “MUIVerb”=”個(gè)性化選項(xiàng)”

        “SubCommands”=”Wallpaper;Colors;Sounds;Screensaver;Icons”

        “icon”=”desk.cpl”

        “Position”=”Bottom”

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

        @=”屏幕保護(hù)程序”

        “Position”=”Bottom”

        “Icon”=”desk.cpl”

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]

        @=”rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver”

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

        @=”聲音”

        “Position”=”Bottom”

        “Icon”=”mmsys.cpl”

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]

        @=”rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2″

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

        @=”桌面背景”

        “Icon”=”%SystemRoot%\System32\desk.cpl”

        “Position”=”Bottom”

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]

        @=”control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper”

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

        @=”桌面圖標(biāo)”

        “Icon”=”%SystemRoot%\System32\desk.cpl”

        “Position”=”Bottom”

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]

        @=”rundll32 shell32.dll,Control_RunDLL desk.cpl,,0″

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

        @=”窗口顏色”

        “Icon”=”%SystemRoot%\System32\desk.cpl”

        “Position”=”Bottom”

        [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]

        @=”control.exe /NAME Microsoft.Personalization /PAGE pageColorization”

        然后把這個(gè)文本文檔重命名為后綴擴(kuò)展名為.reg,例如 gxh.reg 。雙擊運(yùn)行該注冊(cè)表文件,把信息添加進(jìn)注冊(cè)表。

        然后在Win10桌面上點(diǎn)擊右鍵,你就可以看到如上圖的“個(gè)性化”菜單項(xiàng)了,點(diǎn)擊即可進(jìn)入傳統(tǒng)的“個(gè)性化”設(shè)置界面。

        如果想要取消這幾個(gè)右鍵菜單,那么只需把如下代碼粘貼到txt文本文檔中:

        Windows Registry Editor Version 5.00

        [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]

        [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]

        [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]

        [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]

        [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]

        [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]

        然后把這個(gè)文本文檔重命名為后綴擴(kuò)展名為.reg,例如 gxh0.reg ,然后雙擊運(yùn)行即可。

        此外,大家在使用Win10系統(tǒng)過程中,如果遇到桌面右鍵打開個(gè)性化設(shè)置出錯(cuò),可以通過切換登陸賬號(hào)來解決。

      387918