Windows 密码策略

发布于 2024-10-26 01:45:30 字数 357 浏览 6 评论 0原文

当我尝试为 Windows 设置密码时,

net user usera "a""b&cd"

我可以正确设置密码,即(a"b&cd)并且可以使用用户 ID 和密码登录 但是当我尝试设置密码时,因为

net user usera "a""b&c""d" 

我无法登录,

当密码中有两个“”(双引号)时是否有任何问题,因为我在字符串中的不同位置尝试此操作,并且密码中只允许有一个“ 。 如果我遗漏了什么,请告诉我。还有其他办法吗? 顺便说一句,我有Windows XP家庭版。这适用于其他版本吗?

提前致谢 AK。

When i try to set a password for windows as

net user usera "a""b&cd"

I could set the password correctly ie(a"b&cd)and could login with user id and password
but when i try to set the password as

net user usera "a""b&c""d" 

I am not able to login

Is there any issue when there are two ""(double quotes) in the password because i am trying this at different locations in string and only one " is allowed in password.
Let me know if i am missing anything. is there some other way?
By the way i have windows xp home edition. will this work for other editions ?

Thanks in advance
AK.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

书间行客 2024-11-02 01:45:30

只需使用:

net user administrator abc

其中 administrator = 用户名和 abc = 密码

Simply use this:

net user administrator abc

where administrator = user name and abc = password

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文