Local security policy prevents remote connection

Posted: 02-24-2004, 03:14 PM
When attempting to log in via Remote Desktop Connection, all users
(Administrators, Remote Users, everyone) get the following message: "Local
security policy on this system does not allow you to logon interactively."
And yes, remote desktop is enabled. (I suspect I messed something up
playing around with security policies in mmc. If so, is there a quick way
to get back to the original state?)


Reply With Quote

Responses to "Local security policy prevents remote connection"

Soo Kuan Teo [MS]
Guest
Posts: n/a
 
Re: Local security policy prevents remote connection
Posted: 02-26-2004, 07:11 PM
Very interesting. Can you try the following vbs script to see if it help?
Save it as ResPerm.vbs, open cmd, goto the folder that contains ResPerm.vbs,
then type cscript ResPerm.vbs

Set Obj =
GetObject("winmgmts:{impersonationLevel=impersonat e}").InstancesOf("Win32_TS
PermissionsSetting")
For each Terminal in Obj
result = Terminal.RestoreDefaults()
Next


Thanks
Soo Kuan
--
This posting is provided "AS IS" with no warranties, and confers no rights


"Jon Vinson" <jvinson@col-q.com> wrote in message
news:ugCLiju#DHA.552@TK2MSFTNGP11.phx.gbl...
> When attempting to log in via Remote Desktop Connection, all users
> (Administrators, Remote Users, everyone) get the following message: "Local
> security policy on this system does not allow you to logon interactively."
> And yes, remote desktop is enabled. (I suspect I messed something up
> playing around with security policies in mmc. If so, is there a quick way
> to get back to the original state?)
>
>

Reply With Quote
Arun
Guest
Posts: n/a
 
Local security policy prevents remote connection
Posted: 03-01-2004, 10:44 PM
Are you still facing the problem?? If so try this.

In your host i.e XP pro, Go to Adminstrative tools and
then open "local security settings". Go to "Local
Policies", double click log on locally and add your
account. this should work fine.

-arun

>-----Original Message-----
>When attempting to log in via Remote Desktop Connection,
all users
>(Administrators, Remote Users, everyone) get the
following message: "Local
>security policy on this system does not allow you to
logon interactively."
>And yes, remote desktop is enabled. (I suspect I messed
something up
>playing around with security policies in mmc. If so, is
there a quick way
>to get back to the original state?)
>
>
>.
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
No Local Security Policy Alias Windows Vista Networking & Sharing 1 05-03-2007 01:35 AM
Where the heck is the Local Security Policy? Jerry West Windows Vista Security 1 01-04-2007 07:46 PM
Local Security Policy Alan Windows Vista Security 2 06-06-2006 03:17 PM
Local Security Policy after Netdom remove booster Windows XP Configuration & Management 0 05-03-2005 10:46 PM
Local security policy Chris Windows XP Security & Administration 7 11-10-2003 01:33 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90