win10快捷方式
LV5.花裤衩
这个作者很懒,什么都没留下…
展开
-
win10恢复快捷方式小箭头
1、新建txt文档reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /ftaskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"del "%userprofile%\AppData\Local\iconcache.db" /f /q原创 2021-07-21 16:50:36 · 304 阅读 · 0 评论 -
win10去掉快捷键小箭头
1、新建txt文档reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /ftaskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"d.原创 2021-07-21 16:46:24 · 191 阅读 · 0 评论