I am having an issue with scrip deployment through GP on a 2003 domain.
As well, I am also having an issue with placing this issue in the correct category.
I have a BAT file that has the ability to modify a select registry key and force the change even if the key is already there by using the < REG ADD > command in MS Command prompt.
I am under the assumption that this would be better done as a VBScript by use of the Script section in GP.
The following is the batch file content that is changing this one key:
REG ADD HKLM\Software\RealVNC\winVNC4\ /v Password /t REG_BINARY /d 465504da44659100 /f
Any assistance would be appriciated...
Thanks ahead of time...