Hello everyone, I am customizing my Windows XP SP3 CD with nLite and here is basically what I want to do: when the setup is complete, and I log on for the first time, the autorun.exe program from the CD (that's an autorun.exe I made completely myself, nothing to do with original one) opens automatically so that I can install some extra programs which I could not have automatically installed by creating an add-on for Hotfixes. I have tried using this RunOnce command: %SOURCE%\Autorun.exe and it works fine but the program opens before the logon is complete and there is a command prompt window in background. The logon is completed when I close my program. But I want the program to open only when the logon is fully completed, how can I do that? Any help is appreciated