|
本帖最后由 chiannet 于 2023-8-19 21:37 编辑
桌面.7z
(8.67 KB, 下载次数: 12)
《bin\AAAAA.cmd》- @Echo Off
- Set FP=%Mount%\Windows\Boot\Fonts
- Set "F=chs_boot cht_boot jpn_boot kor_boot malgunn_boot malgun_boot meiryon_boot meiryo_boot msjh_boot msjhn_boot wgl4_boot msyh seg"
- For /f %%i in ('dir /a-d /b %FP%\*_*.ttf') do Echo %F%|find /i "%%~ni" >nul 2>nul||Echo 删除文件:"%FP%\%%i"&Del /f /q "%FP%\%%i"
- Timeout -t 20
复制代码
《TrustedInstaller.cmd》
- @Echo Off
- IF NOT Exist "%WinDir%\SysWOW64" (set bit=32) else (set bit=64)
- NET Start TrustedInstaller >NUl 2>nul
- %~sdp0bin\SuperUser%bit% /w /c %~sdp0bin\AAAAA.cmd
复制代码
|
|