Jump to content

Featured Replies

Posted

I'm trying to enable password protection on my netbook (windows 7 starter) by issuing the following line command:

 

wmic path Win32_UserAccount where Name='xxxxxx' set PasswordExpires=true

where xxxxxx is my userid. This fails w/ the following response:

ERROR:

Description= Generic failure

 

The userid I've logged on to has administrator privileges. Let me mention that a month ago my netbook would not start and I had to recover my system from a backup. This command worked for me prior to this event.

 

Curiously, the following command works fine:

wmic path Win32_UserAccount where Name='xxxxxx' set PasswordExpires=false

 

Any help is appreciated.

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...