如何去除快捷方式箭头?

复制以下内容到记事本,另存为my.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

 

如何去除快捷方式箭头?,布布扣,bubuko.com

时间: 2024-08-24 14:44:34

如何去除快捷方式箭头?的相关文章

桌面快捷方式箭头去除与恢复(转)

转至win10完美去除快捷方式小箭头的方法 保存为.bat文件,并使用管理员权限运行(不确定是否必要) 去除 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f taskkill /f /im explorer.

win10去除小箭头(备忘)

去除小箭头.bat: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f taskkill /f /im explorer.exe attrib -s -r -h "%userprofile%\AppD

【美化】去除快捷方式

去除Win系统快捷方式的箭头或尾巴 把下列文件保存为bat 文件,点击即可运行 1 @echo off 2 echo 欢迎烈焰病毒博客 3 echo ---------------------- 4 echo - 去除快捷方式 - 5 echo - 小箭头 - 6 echo ---------------------- 7 echo 请选择要执行的操作(1-去除,2-恢复,3-退出) 8 set choice= 9 set /p choice=请选择(1/2/3)按回车执行: 10 if /i

一秒去除Win7快捷方式箭头

我相信有无数的小盆友跟我一样很讨厌Win7快捷方式图标上的箭头,实在太丑陋了,尤其是带有强迫症滴.现在介绍去除箭头的方式. 1. 打开编辑器,将以下代码粘贴进去,然后保存为.bat后缀的文件,然后双击执行该文件即可. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.

win7 64位去除快捷方式小箭头

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /t reg_sz /ftaskkill /f /im explorer.exe attrib -s -r -h "%userprofile%\AppData\Local\ic

消除桌面快捷方式箭头

ONE: (1)运行注册表编辑器,打开“HKEY_ CLASSES_ROOT\lnkfile”分支.在lnkfile子键下面找到一个名为“IsShortcut”的键值,它表示在桌面的.LNK快捷方式图标上将出现一个小箭头.右键单击“IsShortcut”,然后从弹出的菜单中选择“删 除”,将该键值删除. (2)因为快捷方式以.LNK居多,但也有一些是.PIF(指向MS-DOS程序的快捷方式)所以也将“HKEY_CLASSES_ROOT\piffile”分支上的“IsShortcut”删除,步骤如

input type = number 去除上下箭头,禁用滚轮事件(默认的自带滚轮加减数字)

<style type="text/css"> /*盒子大小从边框开始计算*/ html * { box-sizing: border-box; } /*解决模态框抖动*/ html { overflow-y: scroll; -ms-overflow-style: none; } /* 隐藏滚动条 */ html::-webkit-scrollbar { display: none; } body { font-family: "Helvetica Neue&q

Windows去除快捷箭头

美化桌面 bat代码: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f taskkill /f /im explorer.exe attrib -s -r -h "%userprofile%\App

去掉快捷方式箭头

删除 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f taskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\Appdata\local