Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 C++ 程序来管理 Windows 7 上的用户帐户。
我想为现有用户帐户设置密码。
我无法使用 NetUserChangePassword (Netapi32.dll),因为我没有记录我在创建用户时设置的先前密码。
因此,程序必须能够只设置一个新密码(不知道旧密码)。
有没有办法在 C++ 中以编程方式做到这一点?
感谢您的帮助。
调用参数设置NetUserSetInfo为level1003。
NetUserSetInfo
level