Windows FAQ
Installation Related
What should I do if "Cannot install this application" prompt appears?
If you see a "Cannot install this application" prompt, it might be due to:
- Windows system version is too low
- System security settings blocking the installation
- Installation package is corrupted
Solutions:
- Make sure your Windows system version is Windows 10 1809 or higher
- Run the installer as administrator
- Re-download the installation package and try again
Running Related
What if the program fails to start?
If the program doesn't start, check:
- Whether you're running it as administrator
- Whether other programs are occupying the relevant ports
- Whether the system firewall is blocking the program
How to solve port occupation issues?
If you encounter port occupation:
- Open Command Prompt (run as administrator)
- Enter
netstat -ano | findstr "port number"
to find the process occupying the port - Use
taskkill /F /PID process_ID
to terminate the process occupying the port
Configuration Related
How to import configuration files?
- Click the "Import" button in the top right corner of the interface
- Select your configuration file (.yaml format supported)
- Confirm the import
What to do if the configuration file format is incorrect?
If the configuration file format is incorrect:
- Check if the YAML syntax is correct
- Ensure the configuration file is encoded in UTF-8
- Refer to the official documentation to check if the configuration items are correct