加载中 | 修电脑
2025-05-26 20:40:07

1去除桌面快捷方式小箭头

【Windows】Windows11、Windows10完美去除快捷方式小箭头的方法_win11去除桌面小箭头-CSDN博客

去除箭头,文件位置:D:\Scripts\UpdateSystemIcons.bat

1
2
3
4
5
6
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%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause

恢复箭头

1
2
3
4
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
start explorer
pause

2 Windows安卓子系统

教程:【教程】在电脑上优雅地使用不背单词、扇贝等APP,安装方法很简单! - 哔哩哔哩

链接:Windows Subsystem For Android 2407.40000.4.0 for Windows 11 arm64

我使用的:WSABuilds LTS Build #6 (09/12/24 - 2407.40000.4.0) for Windows 11 x64

WSABuilds LTS Build #6 (09/12/24 - 2407.40000.4.0) for Windows 11 x64

上一页
2025-05-26 20:40:07
下一页