|
Re: DUA set value in registry script
Sounds like your dua script modify the DUA poll path.. else you will be able
to download the same script again and again.
Try to post all lines in your .dus file or make sure you only have one line:
REGSETVALUE and nothing else.
Not sure i completely understand your issue with "copy back" if your script
is located on a server you just need to restart the service to download it
again, if DUA is configured to "Poll on Start"
/Peter
"danis" <danisirb@gmail.com> wrote in message
news:5eb00223-6414-43da-bc1a-af393cef50d6@k37g2000hsf.googlegroups.com...
Thanks!
Some other thing I've noticed, and I don't know why is like that:
after it runs a script, if I copy back the same script again, it will
not run it anymore; nor any script.
Have something similar happened to you? I've tried deleting the
temporary folder, so that it will create it again, I've tried not
deleting the temporary folder, but still the same problem, next
scripts will not run.
Any ideas?
On Jul 3, 10:42 am, "Peter Karlshøj Jensen" <pete...@amitech.dk>
wrote:
> Try this, it work for me:
>
> REGSETVALUE,,HKEY_LOCAL_MACHINE,,SYSTEM\CurrentCon trolSet\Services\Tcpip\Pa*rameters,,AutonetRetries ,4,100
>
> DUA seems weird with DWORD, no problem when using the value instead.
>
> 4 = REG_DWORD
>
> /Peter
>
> "danis" <danis...@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!
|