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

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


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


Alternative you can assign the service logon right (SeServiceLogonRight) through the Service Manager (services.msc)

  1. Open Service Manager
  2. Choose the service in question and select "Properties"
  3. In the "Log On"-tab then enter the username and password and press Apply-button.
  4. It will display a message box with the following message:

The account "username" has been granted the Log On As Service right.