Post-Setup steps are not working

tjaegle

New Member
All Steps in NTlite are working, except the post-setup.
After installation they are just not being executed.

The commands are correct, when entering the commands in cmd they work.

heres the content of SetupComplete.cmd
@echo off
msiexec /i "%WINDIR%\Setup\Files\AnyDesk_7.0.4.msi" /qn /norestart ALLUSERS=2
netsh advfirewall set allprofiles state off
rd /q /s "%WINDIR%\Setup\Files"
del /q /f "%0"


any ideas?
 
Windows won't run SetupComplete.cmd if your PC has an OEM license. Click on OEM SetupComplete in Unattended's tool bar.
 
Back
Top