win7桌面图标小箭头怎么去掉
发布网友
发布时间:2022-03-21 03:22
我来回答
共5个回答
懂视网
时间:2022-03-21 07:43
产品名称:华硕笔记本
产品型号:ASUS U4700I
系统版本:Windows 7
软件版本:null
1.按下“win+R”键打开运行窗口。
2.在运行界面中输入regedit,进入注册表。
3.找到 HKEY_CLASSES_ROOTlnkfile路径后,删除lsShortcut字符串值项。
4.找到HKEY_CLASSES_ROOTpiffile路径,删掉lsShortcut字符串值项。
5.最后重启电脑即可。
总结
1.打开运行窗口。
2.在运行界面中输入regedit。
3.删除lsShortcut字符串值项。
4.找到HKEY_CLASSES_ROOTpiffile路径。
热心网友
时间:2022-03-21 05:08
1.去掉小箭头
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause
复制上面的代码。新建一个文本文件。粘贴后另存为.bat文件,然后以管理员身份打开。
ok!
2.恢复小箭头
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause
同理,将上述代码另存为.bat文件,管理员身份打开。就可恢复小箭头了。
热心网友
时间:2022-03-21 06:42
运行----复制粘贴命令cmd /c reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f&start reg delete "HKEY_CLASSES_ROOT\piffile" /v IsShortcut /f&taskkill /f /im explorer.exe & explorer.exe
2) cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe
试试好用不
热心网友
时间:2022-03-21 08:34
360软件管家里面有个一键去除小箭头的工具,绿色软件运行一次以后就没有了
热心网友
时间:2022-03-21 10:42
去掉桌面图标小箭头的方法:工具材料
win10系统电脑
方法步骤
方法一:
新建一个txt文本文档,然后把以下命令复制到其中:
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /v 29 /d “%systemroot%\system32\imageres.dll,197″ /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h “%userprofile%\AppData\Local\iconcache.db”
del “%userprofile%\AppData\Local\iconcache.db” /f /q
start explorer
pause
保存之后,把这个文本文档重命名为后缀扩展名为bat的批处理文件,然后运行它即可.
方法二:用360人工服务,搜索去掉桌面图标小箭头,选择方案,点立即修复。