Glam Prestige Journal

Bright entertainment trends with youth appeal.

I'm trying to add network login credentials for applications running
'as administrator' by using cmdkey:

C:\>cmdkey To create domain credentials:
cmdkey /add:targetname /user:username /pass:password

But getting this error when running under admin profile:

CMDKEY: Credentials cannot be saved from this logon session.

Is there possibility to store network credentials for applications running 'as administrator'?

1 Answer

I also met the same problem on an WindowsXP computer, and I found the solution through google:
just run gpedit.msc, location to the Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\branch, and set the policy Network Access: Do not allow storage of credentials or .NET Passports for network authentication value to Disable.

(if you can't change the value even you logon as an administrator, it means this policy is defined by GroupPolicy, you need to contact your Domain Administrator to change it).

Here's the link:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy