Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Old User Name

Reply
Thread Tools Display Modes

Old User Name

 
 
TonySper
Guest
Posts: n/a

 
      07-14-2007
I have a computer that belonged to another person. I have entered a new
admin user and deleted the old users name and went through the register and
deleted all the old user names. My problem is when I install a new program
like Word it pops up with the old users name. I can't seem to find where it
is getting this name from. I have searched all the folder and can't locate
it. Can anyone advise me where it is hidden??
TonySper


 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a

 
      07-14-2007
"TonySper" <> wrote >I have a computer that
> it. Can anyone advise me where it is hidden??


Hi Tony,

The global Owner setting for Windows, which is picked up by new apps when
you install them, is in the Regisrty, here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
RegisteredOwner REG_SZ
RegisteredOrganization REG_SZ

Products installed via MSI will record "RegOwner" and "RegCompany" values
under the InstallProperties key for each product. Bassically you'd go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Installer and
then search for all values naed RegOwner and/or RegCompany. At a command
line, you can use this command:

C:\>reg query
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Installer /v
RegOwner /s

In additon, individual products might additionally store the "registered
owner" info in their own data areas; such as their own HKLM\Software branch
in the Registry, or in configuration files out in the file system. But, try
adjusting the above values, first and see if that fixes it.

Other folks might have additonal info for you. I hope thsi helps a bit,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
brink
Guest
Posts: n/a

 
      07-14-2007

TonySper;381257 Wrote:
> I have a computer that belonged to another person. I have entered a new
> admin user and deleted the old users name and went through the register
> and
> deleted all the old user names. My problem is when I install a new
> program
> like Word it pops up with the old users name. I can't seem to find
> where it
> is getting this name from. I have searched all the folder and can't
> locate
> it. Can anyone advise me where it is hidden??
> TonySper


Hi TonySper,

Take a look at this link and see if you changed the name here to.

http://www.vistax64.com/tutorials/74...ion.html?ltr=R

Shawn


--
brink

*There are no dumb questions, just the people that do not ask them.*
'_www.Vistax64.com_' *Please post feedback to help others.*
 
Reply With Quote
 
TonySper
Guest
Posts: n/a

 
      07-14-2007
Andrew,
Thanks for the advise. I have already manually gone through the register and
have changed all that applied to the previous owner but still have that
problem. Vista is getting the old owner from somewhere that I can't find.
Tony

"Andrew McLaren" <> wrote in message
news:62631C58-65B2-4F09-8A1B-...
> "TonySper" <> wrote >I have a computer that
>> it. Can anyone advise me where it is hidden??

>
> Hi Tony,
>
> The global Owner setting for Windows, which is picked up by new apps when
> you install them, is in the Regisrty, here:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
> RegisteredOwner REG_SZ
> RegisteredOrganization REG_SZ
>
> Products installed via MSI will record "RegOwner" and "RegCompany" values
> under the InstallProperties key for each product. Bassically you'd go to
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Installer and
> then search for all values naed RegOwner and/or RegCompany. At a command
> line, you can use this command:
>
> C:\>reg query
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Installer /v
> RegOwner /s
>
> In additon, individual products might additionally store the "registered
> owner" info in their own data areas; such as their own HKLM\Software
> branch in the Registry, or in configuration files out in the file system.
> But, try adjusting the above values, first and see if that fixes it.
>
> Other folks might have additonal info for you. I hope thsi helps a bit,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>



 
Reply With Quote
 
TonySper
Guest
Posts: n/a

 
      07-14-2007
Andrew,
Sorry Andrew but you are correct, my search for some reason missed the
Registered Owner. I ran the search several times and must have not spelled
the name wrong. I now have my name as owner.
Thanks
Tony

"Andrew McLaren" <> wrote in message
news:62631C58-65B2-4F09-8A1B-...
> "TonySper" <> wrote >I have a computer that
>> it. Can anyone advise me where it is hidden??

>
> Hi Tony,
>
> The global Owner setting for Windows, which is picked up by new apps when
> you install them, is in the Regisrty, here:
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
> RegisteredOwner REG_SZ
> RegisteredOrganization REG_SZ
>
> Products installed via MSI will record "RegOwner" and "RegCompany" values
> under the InstallProperties key for each product. Bassically you'd go to
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Installer and
> then search for all values naed RegOwner and/or RegCompany. At a command
> line, you can use this command:
>
> C:\>reg query
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Installer /v
> RegOwner /s
>
> In additon, individual products might additionally store the "registered
> owner" info in their own data areas; such as their own HKLM\Software
> branch in the Registry, or in configuration files out in the file system.
> But, try adjusting the above values, first and see if that fixes it.
>
> Other folks might have additonal info for you. I hope thsi helps a bit,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>



 
Reply With Quote
 
TonySper
Guest
Posts: n/a

 
      07-14-2007
Brink,
Thanks for the nice article. It helped me to not only find the old name but
to also show me how to check who is the registered owner. I was doing it the
hard way.
Thanks
Tony

"brink" <> wrote in message
news:...
>
> TonySper;381257 Wrote:
>> I have a computer that belonged to another person. I have entered a new
>> admin user and deleted the old users name and went through the register
>> and
>> deleted all the old user names. My problem is when I install a new
>> program
>> like Word it pops up with the old users name. I can't seem to find
>> where it
>> is getting this name from. I have searched all the folder and can't
>> locate
>> it. Can anyone advise me where it is hidden??
>> TonySper

>
> Hi TonySper,
>
> Take a look at this link and see if you changed the name here to.
>
> http://www.vistax64.com/tutorials/74...ion.html?ltr=R
>
> Shawn
>
>
> --
> brink
>
> *There are no dumb questions, just the people that do not ask them.*
> '_www.Vistax64.com_' > *Please post feedback to help others.*



 
Reply With Quote
 
brink
Guest
Posts: n/a

 
      07-14-2007

TonySper;381916 Wrote:
> Brink,
> Thanks for the nice article. It helped me to not only find the old name
> but
> to also show me how to check who is the registered owner. I was doing
> it the
> hard way.
> Thanks
> Tony
>
>


Tony,

The hard way is how one always learns the most.

Glad to hear it is ok now.

Shawn


--
brink

*There are no dumb questions, just the people that do not ask them.*
'_www.Vistax64.com_' *Please post feedback to help others.*
 
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
One user but Switch User at Welcome Screen upon waking from sleep Grayhair Windows Vista Administration 4 03-26-2008 02:42 AM
Control the Maximum allowed User Sessions in Fast User Switching lmlm Windows Vista General Discussion 1 03-19-2008 12:19 PM
Temporary user profile created when user logs into domain Tom McKelvey Windows Vista Networking 1 02-12-2008 05:21 PM
1 user Adm. 2 Desktop, Twin user, Programms jumping: fritz Windows Vista File Management 3 11-24-2007 01:54 AM
User Profile Bad if this user is not first user logged onto Vista Tom Windows Vista Administration 1 05-14-2007 02:11 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