Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 09-04-2007, 12:00 PM
ceed
Newsgroup Contributor
 
Posts: n/a
User name and organisation. How to change?

Hi,

Very often when I install programs on Vista they ask for user name and
organisation. However, these fields are pre-filled with "user1" and
"Hewlett Packard" (it is a HP laptop). How do I change this
information? I just can't figure out where it is stored.

--
//ceed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 09-04-2007, 12:00 PM
  #2 (permalink)  
Old 09-04-2007, 12:40 PM
Michael Solomon
Newsgroup Contributor
 
Posts: n/a
Re: User name and organisation. How to change?



"ceed" <ceed.spameater@dysthe.net> wrote in message
news:xn0fasuds4hhzy000@news.individual.net...[color=blue]
> Hi,
>
> Very often when I install programs on Vista they ask for user name and
> organisation. However, these fields are pre-filled with "user1" and
> "Hewlett Packard" (it is a HP laptop). How do I change this
> information? I just can't figure out where it is stored.
>
> --
> //ceed[/color]
Control Panel\System, under Computer Name, Domain and Workgroup settings,
click Change settings.

--
Michael Solomon
Backup is a PC user's best friend
DTS-L.Org: [url]http://www.dts-l.org/[/url]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 09-04-2007, 01:30 PM
Michael Price
Newsgroup Contributor
 
Posts: n/a
Re: User name and organisation. How to change?

Search the registry for "owner". You will find the 2 keys that you need to
change there.



"ceed" <ceed.spameater@dysthe.net> wrote in message
news:xn0fasuds4hhzy000@news.individual.net...[color=blue]
> Hi,
>
> Very often when I install programs on Vista they ask for user name and
> organisation. However, these fields are pre-filled with "user1" and
> "Hewlett Packard" (it is a HP laptop). How do I change this
> information? I just can't figure out where it is stored.
>
> --
> //ceed[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 09-04-2007, 02:20 PM
ceed
Newsgroup Contributor
 
Posts: n/a
Re: User name and organisation. How to change?

Michael Price wrote:
[color=blue]
> Search the registry for "owner". You will find the 2 keys that you
> need to change there.
>
>
>
> "ceed" <ceed.spameater@dysthe.net> wrote in message
> news:xn0fasuds4hhzy000@news.individual.net...[color=green]
> > Hi,
> >
> > Very often when I install programs on Vista they ask for user name
> > and organisation. However, these fields are pre-filled with "user1"
> > and "Hewlett Packard" (it is a HP laptop). How do I change this
> > information? I just can't figure out where it is stored.
> >
> > -- //ceed[/color][/color]

I get 350 hits when I search for owner. I now know it's in the
registry, so I will find it. Thank you for pointing me in the right
direction! :)

--
//ceed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 09-04-2007, 05:40 PM
Andrew McLaren
Newsgroup Contributor
 
Posts: n/a
Re: User name and organisation. How to change?

"Michael Solomon" <user@#notme.com> wrote ...[color=blue]
> "ceed" <ceed.spameater@dysthe.net> wrote[color=green]
>> Very often when I install programs on Vista they ask for user name and
>> organisation. However, these fields are pre-filled with "user1" and
>> "Hewlett Packard" (it is a HP laptop). How do I change this
>> information? I just can't figure out where it is stored.[/color]
>
> Control Panel\System, under Computer Name, Domain and Workgroup settings,
> click Change settings.[/color]

With great respect, Michael ... you're wrong :-) The steps you suggest let
the user change the machine name (NetBIOS and/or DNS hostname) and domain
name. There's no facility under Control Panel, System, to change the
Registered Owner or the Organisation name. I don't think there's any way to
change these values through the normal UI. You need to munge the Registry.


Ceed: the Owner and Organisation are stored in the Registry, under

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

The values are called "RegisteredOwner" and "RegisteredOrganization".

Run regedit as administrator, navigate to the RegisteredOwner value, and
double-click to modify it. Change it to your desired value. Repeat for
RegisteredOrganization. Click OK and exit Regedit. When you reboot, the new
value will be displayed.

Hope it helps!

PS: Michael Solomon's technical replies are usually high quality. I respect
him as a colleague. This was a freak mis-fire.
--
Andrew McLaren
amclar (at) optusnet dot com dot au



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 09-04-2007, 06:00 PM
Bruce Chambers
Newsgroup Contributor
 
Posts: n/a
Re: User name and organisation. How to change?

ceed wrote:[color=blue]
> Hi,
>
> Very often when I install programs on Vista they ask for user name and
> organisation. However, these fields are pre-filled with "user1" and
> "Hewlett Packard" (it is a HP laptop). How do I change this
> information? I just can't figure out where it is stored.
>[/color]


To fix the "Registered to" information for WinNT/2K/XP/Vista you can
use Start > Run > Regedit.exe to edit:

HKLM\Software\Microsoft\Windows NT\Current Version\RegisteredOwner

and:

HKLM\Software\Microsoft\Windows NT\Current Version\RegisteredOrganization

How this will affect the name displayed in previously installed
applications will vary depending upon each individual program; some read
the registered owner information dynamically, while others read it only
during installation.


--

Bruce Chambers

Help us help you:
[url]http://dts-l.org/goodpost.htm[/url]
[url]http://www.catb.org/~esr/faqs/smart-questions.html[/url]

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 09-04-2007, 07:40 PM
Michael Solomon
Newsgroup Contributor
 
Posts: n/a
Re: User name and organisation. How to change?



"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:OznurT17HHA.5096@TK2MSFTNGP04.phx.gbl...[color=blue]
> "Michael Solomon" <user@#notme.com> wrote ...[color=green]
>> "ceed" <ceed.spameater@dysthe.net> wrote[color=darkred]
>>> Very often when I install programs on Vista they ask for user name and
>>> organisation. However, these fields are pre-filled with "user1" and
>>> "Hewlett Packard" (it is a HP laptop). How do I change this
>>> information? I just can't figure out where it is stored.[/color]
>>
>> Control Panel\System, under Computer Name, Domain and Workgroup settings,
>> click Change settings.[/color]
>
> With great respect, Michael ... you're wrong :-) The steps you suggest let
> the user change the machine name (NetBIOS and/or DNS hostname) and domain
> name. There's no facility under Control Panel, System, to change the
> Registered Owner or the Organisation name. I don't think there's any way
> to change these values through the normal UI. You need to munge the
> Registry.
>
>
> Ceed: the Owner and Organisation are stored in the Registry, under
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
>
> The values are called "RegisteredOwner" and "RegisteredOrganization".
>
> Run regedit as administrator, navigate to the RegisteredOwner value, and
> double-click to modify it. Change it to your desired value. Repeat for
> RegisteredOrganization. Click OK and exit Regedit. When you reboot, the
> new
> value will be displayed.
>
> Hope it helps!
>
> PS: Michael Solomon's technical replies are usually high quality. I
> respect him as a colleague. This was a freak mis-fire.
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>
>[/color]
Thank you, Andrew.

I certainly apologize if I am wrong and I might have misunderstood what he
was seeking. In Control Panel, under System, when a user is not on a
domain, the computer name and full computer name, I had thought were the
equivalent of Computer name and Organization under Windows XP. When I had a
similar situation in XP to what the OP described, wherein the application
defaulted to a specific name and organization, it was in that area I changed
it without having to resort to editing the registry (As a general rule, I
try to find ways of accomplishing tasks at system level before resorting to
a registry edit).

Admittedly, I had not specifically tried this in Vista and clearly,
"Organization" is not listed under system. I probably should have first
asked the OP if it was listed there. If yes, then I think the change could
obviously be made there but if not, then as far as I know, a registry edit
as already suggested would be the only way to accomplish the task.

Of course, if the OEM hard wired it, that would be another reason you'd have
to go into the registry as well because the option to change that
information would likely not exist in the System tab.

Thanks anyway, I should have looked a little further before I leaped!:-)

--
Michael Solomon
Backup is a PC user's best friend
DTS-L.Org: [url]http://www.dts-l.org/[/url]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 09-04-2007, 07:50 PM
Michael Solomon
Newsgroup Contributor
 
Posts: n/a
Re: User name and organisation. How to change?



"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:OznurT17HHA.5096@TK2MSFTNGP04.phx.gbl...[color=blue]
> "Michael Solomon" <user@#notme.com> wrote ...[color=green]
>> "ceed" <ceed.spameater@dysthe.net> wrote[color=darkred]
>>> Very often when I install programs on Vista they ask for user name and
>>> organisation. However, these fields are pre-filled with "user1" and
>>> "Hewlett Packard" (it is a HP laptop). How do I change this
>>> information? I just can't figure out where it is stored.[/color]
>>
>> Control Panel\System, under Computer Name, Domain and Workgroup settings,
>> click Change settings.[/color]
>
> With great respect, Michael ... you're wrong :-) The steps you suggest let
> the user change the machine name (NetBIOS and/or DNS hostname) and domain
> name. There's no facility under Control Panel, System, to change the
> Registered Owner or the Organisation name. I don't think there's any way
> to change these values through the normal UI. You need to munge the
> Registry.
>
>
> Ceed: the Owner and Organisation are stored in the Registry, under
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
>
> The values are called "RegisteredOwner" and "RegisteredOrganization".
>
> Run regedit as administrator, navigate to the RegisteredOwner value, and
> double-click to modify it. Change it to your desired value. Repeat for
> RegisteredOrganization. Click OK and exit Regedit. When you reboot, the
> new
> value will be displayed.
>
> Hope it helps!
>
> PS: Michael Solomon's technical replies are usually high quality. I
> respect him as a colleague. This was a freak mis-fire.
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>
>[/color]
Now that I think about it, I may have had to change it in the registry even
when I did make the change at system level in XP...I really should have
looked before I leaped on this one!

--
Michael Solomon
Backup is a PC user's best friend
DTS-L.Org: [url]http://www.dts-l.org/[/url]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A program that lets a team/organisation manage action items Jheeze Microsoft Office 1 07-24-2007 07:40 PM
File organisation Matt78 Windows Media 1 02-04-2007 10:53 AM
User change Ana Windows XP 0 01-31-2007 04:00 PM
Where can I find Organisation Chart Templates? Seth Microsoft Office 2 01-15-2007 11:36 AM
Nikon PictureProject transfer assistant & picture organisation dave Windows XP 2 01-04-2007 02:25 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 04:53 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0