九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
Win10各種注冊(cè)表小設(shè)置
很多人不適應(yīng)Win10的新功能,且還有強(qiáng)迫癥,討厭任務(wù)欄的搜索和多任務(wù)按鈕?,F(xiàn)提供屏蔽方法。


去除搜索按鈕


復(fù)制粘貼一下內(nèi)容,保存為reg文件,雙擊,確定(注意導(dǎo)入后需要重新啟動(dòng)資源管理器)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"EnableProactive"=dword:00000000


如何你想恢復(fù),導(dǎo)入如下即可(兩個(gè)注冊(cè)表任選其一即可恢復(fù)注意導(dǎo)入后需要重新啟動(dòng)資源管理器)
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"EnableProactive"=dword:00000000


或者導(dǎo)入
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"EnableProactive"=dword:00000001

去除多任務(wù)(虛擬桌面)按鈕(同一樓,復(fù)制粘貼保存為reg文件)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AllUpView]
"Enabled"=dword:00000000




恢復(fù)多任務(wù)按鈕
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AllUpView]
"Enabled"=dword:00000000


或者
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AllUpView]
"Enabled"=dword:00000001



預(yù)覽版更新選擇功能,預(yù)覽版微軟鎖定了選擇權(quán),現(xiàn)提供注冊(cè)表方法更改

從不檢查更新(不推薦)

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001


檢查更新,但是讓我選擇是否下載和安裝更新
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000002


下載更新,但是讓我選擇是否安裝更新
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000003

自動(dòng)安裝更新(推薦)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000004

隱藏資源管理器主頁內(nèi)容

在主頁中隱藏Frequent folder
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{3936E9E4-D92C-4EEE-A85A-BC16D5EA0819}]


在主頁中顯示Frequent folder(恢復(fù)原狀)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{3936E9E4-D92C-4EEE-A85A-BC16D5EA0819}]
@="Frequent Places Folder"

在主頁中隱藏Recent files
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{4564b25e-30cd-4787-82ba-39e73a750b14}]


在主頁中顯示Recent files(就是恢復(fù)原狀)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{4564b25e-30cd-4787-82ba-39e73a750b14}]
@="Recent Items Instance Folder"

在主頁中隱藏收藏夾
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}]




在主頁中顯示收藏夾(就是恢復(fù)原狀)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HomeFolder\NameSpace\DelegateFolders\{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}]
@="Favorites Folder"

注冊(cè)表開啟Win10新任務(wù)欄時(shí)間日期面板
1.鍵盤快捷鍵WIN+R打開運(yùn)行,輸入regedit打開注冊(cè)表編輯器
2.前往
HKEY_LOCAL_MACHINE>Software>Microsoft>Windows>CurrentVersion>ImmersiveShell

3.創(chuàng)建新的DWORD(32-bit),名字為UseWin32TrayClockExperience,保持0值
4.點(diǎn)擊任務(wù)欄右下角的時(shí)間和日期會(huì)打開新的面板,界面上的“其他時(shí)鐘”可以打開鬧鐘應(yīng)用里的“世界時(shí)鐘”,但添加城市目前還不會(huì)在任務(wù)欄的時(shí)間日期面板里顯示。


右鍵添加管理員權(quán)限
下面的代碼保存成REG導(dǎo)入即可

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="管理員取得所有權(quán)"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\exefile\shell\runas2]
@="管理員取得所有權(quán)"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\exefile\shell\runas2\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="管理員取得所有權(quán)"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"



以上均為注冊(cè)表項(xiàng),都需要復(fù)制粘貼,保存為reg注冊(cè)表格式文件,導(dǎo)入即可。
去除或恢復(fù)任務(wù)欄按鈕的需要重啟資源管理器。去除或恢復(fù)主頁的不需要

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Word列出最近所用文件變灰無法設(shè)置的解決方法
優(yōu)化WinPE注冊(cè)表的小技巧
有效去掉桌面圖標(biāo)陰影,藍(lán)色背景變成透明
注冊(cè)表REG文件編寫大全
Windows registry - user interface settings
清除“Recycler”病毒文件方法
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服