View Single Post
  #2 (permalink)  
Old 07-03-2008, 07:42 AM
Peter Karlshøj Jensen
 
Posts: n/a
Re: DUA set value in registry script
Try this, it work for me:

REGSETVALUE,,HKEY_LOCAL_MACHINE,,SYSTEM\CurrentCon trolSet\Services\Tcpip\Parameters,,AutonetRetries, 4,100

DUA seems weird with DWORD, no problem when using the value instead.

4 = REG_DWORD

/Peter

"danis" <danisirb@gmail.com> wrote in message
news:ad04225a-685a-4a07-8371-9c1b022865db@8g2000hse.googlegroups.com...
> Hello!
>
> I would like to modify some values in the registry, using DUA script.
> The problem I have is that is not working, the value is not modified.
> Here is my script, that I used:
>
> REGSETVALUE,,HKEY_LOCAL_MACHINE,,SYSTEM\CurrentCon trolSet\Services
> \Tcpip\Parameters,,AutonetRetries,DAREG_DWORD_LITT LE_ENDIAN,100
>
> What is the error?
>
> If I delete the value, and create it again and after that set the
> value data, then it works. But the value is already on the deployed
> systems, so I cannot create it.
> All I want to do is to modify it. Any sugestions?
>
> Thanks!



Reply With Quote