Writing password for Dcomcnfg
Hi,
I would want to write the password of a application in Distributed COM Configuration Properties (dcomcnfg)using NSIS.
In the identity, there are three types, interactive user, launching user and this user with password.
I would like to change to this user with password but i am only able to change to this user but without the password.
In my code:
WriteRegStr HKLM "SYSTEM\ControlSet001\Services\ABC" "Object Name" "Administrator"
The application, ABC have changed to this user with the user name: Administrator but the password is empty.
Distributed COM Configuration Properties:
click the application
tab: Identity
Identity:
The interactive user
The launching user
This user: user
Password
Confirm Password