Do you want me to make you a program that does this?
I can make a program with AUTOIT that will wait for your program then start Explorer.exe.
You can also do it yourself. Just download Autoit
http://www.autoitscript.com/autoit3/index.shtmlCreate a new text file and rename to
program.au3
Later we will compile this to .exe by right clicking on it
Use this code
WinWaitActive("yourprogram
window name")
Sleep(5000)
Run (@WindowsDir & "Explorer.exe")
Exit
Save and then right click on file and chose COMPILE
Now use group policy and go to
User Configuration
Administrative Templetes
System
Customer user Interface
Under interface name enter the program you just made and drop it in the C:/Windows drive
Example
C:\Windows\program.exe