banner
阿琪阿琪

阿琪阿琪的小小小博客

记录生活,创业经验
twitter

Method for running multiple instances of WeChat on PC

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

Step 1: Create a new TXT document, copy the above code into it, and save. (Please note that this is your WeChat installation path, the above is just an example.)

Step 2: Change the file extension of the TXT file to .bat, and you can open as many as you want by copying the paths.

Some friends mentioned double-clicking, holding down the shift key, and other methods, which can also be used, but they are usually ineffective after software updates, not very convenient.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.