Solution to 'Local policy does not permit you to log on interactively'
Takeaway: Learn three methods for overcoming the error message "Local policy does not permit you to log on interactively."
Problem
A user tries to log on to a Windows machine and receives the error message "The local policy of this system does not permit you to log on interactively." This can happen in a number of scenarios, and the way to resolve the issue depends on the cause of the problem.
Solution A
If the Local Security Policy is set to disallow local logons to Everyone, then the error message will pop up for any user who tries to log on, including an administrator. This can be fixed in a couple of ways:
- You can use the resource kit tool, Ntrights.exe, to change the local logon rights. For example, you could run this command: ntrights -m \\ProblemComputer -u Administrator +r SeInteractiveLogonRight.
- You can open a command prompt from another computer on the same network, issue the command Net use x: \\ProblemComputer\C$ <Password> /u:Administrator, and then change to the directory %SystemRoot%\Security\Database. Rename Secedit.sdb to Secedit.old_sdb and copy a working version of a Secedit.sdb file from another computer running the same operating system (for example, Windows 2000 Professional).
Solution B
In Active Directory, if a Group Policy is set to Deny Logon Locally, users will encounter this error. In order to mitigate the problem, an administrator will need to change the policy, as explained in this tip.
Solution C
If this error message pops up while a user is trying to connect via Remote Desktop or a Terminal Services connection, the administrator will need to take a different set of actions. For a Remote Desktop connection, Microsoft Knowledge Base Article 289289 explains how to overcome this error.
For Terminal Services clients, this error message could be caused by Terminal Services being installed on a domain controller; this tip explains what needs to be done in that case. For Windows NT Server 4.0 Terminal Server Edition, there could be a different problem, and Microsoft Knowledge Base Article 186529 shows what can be done to resolve the issue.
Print/View all Posts Comments on this article
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
White Papers, Webcasts, and Downloads
- Building the Virtualized Enterprise with VMware Iinfrastructure VMware VMware virtualization software has been adopted by over 120,000 enterprise ... Download Now
- Why Isn't Server Virtualization Saving Us More? A Few Small Changes May Dramatically Increase Your Efficiency VMware Ever wonder why your company isn't saving more from its server virtualization? Making a few small changes could dramatically increase your efficiency. Download Now
- Five Steps to Determine When to Virtualize YourServers VMware Thinking of virtualizing the servers at your company? Use this step-by-step guide to determine when's the best time to make your big move. Download Now
- Leveraging SMB ERP for an Economic Recovery ZDNet Times are tough but better days are sure to follow. In the wake of an ... Download Now
- The True Costs of Virtual Server Solutions VMware Discover ways to streamline and simplify your assessment of the total acquisition costs of a server virtualization environment. Download Now
Article Categories
- Security
- Security Solutions, IT Locksmith
- Networking and Communications
- E-mail Administration NetNote, Cisco Routers and Switches
- CIO and IT Management
- Project Management, CIO Issues, Strategies that Scale
- Desktops, Laptops & OS
- Windows 2000 Professional, Microsoft Word, Microsoft Excel, Microsoft Access, Windows XP,
- Data Management
- Oracle, SQL Server
- Servers
- Windows NT, Linux NetNote, Windows Server 2003
- Career Development
- Geek Trivia
- Software/Web Development
- Web Development Zone, Visual Basic, .NET


