Link to home
Start Free TrialLog in
Avatar of alk444
alk444Flag for United States of America

asked on

service marked for deletion

my 'ipod service' has it's startup type set to disabled which prevents it from starting when needed. when i try to set it to manual, i get a warning box saying:
---------------------------
Services
---------------------------
The specified service has been marked for deletion.
---------------------------
OK
---------------------------

i started component services with 'run as administrator' but it won't let me change the startup type.

this all started when i upated itunes to 10.2.1.1 x64
i have reinstalled both quicktime and itunes, but when installing itunes it complains about the ipod service.

- what does 'marked for deletion' mean?
- how can i get this service running?

win7pro64

Avatar of sjklein42
sjklein42
Flag of United States of America image

Try using the command-line "SC" command, like this::

sc config iTunesService start=demand

sc config /?  gives details on the command line switches .

Apparently, the SC command sometimes works when the GUI doesn't.
Avatar of alk444

ASKER

still says marked for deletion.

C:\Windows\system32>sc config iPodService start= demand
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.


C:\Windows\system32>sc config "iPod Service" start= demand
[SC] ChangeServiceConfig FAILED 1072:

The specified service has been marked for deletion.


C:\Windows\system32>
ASKER CERTIFIED SOLUTION
Avatar of sjklein42
sjklein42
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of alk444

ASKER

no, i had not rebooted because i didn't understand why this necessary service was being deleted and how i would get it back if it was. it did get deleted, but reinstalling itunes brought it back. seems like itunes is kind of poorly designed in the way it does updates.