帮我写一个win7的批处理代码bat文件里的内容功能用于将桌面的排序方式为项目类型最后退出批处理
@echo off reg add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v Sort /t REG_DWORD /d 5 /f reg add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v LogicalViewMode /t REG_DWORD /d 3 /f reg add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v IconSize /t REG_DWORD /d 32 /f
taskkill /im explorer.exe /f start explorer.exe
exit
原文地址: https://www.cveoy.top/t/topic/jgQW 著作权归作者所有。请勿转载和采集!