How can we help? ๐Ÿ‘‹

Reg Files in XEOX

A .reg file needs to be created and executed via an automation in XEOX.

Problem

A .reg file needs to be created and executed via an automation in XEOX.

Solution

In order to create a .reg file you first need toย create an automation.

Afterwards follow the following steps:

  • Use create file from the toolbox. Write in the file what you need and then name the file and add .reg.
ย 
Notion image
ย 
Notion image
ย 
Notion image
ย 
  • To run the .reg file, you must specify regedit as Executable when using execute. Under Arguments, you must write /s (because it imports a .reg file without asking) and afterwards the name of the file.
ย 
Notion image
ย 
Notion image
ย 

Lastly, set the devices the automation is supposed to run on. This automation will now be able to create and execute a .reg file.

Did this answer your question?
๐Ÿ˜ž
๐Ÿ˜
๐Ÿคฉ