Returns the logon password stored in the registry if Auto-Logon is used. This function is used privately for demos when I need to specify a login username and password.
public static string GetSystemPassword(bool getUserName);
Parameters
getUserName
See also:
Class SystemUtils