Windows – In Windows 7 Home Premium, is it possible to grant a user account the “log on as a service” right and if so, how

user-accountswindows 7windows-services

The title says it all. I need to have the ability for a local user account to log on as a service on a computer running Windows 7 Home Premium. In Windows 7 Ultimate, this is accomplished by going to Control Panel -> Administrative Tools -> Local Security Policy and adding the user to the "Log on as a service" policy. In Home Premium, there is no Local Security Policy in the Control Panel.

Is there another way to add the use to that policy (i.e. registry setting) or is my only recourse to upgrade the computer to Windows 7 Professional?

Thanks in Advance,
Ryan

Best Answer

Not exactly a duplicate but Replacement for gpedit.msc in Windows 7 Home edition shows a generic way to set/change policies in Windows 7 Home. Does not apply here, there is no equivalent registry path.

According to http://support.microsoft.com/kb/245207 you will need to add the SeServiceLogonRight to your account. Ways to accomplish this are shown on Windows 7 equivalent for ntrights.exe. So one option should be to run ntrights +r SeServiceLogonRight –u your_account_name