帖子的这个应该就可以
@echo off
if exist %systemdrive%\boot.bak del %systemdrive%\boot.bak
type %systemdrive%\boot.ini>%systemdrive%\boot.bak
attrib -h -r -s %systemdrive%\boot.ini
type %systemdrive%\boot.bak|find "C:\Gost工具箱" /i /v>%systemdrive%\boot.ini
attrib +s +r +h %systemdrive%\boot.ini