mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-08 04:01:05 +00:00
Auto-Start Server Changes
- added username/password settings to use for the Auto-Start server on Boot task. - updated support zip with new settings.
This commit is contained in:
parent
5532050c04
commit
efbdc77be6
17 changed files with 143 additions and 8 deletions
|
|
@ -872,5 +872,11 @@
|
|||
<Setting Name="ServicePointManager_SecurityProtocol" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">3072</Value>
|
||||
</Setting>
|
||||
<Setting Name="TaskSchedulerUsername" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="TaskSchedulerPassword" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Loading…
Add table
Add a link
Reference in a new issue