Can a Windows service run under the Administrator in Windows XP HOME? I'm having some issues getting a service to run under the Administrator account on a client's WinXP Home PC, or is the Administrator account only meant to be used in Safe Mode in WinXP Home?

Thanks!

link|improve this question
Why not run it under the system account? On the local machine system has an even higher privilege level then administrator, and running services as system is usually very easy. – Zoredache Dec 13 '10 at 22:09
feedback

1 Answer

up vote 1 down vote accepted

You might be able to if you change your local security policy (gpedit.msc). I would suggest against doing so, though. As Zoredache said, I would look at either making a new local account or using the system account.

link|improve this answer
Yes, that's what I ended up telling the client, thanks! – Heckflosse_230 Dec 15 '10 at 7:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.