Skip to content

Instantly share code, notes, and snippets.

@SZanlongo
Created October 13, 2014 12:05
Show Gist options
  • Save SZanlongo/f61223faa15a795db337 to your computer and use it in GitHub Desktop.
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.
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