@echo off&&color 0b&mode con lines=10&echo.&echo.&echo.&echo.
title 去掉”快捷方式“前綴和箭頭
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" /v link /t REG_BINARY /d 00000000 /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
set /p YN= 修改完畢,是否需要不重啟馬上生效?[Y/N]
if /i "%YN%" == "Y" (
taskkill /im explorer.exe /f
ping 127.1 -n 1
start explorer.exe
)
用法:復(fù)制后保存為去掉快捷方式”前綴和箭頭.bat即可。
除去快捷方式箭頭的最簡(jiǎn)單的方法
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\piffile]
"IsShortcut"=-
把上面的內(nèi)容粘貼在txt文本中,保存為格式為reg的文件,然后雙擊即可,重啟電腦之后你就會(huì)發(fā)現(xiàn)快捷方式的箭頭不見(jiàn)了。
聯(lián)系客服