NEWS: Are you a beginner to forum sites and thinking this is a bit overwhelming, check out the help section for info on how to post and reply to topics.

Author Topic: Unable to manage user accounts  (Read 636 times)

0 Members and 1 Guest are viewing this topic.

Offline ccbtimewiz

  • New Member
  • *
  • Posts: 25
  • Respect: +4/-0
  • Gender: Male
    • Dream Portal
Unable to manage user accounts
« on: August 23, 2011, 04:36:21 PM »
I am using Windows XP SP3, and everytime I try to manage my user accounts, this appears instead of the manage screen:



Any help would be appreciated. I am not capable of reinstalling the OS on this computer, so please don't suggest that.

Offline alahuin

  • Full Member
  • ***
  • Posts: 236
  • Respect: +18/-1
  • Gender: Male
  • The Ancient One
Re: Unable to manage user accounts
« Reply #1 on: August 24, 2011, 03:55:45 AM »
 The link below goes to a web page that describes your problem exactly and has a solution for it.


http://www.winhelponline.com/articles/65/1/User-Accounts-applet-is-completely-blank-or-displays-raw-HTML-code.html


It says to download    useraccfix.vbs, a small script which when you run it, will fix the User Accounts applet automatically.


I have not personally used the script but I have downloaded it and here is  the actual content of of the script...
Quote
'-----------------------------------------------------------------------
'Copyright    : © 2006-2007 Ramesh Srinivasan
'Created on   : Aug 14, 2006
'Modified on  : Nov 05, 2008
'Description  : User Accounts applet fix (blank / showing raw HTML code)
'Homepage     : http://www.winhelponline.com & http://windowsxp.mvps.org
'Prerequisite : Windows XP / User account with administrative privileges
'-----------------------------------------------------------------------

Set WshShell = CreateObject("WScript.Shell")
Dim htacommand
htacommand = "%windir%\system32\mshta.exe " & chr(34) & "%1" & chr(34) & " %*"
On Error resume Next
WshShell.RegWrite "HKCR\.hta\", "htafile", "REG_SZ"
WshShell.RegWrite "HKCR\.hta\PerceivedType", "text", "REG_SZ"
WshShell.RegWrite "HKCR\.hta\Content Type", "application/hta", "REG_SZ"
WshShell.RegWrite "HKCR\htafile\", "HTML Application", "REG_SZ"
WshShell.RegWrite "HKCR\htafile\EditFlags", "1048576", "REG_DWORD"
WshShell.RegWrite "HKCR\htafile\DefaultIcon\", "%windir%\system32\mshta.exe,1", "REG_EXPAND_SZ"
WshShell.RegWrite "HKCR\htafile\Shell\Open\Command\", htacommand, "REG_EXPAND_SZ"
'Wshshell.RUN ("regsvr32.exe mshtml.dll -i -s")
'Wshshell.RUN ("regsvr32.exe shdocvw.dll -i -s")
Wshshell.RUN ("regsvr32.exe jscript.dll -s")
MsgUser = Msgbox ("Fixed the HTA settings.", 4160, "User accounts applet fix for Windows XP")
Set WshShell = Nothing

'-----------------------------------------------------------------------
'   Copyright © 2006 by Ramesh Srinivasan. All rights reserved.

'     For more tips & help in Windows, visit my sites below:
'   http://www.winhelponline.com  | http://windowsxp.mvps.org
'-----------------------------------------------------------------------

Offline ccbtimewiz

  • New Member
  • *
  • Posts: 25
  • Respect: +4/-0
  • Gender: Male
    • Dream Portal
Re: Unable to manage user accounts
« Reply #2 on: August 24, 2011, 08:45:32 PM »
I ran the script, however it did nothing to fix the problem. It said it fixed the HTA settings, however the panel still has HTML in it.

I restarted as well.

Offline Nesa

  • Administrator
  • *
  • Posts: 495
  • Respect: +22/-0
  • Gender: Male
Re: Unable to manage user accounts
« Reply #3 on: August 24, 2011, 08:51:42 PM »
I've never seen that problem you could try this.

http://windowsxp.mvps.org/useracc.htm

Have you tried to run the sfc tool?

 



SimplePortal 2.3.3 © 2008-2010, SimplePortal