Win10系统如何设置自定义文件夹布局

2024-11-14 14:46:51
推荐回答(1个)
回答1:

方法:

1、按下win+R 快捷按钮呼出运行框,在运行框中输入regedit 按下回车键打开注册表编辑器;

2、展开HKEY_CLASSES_ROOTAllFilesystemObjectsshell;

3、在“shell”项上,单击鼠标右键,选择【新建】-【项】,将其命名为:Windows.layout ;

4、点击Windows.layout,在右侧空白处单击右键,选择新建-字符串值,并将此字符串值命名为:CanonicalName,双击打开“CanonicalName”,将其数值数据修改为{23b4303b-4628-438b-ba5c-290fbcb06232}  点击确定;

5、同样,在Windows.layout右侧窗口 右键 新建 - 字符串 ,将其命名为“Description” ,并将其数值数据修改为:@shell32.dll,-31414 ;

6、在Windows.layout窗口右侧同样进行 右键 新建 - 字符串值,将该值命名为“Icon”,双击打开将其数值数据修改为shell32.dll,-16742;

7、还是在Windows.layout右侧单击鼠标右键,选择 新建 - 字符串值,将其命名为“MUIVerb”,双击打开,将数值数据修改为 @shell32.dll,-31413 点击确定;

8、在右侧Windows.layout窗口 右键 - 新建 -字符串值,命名为SubCommands,双击打开SubCommands,将其数值数据修改为:Windows.menubar;|;Windows.previewpane;Windows.readingpane;Windows.navpane  点击确定;