去掉快捷方式上的小箭头

xiaoxiao2025-06-06  42

新建文本文档,将下列代码复制到文档中,另存为bat文件,双击运行。

// 批处理文件 @echo off   color 2   reg delete HKCR\lnkfile /v IsShortcut /f   reg delete HKCR\piffile /v IsShortcut /f   reg delete HKCR\InternetShortcut /v IsShortcut /f   taskkill /f /im explorer.exe && explorer
转载请注明原文地址: https://www.6miu.com/read-5031355.html

最新回复(0)