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++ win32 API。
我有一个吉娜登录对话框。
它包含一个用户名文本框。
我想在该文本框中显示上次登录的用户名,当系统重新启动后。
我怎么才能得到它?
如果您使用的是系统登录对话框 (gina),您可以使用组策略对其进行配置:
http://support.microsoft.com/kb/324740
将其设置为 false 以防止隐藏用户名。