"Change password" disabled?

O

OxygeN

Hello all!
I'm having a big trouble with Windows XP Embedded on an HP t5700 ThinClient.
I need to be able to change my domain logon password, but as I press
"CTRL+ALT+DEL" I see just three out of six buttons enabled.
The disabled ones are:
- Lock Workstation
- Change Password
- Task Manager

Now, does anybody know if it's possible to enable them? At least, the
first ones (Task Manager ain't important).

Thank you very much!


Inviato da www.mynewsgate.net
 
K

KM

There are some ways to disable the button you mentioned. But it would be useless information to you if you were not the developer of
the XPe image you've got on your device.
The changes would depend on what's included in the image.

You would be better off contacting the device manufacturer to get some better help.

As to the password.. You can use "net user /domain" command (see the command help first) to change your domain password.
Hope the net command is included and working on your device.
 
G

Guest

Try setting the following reg key:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableChangePassword"=dword:00000000

Or you could also just delete the value all together.

HTH,
Tony
 
K

KM

Reading Tony's reply I realized you may have an access to regedit from your account.
Then just change the following values: (set to 0)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableLockWorkstation"=dword:00000001
"DisableTaskMgr"=dword:00000001
"DisableChangePassword"=dword:00000001
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Disabling CTRl-ALT-DEL key. 2
Ctrl-Alt-Del password change 2
Not connecting to domain AD 1
Disable CTRL-Alt-Delete 2
Ctrl-Alt-Delete 5
Welcome Screen Disabled 1
Task manager is disabled 2
Task Manager 1

Top