Windows

去除桌面图标箭头

1
2
3
4
5
6
7
8
9
10
11
@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

查看应用程序
shell:AppsFolder