第一步：运行remove_unstrust_attribute.bat脚本，解除系统对本软件的部分安全限制
第二步：直接运行安装程序或bin\woterm的主程序。

若仍有疑问，详细看帮助。
中文：https://cn.woterm.com/docs/manual/installation/windows-down-install/
英文：https://en.woterm.com/docs/manual/installation/windows-down-install/

若你喜欢本软件，可为本软件在  https://github.com/aoyiduo/woterm   上点个星星。
如果你有经济条件，请升级为付费版本，解锁更多高级功能。

----------------------------

Step 1: Run the remove_unstrust_attribute.bat script to lift system restrictions.
Step 2: Run the installer directly.

If you still have questions, see the detailed help.
Chinese:  https://cn.woterm.com/docs/manual/installation/windows-down-install/
English:  https://en.woterm.com/docs/manual/installation/windows-down-install/

If you like WoTerm, please give us a star on GitHub:  https://github.com/aoyiduo/woterm
If you have the means, consider upgrading to the paid edition—it unlocks advanced features and helps keep the project alive.

---------------------------------------------其它信息(Other information)----------------------------------------------------
因为windows的安全机制，对没有采用数字签名的软件，均会主动拦截软件的安装，若要解决此限制有如下方案：
1.采用EV增强型代码签名证书，进行应用签名，能解决全部限制，绝对信任软件，但价格比较昂贵。
2.采用OV普通型代码签名证书，进行应用签名，能解决部份限制，有限度信任软件，应用运行过程中被误判为病毒行为极低，且价格也比较高。
3.采用系统命令，移除程序的非信任属性，安装过程等价【OV普通型证书】的能力，应用运行过程中或被杀毒软件或系统防火墙误判为病毒的风险等。

本应用小于v10版本，是采用OV证书签名，从v10版本后，不再采用证书，主要是资金有限，到目前为止收入几乎为0，都是在亏损中，无能力付费推广，免费推广也不知道有哪些优质渠道，若有经验者可通过官网方式联系我。

Because of Windows’ security model, any application that isn’t digitally signed is automatically blocked during installation.
To work around this restriction we have three options:
1. Sign the binary with an Extended Validation (EV) code-signing certificate.
   This removes all warnings and grants the highest level of trust, but the certificate is very expensive.
2. Sign the binary with a standard Organization Validation (OV) code-signing certificate.
   This eliminates some warnings and is rarely flagged as malicious after installation, but the cost is still high.
3. Use a system command to strip the “Mark-of-the-Web” (untrusted) attribute from the installer.
   This gives install-time trust equivalent to an OV signature, but the running application may still be quarantined by antivirus or Windows Defender.

Releases prior to v10 were signed with a standard OV certificate.
Starting with v10 we no longer sign the binaries at all—funds are simply too tight. To date, income has been virtually zero and the project runs at a loss.
We can’t afford paid promotion, and we’re unsure which free channels are actually effective.
If you have experience in this area, please reach out through the official website—your advice would be invaluable.
