Auto - login when resuming from remote desktop ?

Posted: 02-23-2005, 08:49 AM
I set up a machine to auto login on startup, since it is physically secure
and no need for entering the password each time.

But after connecting remotely and disconnecting, it remains in the welcome
screen.
Is there a way to have it re-login automatically when I disconnect the
remote login?

All good wishes,
Guy
Reply With Quote

Responses to "Auto - login when resuming from remote desktop ?"

Nepatsfan
Guest
Posts: n/a
 
Re: Auto - login when resuming from remote desktop ?
Posted: 02-24-2005, 01:58 AM
The only way I've found to do this is to restart the remote
computer from within Task Manager. You can use the CTRL+ALT+END
keys to bring up Task Manager (or Right click the taskbar on the
remote PC and select it). In Task Manager, select the Shutdown
Menu and click on Restart. You'll get a message at the client
about being disconnected.

My understanding is that this behavior (showing the Welcome
screen) is by design to prevent unauthorized access to the remote
PC.

--
Nepatsfan
"Guy" <Guy@discussions.microsoft.com> wrote in message
news:79B6102C-5B72-4FBB-B5D5-CCB71C03E621@microsoft.com...
>I set up a machine to auto login on startup, since it is
>physically secure
> and no need for entering the password each time.
>
> But after connecting remotely and disconnecting, it remains in
> the welcome
> screen.
> Is there a way to have it re-login automatically when I
> disconnect the
> remote login?
>
> All good wishes,
> Guy

Reply With Quote
Jeffrey Randow (MVP)
Guest
Posts: n/a
 
Re: Auto - login when resuming from remote desktop ?
Posted: 02-24-2005, 02:55 AM
Yep - it was a security concern... However, the "tscon.exe 0
/dest:console" command will work.. Thanks to a MS support engineer
for that command...
---
Jeffrey Randow (Network MVP)

Remote Networking Technology FAQ -
http://www.remotenetworktechnology.com
My Networking Blog: http://www.networkblog.net
MS Network Community -
http://www.microsoft.com/windowsserv...g/default.mspx
MS Home Networking Community -
http://www.microsoft.com/windowsxp/e.../wireless.mspx

On Wed, 23 Feb 2005 20:58:56 -0500, "Nepatsfan"
<nepatsfan@SBXXXVIII.com> wrote:
>The only way I've found to do this is to restart the remote
>computer from within Task Manager. You can use the CTRL+ALT+END
>keys to bring up Task Manager (or Right click the taskbar on the
>remote PC and select it). In Task Manager, select the Shutdown
>Menu and click on Restart. You'll get a message at the client
>about being disconnected.
>
>My understanding is that this behavior (showing the Welcome
>screen) is by design to prevent unauthorized access to the remote
>PC.
Reply With Quote
Jeffrey Randow (MVP)
Guest
Posts: n/a
 
Re: Auto - login when resuming from remote desktop ?
Posted: 02-24-2005, 02:54 AM
Try running "tscon.exe 0 /dest:console" before you disconnect...
---
Jeffrey Randow (Network MVP)

Remote Networking Technology FAQ -
http://www.remotenetworktechnology.com
My Networking Blog: http://www.networkblog.net
MS Network Community -
http://www.microsoft.com/windowsserv...g/default.mspx
MS Home Networking Community -
http://www.microsoft.com/windowsxp/e.../wireless.mspx

On Wed, 23 Feb 2005 00:49:03 -0800, Guy
<Guy@discussions.microsoft.com> wrote:
>I set up a machine to auto login on startup, since it is physically secure
>and no need for entering the password each time.
>
>But after connecting remotely and disconnecting, it remains in the welcome
>screen.
>Is there a way to have it re-login automatically when I disconnect the
>remote login?
>
>All good wishes,
>Guy
Reply With Quote
Guy
Guest
Posts: n/a
 
Re: Auto - login when resuming from remote desktop ?
Posted: 02-24-2005, 08:35 AM
Thanks Jeffrey
is this a one time command / once per boot / or once per disconnection ?
I'd like to automate it...
Regards
Guy

"Jeffrey Randow (MVP)" wrote:
> Try running "tscon.exe 0 /dest:console" before you disconnect...
> ---
> Jeffrey Randow (Network MVP)
>
> Remote Networking Technology FAQ -
> http://www.remotenetworktechnology.com
> My Networking Blog: http://www.networkblog.net
> MS Network Community -
> http://www.microsoft.com/windowsserv...g/default.mspx
> MS Home Networking Community -
> http://www.microsoft.com/windowsxp/e.../wireless.mspx
>
> On Wed, 23 Feb 2005 00:49:03 -0800, Guy
> <Guy@discussions.microsoft.com> wrote:
>
> >I set up a machine to auto login on startup, since it is physically secure
> >and no need for entering the password each time.
> >
> >But after connecting remotely and disconnecting, it remains in the welcome
> >screen.
> >Is there a way to have it re-login automatically when I disconnect the
> >remote login?
> >
> >All good wishes,
> >Guy
>
>
Reply With Quote
Shenan Stanley
Guest
Posts: n/a
 
Re: Auto - login when resuming from remote desktop ?
Posted: 02-24-2005, 09:16 AM
Guy wrote:
> I set up a machine to auto login on startup, since it is physically
> secure and no need for entering the password each time.
>
> But after connecting remotely and disconnecting, it remains in the
> welcome screen.
> Is there a way to have it re-login automatically when I disconnect
> the remote login?

Jeffrey Randow wrote:
> Try running "tscon.exe 0 /dest:console" before you disconnect...
Guy wrote:
> is this a one time command / once per boot / or once per
> disconnection ? I'd like to automate it...

The "tscon 0 /dest:console" command works on the remote host in this way..

You were locally logged into the host at some point and are STILL logged in
there - but are no longer actually in front of the PC - but at a remote
location. You start a remote desktop connection to the host and log in as
the same user - essentially continuing the session you were logged in
locally when you were physically at the host. To end your session, instead
of disconnecting you run the command line: "tscon 0 /dest:console", which
essentially pushes the current session back to the console - or makes it
look like you never interrupted the local session. Thus when you get back
to the host, it is like you never left that original session.

If you have the screensaver set to return to the welcome screen after a
certain time, this will STILL happen. The results are the same as your
original complaint. I must say at this point, no matter how "private" your
host computer may be - having it lock your screen and make you log in to
continue the same session is a lot more secure than having it sit tere -
unattended and wide open to anyone/thing that walks up and touches the
keyboard/mouse.

In any case I hope my explanation of the tscon command helps. Notice that
if you were never logged in locally in the first place - the push to the
console will fail - as there never was a console session.

--
<- Shenan ->
--
The information is provided "as is", it is suggested you research for
yourself before you take any advice - you are the one ultimately
responsible for your actions/problems/solutions. Know what you are
getting into before you jump in with both feet.


Reply With Quote
Jeffrey Randow (MVP)
Guest
Posts: n/a
 
Re: Auto - login when resuming from remote desktop ?
Posted: 02-24-2005, 05:35 PM
This command transfers control back to the console... You would run
this at the end of every remote desktop session..
---
Jeffrey Randow (Network MVP)

Remote Networking Technology FAQ -
http://www.remotenetworktechnology.com
My Networking Blog: http://www.networkblog.net
MS Network Community -
http://www.microsoft.com/windowsserv...g/default.mspx
MS Home Networking Community -
http://www.microsoft.com/windowsxp/e.../wireless.mspx

On Thu, 24 Feb 2005 00:35:03 -0800, Guy
<Guy@discussions.microsoft.com> wrote:
>Thanks Jeffrey
>is this a one time command / once per boot / or once per disconnection ?
>I'd like to automate it...
>Regards
>Guy
>
>"Jeffrey Randow (MVP)" wrote:
>
>> Try running "tscon.exe 0 /dest:console" before you disconnect...
>> ---
>> Jeffrey Randow (Network MVP)
>>
>> Remote Networking Technology FAQ -
>> http://www.remotenetworktechnology.com
>> My Networking Blog: http://www.networkblog.net
>> MS Network Community -
>> http://www.microsoft.com/windowsserv...g/default.mspx
>> MS Home Networking Community -
>> http://www.microsoft.com/windowsxp/e.../wireless.mspx
>>
>> On Wed, 23 Feb 2005 00:49:03 -0800, Guy
>> <Guy@discussions.microsoft.com> wrote:
>>
>> >I set up a machine to auto login on startup, since it is physically secure
>> >and no need for entering the password each time.
>> >
>> >But after connecting remotely and disconnecting, it remains in the welcome
>> >screen.
>> >Is there a way to have it re-login automatically when I disconnect the
>> >remote login?
>> >
>> >All good wishes,
>> >Guy
>>
>>
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
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't login to remote comp. using Remote Desktop Connection on Vis Luigi_1996 Windows Vista Administration 0 12-14-2007 04:14 AM
Same user login for Host and Remote PC RDC (Remote Desktop Connect ColinKman Windows XP Work Remotely 1 02-11-2005 07:34 AM
Remote Login using Remote Desktop Connection not working when Host not logged in Alan Green Windows XP Work Remotely 1 11-11-2004 02:02 PM
Auto Remote Desktop Tom Ivone Windows XP Work Remotely 0 09-17-2004 04:02 AM
Getting around the Win. XP remote desktop login Grant Windows XP Work Remotely 0 02-24-2004 07:35 PM