Created
October 13, 2014 12:05
-
-
Save SZanlongo/f61223faa15a795db337 to your computer and use it in GitHub Desktop.
Starts iTunes services and iTunes. When iTunes is closed, also shuts down all associated services.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net start "Apple Mobile Device" | |
net start "iPod Service" | |
"C:\Program Files (x86)\iTunes\itunes.exe" | |
net stop "iPod Service" | |
net stop "Apple Mobile Device" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment