| 12345678910111213141516171819 |
- #pragma once
- #ifndef _ACCOUNT_DEF_H
- #define _ACCOUNT_DEF_H
- #define Account_ADMIN "Administrator"
- #define Account_GUEST "Guest"
- #define ADMIN_PSW "11111111"
- #define CMBUSER_NAME "Cmbuser"
- #define CMBUSER_PSW ""
- #define CMBUSER_TEMP_PSW "11111111"
- #define INIT_PROCESS "InitlizeUser.exe"
- #define CLIENTUSER_NAME "ClientUser"
- #define CLIENTUSER_TEMP_PSW "11111111"
- #define CLIENTUSER_PSW ""
- #define REMOTE_GROUP "Remote Desktop Users"
- #endif // !_ACCOUNT_DEF_H
|