logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Cmdkey - Create User Credentials | Online Free DevTools by Hexmos

Create user credentials with Cmdkey on Windows using the command line. Securely store usernames and passwords for network resources. Free online tool, no registration required.

cmdkey

Create, show, and delete stored user names and passwords. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/cmdkey.

  • List all user credentials:

cmdkey /list

  • Store credentials for a user that accesses a server:

cmdkey /add:{{server_name}} /user:{{user_name}}

  • Delete credentials for a specific target:

cmdkey /delete {{target_name}}

return

See Also