The method for opening multiple Apsara stack windows at the same time is cnbeta)

Source: Internet
Author: User
By default, only one window can be opened on the computer for the installation of Apsara. Many users have been asked about the mobile official website and are notified that it cannot be implemented. But it is actually supported. Now we can open multiple windows on the computer through small modifications:

1. Open the installation directory of Apsara and find the client. config file, which is usually in C:/program files/China Mobile/fetion/client. config

2. Open it in notepad with the following content:

<? XML version = "1.0" encoding = "UTF-8"?>
<Impsconfiguration>
<Deleetask>
<Add key = "builddate" value = "12:43:17"/>
<Add key = "linktype" value = "dotnetvm"/>
<Add key = "version" value = "3.3.0599"/>
</Appsettings>
</Impsconfiguration>

3. Add a row after three <add key = *****>:

<Add key = "singleinstance" value = "false"/>

4. That is:

<? XML version = "1.0" encoding = "UTF-8"?>
<Impsconfiguration>
<Deleetask>
<Add key = "builddate" value = "12:43:17"/>
<Add key = "linktype" value = "dotnetvm"/>
<Add key = "version" value = "3.3.0599"/>
<Add key = "singleinstance" value = "false"/>
</Appsettings>
</Impsconfiguration>

Save! You can open N fetion windows on your computer.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.