Forum Discussion
Intune - Running a kiosk with Chrome?
If you have it working with a PS script via Intune why not just configure a scheduled task with PS that runs on log in to run the script instead of pushing through Intune?
I have scripts that I push with Intune that creates a scheduled task to launch a shell for example.
almennn That's one way to do it, however in a scenario with potential hundreds of these machines that might not be the optimal way of doing it. I will think about it. Thank you!
- almennnApr 08, 2019Brass Contributor
PhilipN I'm in a scenario myself where I have 1-200 devices which need a shell in autostart. The best way I found to do this today was to package a PS script that adds a scheduled task that launches at log on. I run the script via a win32 app and have a custom script checking if the task is present or not. If it's not, the app (script) will be automatically installed again.