Win7 去掉快捷方式小箭頭

2022-03-19 01:53:48 字數 585 閱讀 8405

親自試過,可行!重啟後生效!

將下面的**複製到乙個空的文字文件中,並儲存成***.bat檔案。

@echo off

@echo win7-去掉快捷方式小箭頭

@title 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

reg delete hkey_classes_root\lnkfile /v isshortcut /f

reg delete hkey_classes_root\piffile /v isshortcut /f

reg delete hkey_classes_root\internetshortcut /v isshortcut /f

@echo 操作成功,需重啟系統後生效!

pause

也可以點選附件

去掉Win7快捷方式小箭頭

去掉win7快捷方式小箭頭的 如下 pause 投票給2和3的仔細看下面1 3步驟,尤其是第2步,看看截圖上 的格式,然後按照截圖的格式一模一樣的調整自己貼上的 這樣執行就不會出錯了 操作步驟如下 1 桌面右鍵新建乙個文字檔案 2 貼上上面的 到記事本中,按照下圖的格式貼上,注意格式不要錯誤,否則執...

去除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 taskk...

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 taskk...