Bear in mind the registry key must be in Current User and not Local Machine
Since this procedure is Current User, it would need to check if the user is logged in. If not, it should wait for the user to log in and then apply the reg key
If the machine is offline, the procedure should stay queued until the machine is turned on.
Erm… no. It does not work for two different reasons:
1.
the Startup entry is ran at LOGIN. I would like it to happen at BOOT, before login
I would like to associate a procedure to a device group in XCitium, and that procedure should run AUTOMATICALLY for ALL computers on the group at each reboot.
When I add a new computer to the device group (i.e.CL-CORP-DESKTOPS), the procedure should run AUTOMATICALLY without the engineer to trigger it manually.
Please advise if your platform is able to perform my request
The script developers shared that as you requested to add a key in HKEY_CURRENT_USER which means a user should be logged in so without logging in we can’t add that key while booting.