1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

XP Home Limited User Accesses

Discussion in 'Windows XP' started by Suzette, 2006/09/15.

  1. 2006/09/15
    Suzette

    Suzette Well-Known Member Thread Starter

    Joined:
    2003/06/05
    Messages:
    233
    Likes Received:
    0
    How can I stop the "limited user" from changing their password on XP Home edition?
     
  2. 2006/09/15
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Remove Change password from Task Manager:
    KEY: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
    DWORD: DisableChangePassword = 1

    Prohibit access to control panel:
    KEY: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    DWORD: NoControlPanel = 1


    -------------- as a .reg file
    Code:
    REGEDIT4
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
     "DisableChangePassword "=dword:00000001 
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] 
     "NoControlPanel "=dword:00000001 
    
    
    -----------------


    If you copy/paste the above into Notepad and File, Save as.. no_pass.reg, you can then add to the logon script or elsewhere for the user, including sending it as an email attachment:

    regedit /s no_pass.reg
     

  3. to hide this advert.

  4. 2006/09/18
    Suzette

    Suzette Well-Known Member Thread Starter

    Joined:
    2003/06/05
    Messages:
    233
    Likes Received:
    0
    Thank you for the information. I will try asap.
     
  5. 2006/09/18
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    You can also, if using the NTFS filestore, set permissions restrictions on:


    \Windows\System32\nusrmgr.cpl

    Use Safe Mode to restrict this to only the Group Administrators.
     
  6. 2006/09/18
    Suzette

    Suzette Well-Known Member Thread Starter

    Joined:
    2003/06/05
    Messages:
    233
    Likes Received:
    0
    This worked. Thank you very much. Now onto another problem in another thread.

    Thanks again..;)
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.