Differences
This shows you the differences between the selected revisions of the page.
2021-11-16 | 2021-12-04 | ||
Restored revision 1631178017. Undoing revisions 1637066232, 1637066278, 1637066294, 1637066317. (martin) (hidden) | changed "does not really on any external configuration" to "does not rely on any external configuration" (184.147.170.123) | ||
Line 140: | Line 140: | ||
===== [[different_account]] Running a Script under a Different Account (e.g., Using a Scheduler) ===== | ===== [[different_account]] Running a Script under a Different Account (e.g., Using a Scheduler) ===== | ||
- | If you are going to run the script under a different account (for example [[guide_schedule|using the Windows Task Scheduler]]), make sure the script does not rely on a configuration settings that might differ on the other account. When using registry as [[config|configuration storage]], the settings are accessible only for your Windows account. Ideally, make sure the script does not really on any external configuration, to make it completely portable. Note that the configuration also includes [[#hostkey|verified SSH host keys]] and FTPS/WebDAVS [[tls#certificate|TLS/SSL certificates]]. | + | If you are going to run the script under a different account (for example [[guide_schedule|using the Windows Task Scheduler]]), make sure the script does not rely on a configuration settings that might differ on the other account. When using registry as [[config|configuration storage]], the settings are accessible only for your Windows account. Ideally, make sure the script does not rely on any external configuration, to make it completely portable. Note that the configuration also includes [[#hostkey|verified SSH host keys]] and FTPS/WebDAVS [[tls#certificate|TLS/SSL certificates]]. |
//For details, see the [[#configuration|next section]] and [[faq_environment|*]]// | //For details, see the [[#configuration|next section]] and [[faq_environment|*]]// |