问题描述
有没有办法在 Windows 10 中手动添加 Web 凭据?我一直在寻找一段时间,我发现的唯一方法是使用 vaultcmd,它在 Windows 10 上不起作用。
有关如何使用 PowerSell 或注册表或其他方式在 Windows 10 中手动添加 Web 凭据的任何想法?谢谢。
解决方法
我能够让 VaultCmd 在 Windows 10 中工作:
VaultCmd /addcreds:"Web Credentials" /credtype:"Windows Web Password Credential" /identity:"username on website" /authenticator:"password on website" /resource:"https://WebSiteURL"
请注意 /addcreds:
和 /credtype:
的参数区分大小写。