Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Is it possible to remotely set the password in Vista?

Reply
Thread Tools Display Modes

Is it possible to remotely set the password in Vista?

 
 
Frank Rizzo
Guest
Posts: n/a

 
      03-22-2009
Hello, I am overseas for a while. So to be able to access my Vista
computer at home, I installed Log Me In program, which works great for
me in other environments.

However, I've found out that I can't access my PC because the account on
my Vista box does not have a password set (e.g. it's blank). Log Me In,
it turns out, requires a password.

However, I am able to get to other computers (all running Windows XP) on
my home network (i have 4 PCs in the house doing various things) via
Remote Desktop and VNC.

My question is whether it is possible to remotely (via Windows XP
computers that are on my network) change the password for the account on
my Vista computer?

Regards
 
Reply With Quote
 
 
 
 
Rick Rogers
Guest
Posts: n/a

 
      03-22-2009
Nope. Vista will not allow any remote login to an unpassworded account,
regardless of whether it's a local lan or the internet, and a password can
only be set while logged in locally. Someone will have to go to the machine
and create one.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Frank Rizzo" <> wrote in message
news:...
> Hello, I am overseas for a while. So to be able to access my Vista
> computer at home, I installed Log Me In program, which works great for me
> in other environments.
>
> However, I've found out that I can't access my PC because the account on
> my Vista box does not have a password set (e.g. it's blank). Log Me In, it
> turns out, requires a password.
>
> However, I am able to get to other computers (all running Windows XP) on
> my home network (i have 4 PCs in the house doing various things) via
> Remote Desktop and VNC.
>
> My question is whether it is possible to remotely (via Windows XP
> computers that are on my network) change the password for the account on
> my Vista computer?
>
> Regards


 
Reply With Quote
 
MBUnit
Guest
Posts: n/a

 
      03-23-2009
Frank Rizzo wrote:
> Hello, I am overseas for a while. So to be able to access my Vista
> computer at home, I installed Log Me In program, which works great for
> me in other environments.
>
> However, I've found out that I can't access my PC because the account on
> my Vista box does not have a password set (e.g. it's blank). Log Me In,
> it turns out, requires a password.
>
> However, I am able to get to other computers (all running Windows XP) on
> my home network (i have 4 PCs in the house doing various things) via
> Remote Desktop and VNC.
>
> My question is whether it is possible to remotely (via Windows XP
> computers that are on my network) change the password for the account on
> my Vista computer?
>


You know I did that once on my network. I used Netmetting to RDS connect
to a machine on my network over the Internet. I then use TightVNC from
the Netmeeting RDS machine to connect to any machine on my LAN that was
running TightVNC.

The reason I could do it was that the two RDS applications were using
different ports.
 
Reply With Quote
 
Ubuntu Sucks
Guest
Posts: n/a

 
      03-23-2009
Yea, but can you access your computer from your job at McDonald's?


"MBUnit" <> wrote in message
news:%...
> Frank Rizzo wrote:
>> Hello, I am overseas for a while. So to be able to access my Vista
>> computer at home, I installed Log Me In program, which works great for me
>> in other environments.
>>
>> However, I've found out that I can't access my PC because the account on
>> my Vista box does not have a password set (e.g. it's blank). Log Me In,
>> it turns out, requires a password.
>>
>> However, I am able to get to other computers (all running Windows XP) on
>> my home network (i have 4 PCs in the house doing various things) via
>> Remote Desktop and VNC.
>>
>> My question is whether it is possible to remotely (via Windows XP
>> computers that are on my network) change the password for the account on
>> my Vista computer?
>>

>
> You know I did that once on my network. I used Netmetting to RDS connect
> to a machine on my network over the Internet. I then use TightVNC from the
> Netmeeting RDS machine to connect to any machine on my LAN that was
> running TightVNC.
>
> The reason I could do it was that the two RDS applications were using
> different ports.



 
Reply With Quote
 
Synapse Syndrome [KGB]
Guest
Posts: n/a

 
      03-26-2009
Rick Rogers <> wrote:
>>
>> Hello, I am overseas for a while. So to be able to access my Vista
>> computer at home, I installed Log Me In program, which works great for
>> me in other environments.
>>
>> However, I've found out that I can't access my PC because the account on
>> my Vista box does not have a password set (e.g. it's blank). Log Me
>> In, it turns out, requires a password.
>>
>> However, I am able to get to other computers (all running Windows XP) on
>> my home network (i have 4 PCs in the house doing various things) via
>> Remote Desktop and VNC.
>>
>> My question is whether it is possible to remotely (via Windows XP
>> computers that are on my network) change the password for the account on
>> my Vista computer?
>>

>
> Nope. Vista will not allow any remote login to an unpassworded account,
> regardless of whether it's a local lan or the internet, and a password
> can only be set while logged in locally. Someone will have to go to the
> machine and create one.



Nope. I saw your post, and it took me about 30 seconds to change my
server's admin password remotely through the command line:

psexec \\polaris net user administrator mynewpassword

It worked.

ss.


 
Reply With Quote
 
Synapse Syndrome [KGB]
Guest
Posts: n/a

 
      03-26-2009
Rick Rogers <> wrote:
>
> Nope. Vista will not allow any remote login to an unpassworded account,
> regardless of whether it's a local lan or the internet, and a password
> can only be set while logged in locally. Someone will have to go to the
> machine and create one.
>


Changing it back to the old password was a little more involved, as I could
not connect from the client, as it had a different admin password:

psexec \\hubble -u administrator -p mynewpassword net user administrator
myoldpassword

ss.


 
Reply With Quote
 
Synapse Syndrome [KGB]
Guest
Posts: n/a

 
      03-26-2009
Synapse Syndrome [KGB] <> wrote:
>
> Rick Rogers <> wrote:
>>
>> Nope. Vista will not allow any remote login to an unpassworded account,
>> regardless of whether it's a local lan or the internet, and a password
>> can only be set while logged in locally. Someone will have to go to the
>> machine and create one.
>>

>
> Changing it back to the old password was a little more involved, as I
> could not connect from the client, as it had a different admin password:
>
> psexec \\hubble -u administrator -p mynewpassword net user administrator
> myoldpassword




Oops. Forgot to edit that to conceal the name of my gateway server there.
I'll have to change it now!

ss.


 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      03-27-2009
Change is one thing, creating one when none exists is another. Vista won't
allow a remote connection to any user account unless a password already
exists.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Synapse Syndrome [KGB]" <> wrote in message
news:...
> Rick Rogers <> wrote:
>>>
>>> Hello, I am overseas for a while. So to be able to access my Vista
>>> computer at home, I installed Log Me In program, which works great for
>>> me in other environments.
>>>
>>> However, I've found out that I can't access my PC because the account on
>>> my Vista box does not have a password set (e.g. it's blank). Log Me
>>> In, it turns out, requires a password.
>>>
>>> However, I am able to get to other computers (all running Windows XP) on
>>> my home network (i have 4 PCs in the house doing various things) via
>>> Remote Desktop and VNC.
>>>
>>> My question is whether it is possible to remotely (via Windows XP
>>> computers that are on my network) change the password for the account on
>>> my Vista computer?
>>>

>>
>> Nope. Vista will not allow any remote login to an unpassworded account,
>> regardless of whether it's a local lan or the internet, and a password
>> can only be set while logged in locally. Someone will have to go to the
>> machine and create one.

>
>
> Nope. I saw your post, and it took me about 30 seconds to change my
> server's admin password remotely through the command line:
>
> psexec \\polaris net user administrator mynewpassword
>
> It worked.
>
> ss.
>


 
Reply With Quote
 
+Bob+
Guest
Posts: n/a

 
      03-27-2009
On Fri, 27 Mar 2009 00:56:20 -0000, "Synapse Syndrome [KGB]"
<> wrote:

>
>Oops. Forgot to edit that to conceal the name of my gateway server there.
>I'll have to change it now!
>
>ss.



Too late. I already connected to your server, formatted the drive, and
installed Linux. You'll be more careful next time.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS7 In Vista, Cannot access remotely GordonLiq Windows Vista General Discussion 1 11-10-2008 10:58 PM
Connecting XP PC remotely to a Vista PC fred Windows Vista Networking 2 03-01-2008 04:50 PM
Access Vista remotely from XP heidi Windows Vista General Discussion 4 10-02-2007 08:49 PM
How can I access a Vista machine remotely? Peter Windows Vista Networking 6 03-02-2007 10:07 PM
Is it possible to change Vista OS Boot order remotely and / or from XP? Martin Windows Vista General Discussion 6 10-15-2006 11:24 PM



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