@echo off echo 请稍后... RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection UnInstall 128 .\reg.inf if exist %windir%\SysWOW64 goto 64s if not exist %windir%\SysWOW64 goto 32s :32s copy frapsvid.dll %windir%\system32 > nul RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 128 .\reg.inf goto ed :64s copy frapsv64.dll %windir%\system32 > nul copy frapsvid.dll %windir%\SysWOW64 > nul RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection 64Install 128 .\reg.inf goto ed :ed cls echo 完成!按任意键退出! pause > nul