@echo off
taskkill /f /im WeChat.exe >nul 2>&1
set "__COMPAT_LAYER=~ ARM64WOWONAMD64"
start "" "D:\WeChat3912x86\WeChat\WeChat.exe"
exit