How can we help? 👋

Reg Files in XEOX

A .reg file needs to be created and executed via a Job in XEOX.

Problem

A .reg file needs to be created and executed via a job in XEOX.

Solution

In order to create a .reg file you first need to create a Job.

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
 
  • 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
 

This Job will now be able to create and execute a .reg file.

Did this answer your question?
😞
😐
🤩