Windows 密码策略
当我尝试为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用:
其中
administrator
= 用户名和abc
= 密码Simply use this:
where
administrator
= user name andabc
= password