Method for opening multiple PC WeChat instances

Method for opening multiple PC WeChat instances

Run multiple WeChat instances

Last updated 3/18/2022 7:32 AM
沙漠尽头的狼
1 min read
Category
Share
Tags
Multiple WeChat instances

Very simple, create a bat file, for example openwechat.bat, then copy the following content into the file:

@echo off
start "" "C:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start "" "C:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
exit

Remember to replace the path to your WeChat.exe with the actual path on your computer in the content above, then double-click to launch 2 WeChat instances. Of course, write as many lines as you want instances, I'm sure you understand.

Keep Exploring

Related Reading

More Articles