laitimes

The WeChat computer version realizes multiple openings, and the personal test is effective

At work, you often need to open more WeChat, search on the Internet, most of them are not practical, or paste and copy without verifying the effectiveness, the following method is the simplest and most reliable, and the test is effective.

bat file to achieve WeChat multi-open

This method is the most straightforward, and the steps are as follows:

1. Get the WeChat path

Above the WeChat icon, click the right mouse button → click Properties, and in the target line, copy the WeChat path

The WeChat computer version realizes multiple openings, and the personal test is effective

Get the WeChat installation path

2. Right-click the right mouse button in the blank space on the computer desktop → select New → text document, then return to the computer desktop, double-click the left mouse button to open, and enter the following code in it.

@echo off
start "" "C:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start "" "C:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
exit
           
The WeChat computer version realizes multiple openings, and the personal test is effective

WeChat opens more batch codes

Note: There is a space after start, there is no space in the middle of the first double quote, and there is also a space after the first double quote, these two spaces cannot be saved, otherwise it cannot be started.

The above code is to open 2 WeChat at the same time, if you want to open more WeChat, copy and paste the start line, you need to open a few more WeChat and add a few lines of start.

After finishing, save, close the document, go back to the computer desktop, right-click → on the "New Text Document .txt" just now, and rename it to "WeChat Multi-open.bat", as shown in the following figure.

The WeChat computer version realizes multiple openings, and the personal test is effective

Rename the WeChat multi-open batch file

Then double-click this file to open the number of WeChat we want.

Do not display workarounds for file suffixes

Some people may not display the suffix of the file, such as txt, jpg and other file formats are not displayed, taking the win10 system as an example, the solution is to double-click "this computer" on the desktop, open the dialog box shown in the figure below, the top navigation bar points to "view", in the arrow below pointed to the other party to check the "file extension" in front of the check, so that the computer can display the suffix name of the file.

The WeChat computer version realizes multiple openings, and the personal test is effective

Displays the file extension

The above is a simple and practical, most people will WeChat more open method.

My open source project

The WeChat computer version realizes multiple openings, and the personal test is effective

Cool Cloud Classroom - Open source knowledge payment solution

  • course-tencent-cloud (Gitee repository)
  • course-tencent-cloud (Github repository)