桌面少了E,怎么办
- 提问者网友:原来太熟悉了会陌生
- 2021-05-05 09:41
- 五星知识达人网友:十年萤火照君眠
- 2021-05-05 10:52
开始运行 cmd
把下面代码全部复制进黑筐里--回车 即可
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoInternetIcon" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\nonenum" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
cmd /c taskkill /f /im explorer.exe&&explorer.exe
- 1楼网友:三千妖杀
- 2021-05-05 15:28
右击桌面--属性--桌面--自定义桌面,在IE前打勾
- 2楼网友:街头电车
- 2021-05-05 13:49
在桌面上右击属性 桌面 自定义桌面 按下ctrl+i 确定就可以了,这是微软避免垄断搞的这么个措施
- 3楼网友:廢物販賣機
- 2021-05-05 12:14
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoInternetIcon" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\nonenum" /v "{871C5380-42A0-1069-A2EA-08002B30309D}" /d 0 /t REG_DWORD /f
cmd /c taskkill /f /im explorer.exe&&explorer.exe