win10最完美去除快捷方式小箭头的方法
今天来讲讲怎么去掉<span style=“color:#9c27b0;”><strong>win10快捷方式小箭头</strong></span>,让win10桌面图标更漂亮(献给强迫症患者)。<img src=“http://moshanghua.oss-cn-shanghai.aliyuncs.com/emoji/xieyanxiao.gif” alt=“”>
就我而言,感觉有没有那个快捷方式的小箭头都一样,因为我没强迫症O(∩_∩)O,但我写这文章的目地是<del>水</del>分享给需要的人<img src=“http://moshanghua.oss-cn-shanghai.aliyuncs.com/emoji/doge.gif” alt=“”>
<h2>具体方法如下</h2>
教程开始之前,先来看一张未去掉小箭头的图片
<img src=“http://moshanghua.oss-cn-shanghai.aliyuncs.com/images/msh-814-01.png” alt=“”>
<br />
当然,去掉的方法有很多种,比如一些软件(电脑管家,魔方…)的辅助功能就可以实现,但就为了去个小箭头就去下载个不愿意装的软件感觉不太划得来
<br />
本文就带你不用软件就清楚它,改注册表也可以,但步骤稍微多一点,所以,给大家带来一个懒人方法,用一个<span style=“color:pink;”><strong>bat</strong></span>脚本来清除!
<h2><span style=“color:#69d2f9;”>1.去掉小箭头</span></h2>
<code>
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
</code>
<br />
复制上面的代码。新建一个文本文件。粘贴后另存为<span style=“color:#e91e63;”><strong>.bat</strong></span>文件,然后<span style=“color:red;”><strong>以管理员身份打开</strong></span>。
<br />
ok!可以看到,小箭头没了
<br />
<img src=“http://moshanghua.oss-cn-shanghai.aliyuncs.com/images/msh-814.02.png” alt=“”>
<h2><span style=“color:#69d2f9;”>2.恢复小箭头</span></h2>
<code>
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
</code>
<br />
同理,将上述代码另存为<span style=“color:#e91e63;”><strong>.bat文件</strong></span>,以<span style=“color:red;”><strong>管理员身份打开</strong></span>。就可恢复小箭头了。
<br />
<h2>PS:</h2>
<span style=“color:#e91e63;”><strong>.bat文件</strong></span>一定要以<span style=“color:red;”><strong>管理员身份打开</strong></span>,不然没效果!
这种方法不会导致任何问题(比如:通过删除isshortcut注册表导致的manage打不开,不能固定到任务栏等)可放心使用。

评论区
不错,实现了,爽。
WindowsChrome
然后我是过来问问博主你上次说用smtp插件实现邮件发送,但是我的qq邮箱好像设置失败啊!求教!
WindowsChrome
不会吧,SMTP参数设置正确了吗 [youling]
WindowsFirefox
我就是用这个方法搞定的小箭头 真爽~
macOSSafari
美滋滋~ [xieyanxiao]
WindowsFirefox
爱剪辑差评 [xieyanxiao]
LinuxChrome
好了好了,知道你是做后期的了。来,跟我一起练!做后期!死路一条!
WindowsChrome
为什么不说premiere [xieyanxiao]
macOSSafari
虽然比不上AE,但日常偷懒用下还是可以的 [xieyanxiao]
WindowsFirefox
谁允许你差评的(╯°Д°)╯︵┻━┻,快,赶紧改了,换好评
WindowsFirefox
[qiang] 很强势
macOSChrome
主要是bat大法好 [xieyanxiao]
WindowsFirefox