wei/sh/微信双开.bat
2026-06-26 10:10:40 +08:00

7 lines
316 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
#关闭已经启动的微信
taskkill /f /t /im WeChat.exe
#想开几个微信就重复几行其中C:\Program Files\Tencent\WeChat为安装路径可以根据自己安装路径进行替换
start /d "D:\Program Files\Tencent\Weixin\Weixin.exe"
start /d "C:\Program Files\Tencent\WeChat" WeChat.exe
exit