+ Reply to Thread
Results 1 to 6 of 6

Thread: Computer Name tab

  1. #1
    sellarsm is offline Getting Started on GPanswers.com
    Join Date
    Dec 1969
    Posts
    1

    Default

    In XP, is there a policy to hide the Computer Name tab in the System Properties dialog box?
    If not, is there way to disable the Network ID and/or Change... buttons?

    Yes, our users are local Admins and I realize they could reverse any settings we apply or use other interfaces to effect the same change, but getting rid of the 'obvious' would be a big step...

    Thanks, Martin

  2. #2
    AdamV is offline 100+ Helpful Posts! 50+ Helpful Posts
    Join Date
    Dec 1969
    Posts
    669

    Default

    Quote Originally Posted by sellarsm
    If not, is there way to disable the Network ID and/or Change... buttons?

    Yes, our users are local Admins
    You kind of answer your own question there.

    Users who are not admins cannot change the network ID, unjoin the domain or whatever (the button is disabled).

    As far as I know there is no way to policy this natively. As you describe, this would be pointless, because non-admins already can't do this, and admins can probably get round the policy you try to enforce.

  3. #3
    JP Miller is offline Getting Started on GPanswers.com
    Join Date
    Dec 1969
    Posts
    3

    Default

    Heres a method to achieve that goal
    ACL netid.dll so that no one can see it. This is done thru a GPO or via script
    cacls netid.dll /e /r "power users" administrators users

    How do you get it back? ACL the file so that anyone can see it.
    echo y | cacls netid.dll /g "power users":r administrators:f users:r

  4. #4
    PreviousPoster is offline 100+ Helpful Posts! 50+ Helpful Posts
    Join Date
    Dec 1969
    Posts
    1,254

    Default

    If you delete (or rename) the file 'netid.dll' in the system32 directory that removes the Computer Name tab from the System Properties dialog. It took me ages to go the other way with a broken XP Embedded installation until I finally worked out that copying the file from a full copy of XP Pro would fix things.

    It would be nice to know what other DLLs provide specific dialog tabs, but so far I've not found much info in that direction.

    // James Gibb
    // Freemaster Engineering Ltd.
    // Ferrybridge Powerstation, UK

  5. #5
    cocoyu113 is offline Getting Started on GPanswers.com
    Join Date
    Dec 1969
    Posts
    1

    Default

    lol

  6. #6
    enriqueeeee is offline Getting Started on GPanswers.com
    Join Date
    Dec 1969
    Posts
    1

    Default

    we fixed it like this some of our users are local administrators

    cacls c:\windows\system32\netid.dll /e /r "power users" administrators
    users
    cacls c:\windows\system32\netid.dll /E /G domain\our_group:F
    cacls c:\windows\system32\netid.dll /E /G %computername%\administrator:F

    we remove the rights for all administrators and then add rights for our admins and the local administrator account.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO