Hi
Thanks for the reply.

Essentially we have a historic kix script based on Windows7 which includes a load of reghacks and custom copy file commands.

With our Win10 we are trimming this down and moving them into GPO and using the power of Kix to correctly Map the drives and printers - as this is way quicker than GPO.

So I just need to have a command (I was thinking could I do it with a IF File exists?

So something like;

If file exists
c:\windows\_custom\startmenu.xml
then run "Win10_Main.kix"
else
run "Win7_Main.kix"

The problem we have at the minute is that if we let it just run it breaks some Win10 custom stuff on login (desktop shortcuts/desktop wallpaper) so as we phase Win7 out this wont be a problem but at the minute I need to support both at for at least a month.