Hello,I need to run a small batch script after windows vm is created
everytime. Can i do this using recipes or is there any way to get this
done.Thank you.
IP: --
recipes for windows, run batch after windows vm created using recipes
You can´t do this with recipes and need to be creative to do that.
One possible solution would be to create a template with a job scheduler that runs on startup. The program started by the scheduler could check if there is a special filename present in itßs drectory and if not, do it´s job and create the special file.
This job would run with every start of windows but only the first time, it will do something.
There might be plenty of more elegant ways, just my little thoughts about it.