|
gazi06 发表于 2020-1-31 21:43
@slore, When I set it directly to the admin account, the master gives the domain not found error on ...
This problem should be fixed in 12.12 or 2020.01.01.
Is the default preset + Enable Administrator accout same? Or your custom pecmdadmin.ini?
needs workgroup for Admin account, but it should be done by system,
and also
CALL $Netapi32.dll,NetJoinDomain,,WORKGROUP,,,,1
in pecmdadmin.ini.
add a WAIT 1000 before this?
or try
CALL $Netapi32.dll,NetJoinDomain,,WORKGROUP,,,,32
if this not work, you need startnet.exe or SetWG.exe to set the WORKGROUP in pecmdAdmin.ini
|
|