Changing computer description

  • Thread starter Thread starter Julien Pham
  • Start date Start date
J

Julien Pham

Hi,

How can I chane a computer description on windows 2000 ? We have winXP
machines and only ONE windows 2000 computer, and I don't know how to do this
on windows 2000.

Thanks
 
Julien Pham said:
Hi,

How can I chane a computer description on windows 2000 ? We have winXP
machines and only ONE windows 2000 computer, and I don't know how to do this
on windows 2000.

Thanks

Maybe this will help you:
- Click Start / Run / cmd {OK}
- Type this command:
net config server /srvcomment:"Julien's PC"
 
A few of ways to do this:

From the command line
1.) net config server /srvcomment:"string"
(not recommended as setting this from the command line turns off auto tuning
for the server service.)

2.) Right-click My Computer, "Manage", right-click "Computer
Management(local)", Properties|Network Identification|Description

3.) Server Manager (in the resource kit)

4.) Edit the registry directly.
Add a Reg_Sz string named "srvcomment" with the desired string as the data
to;
HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi,
|
| How can I chane a computer description on windows 2000 ? We have winXP
| machines and only ONE windows 2000 computer, and I don't know how to do
this
| on windows 2000.
|
| Thanks
|
|
 
Back
Top