User Tools

Site Tools


esxi:windows_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
esxi:windows_server [2020/08/30 08:48]
derek
esxi:windows_server [2024/09/22 19:51] (current)
Line 58: Line 58:
     * Run iTunes and verify it is using the wanted library     * Run iTunes and verify it is using the wanted library
     * Account > Sign in     * Account > Sign in
-    * Open Task Scheduler and add an entry to start iTunes at log on, delayed by 30 seconds+    * Open Task Scheduler and import the [[https://github.com/Archer4499/Configs/blob/master/Server/Windows/Daily%20restart%20iTunes.xml|Daily restart iTunes.xml]] file; which mainly does the following things: 
 +      * Triggers: 
 +        * At log on, delayed by 30 seconds 
 +        * Daily at 12:01PM, delayed up to 30 mins 
 +      * 3 Start a program actions in this order: 
 +        * ''taskkill /im itunes.exe'' (Gracefully shuts iTunes down as long as it's not syncing or a dialog box is up) 
 +        * ''timeout /t 20 /nobreak'' (Waits 20 seconds to make sure it shutdown properly) 
 +        * ''C:\Program Files\iTunes\iTunes.exe'' 
 +      * Conditions: 
 +        * Start the task only if idle for 5 mins 
 +        * Start only if any network connection is available
   * Setup WiFi sync:   * Setup WiFi sync:
     * Connect an iPhone via USB to the server     * Connect an iPhone via USB to the server
esxi/windows_server.1598777304.txt.gz · Last modified: 2024/09/22 19:51 (external edit)