D
danis
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\CurrentControlSet\Services
\Tcpip\Parameters,,AutonetRetries,DAREG_DWORD_LITTLE_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!
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\CurrentControlSet\Services
\Tcpip\Parameters,,AutonetRetries,DAREG_DWORD_LITTLE_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!