Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Re: Open a "real" session on a remotely PC

Reply
 
Old 09-08-2009   #1 (permalink)
M Piceni


 
 

Re: Open a "real" session on a remotely PC

Hi Francois,

I think you mean to logon starting from the "Press CTRL+ALt+DEL" screen. If
so, there's no direct way to do it. For security reasons, Windows doesn't
allow to logon programmatically. Anyway, Windows permits to autologon at
boot, simply changing some registry keys. See:
http://support.microsoft.com/kb/315231/en-us
This is enough if you need to keep the system always logged on (even when
rebooted). If you need to logon/logoff at needing, you should theoretically
use this workaround (need to have remote registry enabled and administrative
rights on the remote machine):

1) set the registry to autologon
2) put a script in the Startup folder (or schedule a script at logon)
3) reboot
4) from the script you put in the Startup folder, remove the registry keys
for autologon
5) remove the script from the Startup folder (or from scheduled tasks)
6) do what you have to do
7) issue a logoff

This is only a trace, but should work.

Massimo.

"francois" <francois@xxxxxx> ha scritto nel messaggio
news:O9Zt%23WOLKHA.3600@xxxxxx
Quote:

> Hi everybody,
>
>
> 1) Is it possible with VBscript (or with another way) to open a "real"
> session in a remotely compter. I explain.
>
> If I have a "FOO" PC in a domain which is *already* turning, but there is
> no opened session. I have just the window for the identification. Is it
> possible to open a real session in this PC, just with a Vbscript started
> on a another PC, called "BAR" by example ?
>
> I'm not talking about a remotely session with Terminal Server Client, but
> a real session : I run the VBscript on the "BAR" PC, I wait just one
> minute, and if I go front of the "FOO" PC, a "real" session is opened and
> I can see the desktop.
>
> 2) And if "FOO" PC isn't in a domain but just in a WorkGroup, is my
> question 1) still possible ?
>
>
> Thank's in advance.
>
>
> --
> François Lafont


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Duplicated "the webcam session has ended" message in WLM9 Beta Live Messenger
Do Not Show Thumbnails in "open" and "save as" dialog boxes Vista General
"The network BIOS session limit was exceeded" try to access NAS Vista hardware & devices
"Open command prompt here" and "Copy as path" Vista performance & maintenance
Internet Explorer 7 for Windows Vista not prompting me to "Open/Run" or "Save" files Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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