hollow

在系统磁盘任何位置新建TXT文本文档,复制如下代码,以【.bat】为后缀的方式另存;然后双击运行,即可。如果出现安全提示点击【允许】;或者,在文件上右键单击选择【以管理员身份运行】。

title Delete Windows Shortcuct Arrows

@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 && start explorer

pause

 

分类:

技术点:

相关文章:

  • 2021-05-21
  • 2021-12-05
  • 2021-11-17
  • 2022-12-23
  • 2021-11-17
  • 2021-11-17
  • 2021-05-14
  • 2021-12-13
猜你喜欢
  • 2021-12-15
  • 2021-11-17
  • 2021-12-05
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
  • 2022-12-23
相关资源
相似解决方案