darrkon wrote:
Hi,
We need to add a couple of registry keys under HKCU and thought LanSweeper might be able to help.
At the moment I have created a deployment package with a Command type entry.
One example is:
REG ADD HKCU\Software\Key\Key\Key\ /f /v Value /t REG_DWORD /d 2
There are three of these command entries in the job. The job is then set to run as the current user.
The first two commands are set to Next on Success and STOP on failure. The third command is set to STOP on Success and Failure.
We deploy this to a computer where the user is logged on and the job seems to execute (we can find the registry keys) but for some reason the job waits 5 minutes and returns
Result: Package timeout reached. Unknown last result. Timeout: (300Sec).
Does anyone know why it doesn't report a successful completion?
I realize this thread is old, however I am running into a similar issue. In my case I am running the same type of deployment, though my Lansweeper returns success. Upon checking the registry and rebooting the affected PC, this is not the case. The original DWORD value persists.