Add your comments
DLS Archives
May 2013
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
Essential Windows Apps | Do Not Track | Microsoft Office | SayNow | LibreOffice | Zeam Android Launcher | Dead Space iPhone | Firefox 4 Mobile | Firefox 4 Release | PlayStation iPhone App | Excel Tips | Android Launcher | Google One Pass | Dead Space | Google Cloud Print | Songbird for Android | NBA Jam | Internet Explorer 9 | Windows 7 Connector for Mac | Office Mac 2011 | IE9 RC






Reader Comments (Page 1 of 1)
(Unverified)Nov 9th 2007 1:17AM
I use Mediamonkey.
But I have iTunes installed for all that iTunes only Crap. I hate it but so it bothers me less, I disable all the things it likes to run on the windows startup, then turn it's service (iPod Service) to 'Manual' start.
Then when runing iTunes I use the following .BAT file:
---- Run iTunes.Bat ----
@echo off
net start "iPod Service"
start "" "C:\Program Files\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe"
start "" "C:\Program Files\iTunes\iTunesHelper.exe"
start "" "C:\Program Files\iPod\bin\iPodService.exe"
echo Starting iTunes...
call "C:\Program Files\iTunes\itunes.exe"
cls
echo Stopping iTunes...
taskkill /f /im "AppleMobileDeviceService.exe"
taskkill /f /im "iTunesHelper.exe"
taskkill /f /im "iPodService.exe"
net stop "iPod Service"
exit
-----
That's it, now I can bare having iTunes on my system.