* docs: Update LICENSE & README & ThirdPartyNotices.txt
* chore: Update build scripts
* perf(main_window): Optimize the font selection for `en-us`
- When appropriate, `en-us` will use Segoe UI Variable Text instead of `Segoe UI`.
* perf(*_feature): Optimize PowerShell command speed
- Add the `-NoProfile` parameter so that PowerShell does not load any user profiles.
* perf(*_feature): Add the `shell=False` parameter
- Added the `shell=False` parameter to prevent shell injection.
* fix(*_feature): Fix the issue of the command line window not being hidden
- Fix the issue of the command line window not being hidden.
* fix(*_feature): Fix error reg path
- Change some single-slash paths to double slashes.
* chore(deps): Update Requirements