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
Recent update 5/18/2026

枝见 Zhijian: A Markdown Mind Map Editor Built with Avalonia

This article introduces Zhijian, a local mind map editor based on Avalonia, supporting blank creation, folder loading, precise onboarding guidance, macOS shortcut adaptation, outline/Markdown/mind map synchronization, node notes, thumbnails, zoom, canvas dragging, and Markdown/OPML/XMind file exchange.

Continue Reading