Ok i am running sme 7rc2 as server gateway mode. It is also my domain controller with roaming profiles enable. I wanted to do some registry changess in all the client computers (winXP SP2) connected to it. One of my changes is simply to enable log file in a program called radmin on all the computers(on installation this feature of the program is disabled). i had placed this line in the netlogon.bat file to see if it would automatically enable the log for me but sadly it doesn't:
reg ADD "HKLM\SYSTEM\RAdmin\v2.0\Server\Parameters" /v EnableLogFile /t REG_BINARY /d 01000000 /f
Can someone please help me and tell me what in doing wrong. Im pretty sure i got the path, value,value type and data correct because i had placed it in a test batch file i created to see if it would work and it does change the value when i run the test batch file.
Thanks