DEMdev
VMware Employee
VMware Employee

Hi SBaldridge,

I just tested with your XML, and there are a few issues:

  • You need to put quotes around HKU\.DEFAULT\Control Panel\Keyboard, due to that space between Control and Panel. Without those quotes, REG.exe will fail.
  • You configured cmd.exe as the executable to elevate, but did not check Also elevate child processes, so even with those quotes it would not work as REG.exe (cmd.exe's child process) wouldn't be elevated...
    There's actually no need for the cmd.exe /C approach here (that's only required when you want to run commands that are built into cmd.exe), so I would use something like this instead:
    pastedImage_11.png
  • Not related to DEM itself, but I'm wondering whether changing anything in HKU\.DEFAULT serves a purpose after logon? The user's profile will already have been created from the default profile at that time.

However... The error messages you quoted point to some issue in parsing the config file, but the XML was actually perfectly fine from a syntax perspective. Just to make sure, can you double-check that the DEM agent is indeed version 2006 (10.0)?

Reply
0 Kudos