|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Computer name and Company nameHi,
I want to find the computer name and the company name from the network indentification informations. For the computer name, I found System.Net.Dns.GetHostName(), but I fgound nothing for the company name. Can someone help me plz? Thanks ThunderMusic wrote:
> Hi, Computer name: System.Environment.MachineName> I want to find the computer name and the company name from the network > indentification informations. > > For the computer name, I found System.Net.Dns.GetHostName(), but I fgound > nothing for the company name. thanks for the computer name, now, what about the company name, I looked
around the machine name and environment namespace, but found nothing. I'm still searching, but if someone has the answer, I'd love to have it... ;) thanks "Peter Franks" <n***@none.com> a écrit dans le message de news: h1Ogf.17715$qw.16572@fed1read07...Show quote > ThunderMusic wrote: >> Hi, >> I want to find the computer name and the company name from the >> network indentification informations. >> >> For the computer name, I found System.Net.Dns.GetHostName(), but I fgound >> nothing for the company name. > > Computer name: System.Environment.MachineName If you mean the company particular copy of Windows is registered to, it can
be found in registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization Of course, that would only work if this information is set correctly. PC can't figure out which company it belongs to on its own. Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. *** Want to find answers instantly? Here's how... *** 1. Go to http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en 2. Type your question in the text box near "Search this group" button. 3. Hit "Search this group" button. 4. Read answer(s). Show quote "ThunderMusic" <NO.danlat.at.hotmail.com.SPAM> wrote in message news:eSV%23mJ87FHA.3388@TK2MSFTNGP11.phx.gbl... > thanks for the computer name, now, what about the company name, I looked > around the machine name and environment namespace, but found nothing. I'm > still searching, but if someone has the answer, I'd love to have it... ;) > > thanks > > "Peter Franks" <n***@none.com> a écrit dans le message de news: > h1Ogf.17715$qw.16572@fed1read07... >> ThunderMusic wrote: >>> Hi, >>> I want to find the computer name and the company name from the >>> network indentification informations. >>> >>> For the computer name, I found System.Net.Dns.GetHostName(), but I >>> fgound nothing for the company name. >> >> Computer name: System.Environment.MachineName > > ok, excellent, I'll take this one for now. It should be ok, for the moment.
(I guess it's the one I have to use anyways.) Thanks a lot. ThunderMusic "Ilya Tumanov [MS]" <ilya***@online.microsoft.com> a écrit dans le message de news: 4383b7c***@news.microsoft.com...Show quote > If you mean the company particular copy of Windows is registered to, it > can be found in registry: > > > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows > NT\CurrentVersion\RegisteredOrganization > > > > Of course, that would only work if this information is set correctly. PC > can't figure out which company it belongs to on its own. > > > > Best regards, > > Ilya > > This posting is provided "AS IS" with no warranties, and confers no > rights. > > *** Want to find answers instantly? Here's how... *** > > 1. Go to > http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en > 2. Type your question in the text box near "Search this group" button. > 3. Hit "Search this group" button. > 4. Read answer(s). > > "ThunderMusic" <NO.danlat.at.hotmail.com.SPAM> wrote in message > news:eSV%23mJ87FHA.3388@TK2MSFTNGP11.phx.gbl... >> thanks for the computer name, now, what about the company name, I looked >> around the machine name and environment namespace, but found nothing. I'm >> still searching, but if someone has the answer, I'd love to have it... ;) >> >> thanks >> >> "Peter Franks" <n***@none.com> a écrit dans le message de news: >> h1Ogf.17715$qw.16572@fed1read07... >>> ThunderMusic wrote: >>>> Hi, >>>> I want to find the computer name and the company name from the >>>> network indentification informations. >>>> >>>> For the computer name, I found System.Net.Dns.GetHostName(), but I >>>> fgound nothing for the company name. >>> >>> Computer name: System.Environment.MachineName >> >> > > You can also use Active Directory information of the login of that machine.
Or your own login. System.DirectoryServices.DirectoryEntry can be used for this. Show quote "ThunderMusic" <NO.danlat.at.hotmail.com.SPAM> wrote in message news:uOiYv177FHA.2152@TK2MSFTNGP10.phx.gbl... > Hi, > I want to find the computer name and the company name from the network > indentification informations. > > For the computer name, I found System.Net.Dns.GetHostName(), but I fgound > nothing for the company name. > > Can someone help me plz? > > Thanks > > |
|||||||||||||||||||||||