Manually create the Post-Setup file like NTLite

Nathanit

New Member
I need instructions on how to manually run a .bat file during first logon. Same as Post-Setup: chose user-> command of NTLite. Anyone know how to do please guide.
 
1. Why don't you copy the same line inside a single BAT file, and run the file?

2. I don't understand your second question. RunOnce runs the command on first logon. Do you need to run this setup for every user who logons the first time, and not just install it one-time for all users?
 
1. Why don't you copy the same line inside a single BAT file, and run the file?

2. I don't understand your second question. RunOnce runs the command on first logon. Do you need to run this setup for every user who logons the first time, and not just install it one-time for all users?
I added that command line to the bat file but when I restart it it still won't run by itself. This is my .bat file


1670484163162.png
 
The file has a specific filename, and it must live in the sources\$OEM$\$$\Setup\Scripts folder. If you don't have one in the image folder, then you must create ALL the subfolders until you can copy SetupComplete.cmd
 
Back
Top