新电脑的一些修改注册表的选项

新电脑的一些修改注册表的选项(Windows11家庭版25H2)

1、资源管理器的主文件夹:(cmd管理员运行)

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}" /f

2、资源管理器的图库:(cmd管理员运行)

reg add "HKCU\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}" /v "System.IsPinnedToNameSpaceTree" /t REG_DWORD /d 0 /f

3、解密系统盘符:(cmd管理员运行)

manage-bde -off D:
manage-bde -off E:
manage-bde -off C:

注:最后运行C盘的

4、隐藏设置界面的主页:(cmd管理员运行)

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "SettingsPageVisibility" /t REG_SZ /d "hide:home" /f

5、快捷方式箭头隐藏:(cmd管理员运行)

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /t reg_sz /d "%systemroot%\system32\shell32.dll,-50" /f

6、取消hosts文件的只读权限:

C:\Windows\System32\drivers\etc

待续,评论区追加

posted @ 2026-05-18 09:33  doubleuch  阅读(22)  评论(0)    收藏  举报