@echo off @reg query HKCR\CLSID\{8B4A02DB-97BB-4C1B-BE75-8827A7358CD0}\InprocServer32 /s > .\result.txt findstr "REG_SZ" .\result.txt > NUL if ERRORLEVEL 1 goto register echo #####:: tipband.dllの登録を解除します。 regsvr32 -u "C:\Program Files\Common Files\Microsoft Shared\Ink\tipband.dll" goto end :register echo #####:: echo #####:: tipband.dllをレジストリに登録します。 regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Ink\tipband.dll" :end del .\result.txt echo #####:: 設定を反映させるため、ログオフします。 pause logoff /V