电脑教程
位置:首页>> 电脑教程>> windows教程>> win7桌面快捷方式箭头的去除与恢复的方法

win7桌面快捷方式箭头的去除与恢复的方法

  发布时间:2022-09-20 08:21:10 

标签:win7,桌面,快捷方式,箭头,去除与恢复

WIN7的桌面图标默认的有小箭头.下面我们看一下如何去掉win7桌面快捷方式箭头的去除与恢复

复制代码代码如下:


reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /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

首先将以上的代码复制并保存以quchu.bat格式
然后以管理员的身份运行就可以去除快捷方式的箭头了。

复制代码代码如下:


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

首先将以上的代码复制并保存以huifu.bat格式
然后以管理员的身份运行就可以恢复快捷方式的箭头了。

0
投稿

猜你喜欢

手机版 电脑教程 asp之家 www.aspxhome.com