Mention optional settings

pull/608/head
Next Turn 2020-07-27 09:13:38 +08:00 committed by NextTurn
parent d90151b02f
commit d0cb67ef34
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ TODO
## Manual migration
1. Remove `<name>` if you don't want it.
1. Remove `<description>` if you don't want it.
1. Remove `<stopparentprocessfirst>`.
1. Merge `<domain>DomainName</domain>` and `<user>UserName</user>` into `<username>DomainName\UserName</username>`. If the user account belongs to the built-in domain, you can specify `<username>.\UserName</username>`.
- Consider removing `<username>` and `<password>` from config file and using `<prompt>` in interactive context, or `--username` and `--password` command-line options in non-interactive context.