在默认情况下,win10正式版系统的桌面快捷方式上都会带有小箭头图标,但是有些用户觉得有小箭头看起来非常不美观,于是就去掉了。但是怎么还原呢?下面和大家讲一下
工具/原料
1
记事本
2
那台电脑
方法/步骤
1
打开记事本,输入下方代码
2
taskkill /f /im explorer.exereg add 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons' /v 29 /d 'C:\Windows\system32\imageres.dll,154' /t reg_sz /freg add 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons' /v 29 /d 'C:\Windows\system32\imageres.dll,154' /t reg_sz /freg add 'HKEY_CLASSES_ROOT\lnkfile' /v IsShortcut /t reg_sz /freg add 'HEKY_CLASSES_ROOT\piffile' /v IsShortcut /t reg_sz /fstart explorer
3
另存为 bat格式的文件,右击这个文件使用管理员身份运行即可啦。厉害吧
注意事项
1
要用管理员帐户登录
2
只适合windows 10哦。其他系统么有测试