Parameter After installation

BKPB

Member
Messages
91
Reaction score
10
When using the option After installation, the FilesU folder is created next to the image ($OEM$\$$\Setup\FilesU)
with files that will be executed after installing Windows.
My question is, will the files that I add to this folder manually be executed after creating the image ?
Or when creating an image for files in this folder, a command is written to execute exactly the files that were created when the image was created ?


View attachment 12208
 
Last edited:
When Post-Setup commands or files are added, NTLite divides them into two categories:

(Before logon) commands are executed by the SetupComplete.cmd wrapper script, right after OOBE is completed.
1. Files are staged in the folder $OEM$\$$\Setup\Files​
2. Copied to \Windows\Setup\Files during install.​
3. Removed after SetupComplete is finished.​

(After logon) commands are executed by a RunOnceEx scheduled task, right after your first desktop logon.
1. Files are staged in the folder $OEM$\$$\Setup\FilesU​
2. Copied to \Windows\Setup\FilesU during install.​
3. Removed after RunOnceEx task is finished.​

NTLite will not scan for files you manually copy into the FilesU folder, because it needs to create a scheduled task to process each file.
You must ALWAYS use the Post-Setup UI to change (add or remove) tasks from (After logon).
 
Back
Top