Question regarding adding a task exported from Task Scheduler (XML format) into the ISO via NTLite

SM03

Active Member
Messages
511
Reaction score
103
Is there any way to integrate a task, exported from the Task Scheduler (XML format) into the ISO via NTLite (without a VBS wrapper), where the task author is assigned to the system to make it functional from the start, by avoiding differently generated user IDs

I added an exported task 'OpenRGB.XML' into the NTLite post (tried on both Before & After) section
& tried to create the task with the 'schtasks.exe' command with different parameters i.e.

/Create /XML "%WINDIR%\Setup\Files\OpenRGB.xml" /tn OpenRGB
/Create /XML "%WINDIR%\Setup\Files\OpenRGB.xml" /tn OpenRGB
/create /XML "%WINDIR%\Setup\Files\OpenRGB.xml" /tn OpenRGB /rl HIGHEST /f
/create /XML "%SYSTEMDRIVE%\C:\Windows\Setup\Files\OpenRGB.xml" /tn OpenRGB /rl HIGHEST /f

but none worked. Any help would be appreciated,
TIA.
 
Back
Top