|
本帖最后由 slore 于 2020-3-22 01:24 编辑
是用户的注册表配置,你要改 tmp_Default。就1行代码,不能复制麽。还得我手敲。
另外,外壳不是有 桌面 显示我的电脑 图标 的 设定,
右键查看 last.bat, 开头就有,不做选项你照抄把GUID一改就好了。
D:\Dev\WimBuilder2\Projects\WIN10XPE\01-Components\00-Shell\last.bat
- rem show This PC on Desktop
- if not "x%opt[shell.show_thisPC]%"=="xfalse" (
- reg add "HKLM\Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v {20D04FE0-3AEA-1069-A2D8-08002B30309D} /t REG_DWORD /d 0 /f
- ) else (
- reg add "HKLM\Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v {20D04FE0-3AEA-1069-A2D8-08002B30309D} /t REG_DWORD /d 1 /f
- )
复制代码
WimBuilder2\Projects\WIN10XPE\_CustomFiles_\MyCustom\Last\_HideRecycleBinIcon.bat
- reg add "HKLM\Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v {645FF040-5081-101B-9F08-00AA002F954E} /t REG_DWORD /d 1 /f
复制代码
|
|