@echo off
cd "%~dp0"
"%~dp0\MsgBox2k" /f %systemroot%\system32\ntdll.dll 6.0.0.0
if ERRORLEVEL 0 (

"%~dp0\MsgBox2k" /r2 "Control Panel\International" "sLanguage" "JPN"
if ERRORLEVEL 0 (
"%~dp0\MsgBox2k" /m "Windows Vista 以降では使えません"
GOTO END
)
"%~dp0\MsgBox2k" /m "It would not work Windows Vista and later."
GOTO END
)
rd /s /q "%PROGRAMFILES%\PFW\WLUPDATE"

set ireg=%tmp%\wluinst.reg
echo  REGEDIT4 > "%ireg%"
echo [-HKEY_CLASSES_ROOT\.wlu]>>"%ireg%"
echo [-HKEY_CLASSES_ROOT\WindowsLegacyUpdate]>>"%ireg%"
regedit /S "%ireg%"
"%~dp0\MsgBox2k" /r2 "Control Panel\International" "sLanguage" "JPN"
if ERRORLEVEL 0 (
"%~dp0\MsgBox2k" /m アンインストールが完了しました\nこのフォルダは削除しても構いません
GOTO END
)
"%~dp0\MsgBox2k" /m "Complete to uninstall."
:END
del /S "%ireg%"
