Forum Discussion
Simple method to run logon / recurring scripts in Intune!
- mmatookOct 20, 2020Copper Contributor
RobdeRoos After I create an MSI package how do I get it to start every time someone logs in?
I like the visibility your solution provides. Also is it just more or can you only have 1 script targeting a PC at a time? This solution would be a work around for that.
Thanks for any feedback
- RobdeRoosOct 20, 2020Iron ContributorMake sure you place a shortcut to the script in the startup folder. I made a scriot with AutoIt and compiled that to an exe. The exe I place somewhere in program files ans the shortcuts to it lands in the startupfolder.
- davidbwiJul 23, 2021Copper Contributor
Couldn't get this script to work. Can anyone provide more details on how I can run a logon script for users every time they logon that changes a system level registry setting? It needs to target a machine group, run at user logon, have system level permissions to change a system level registry key even when the user is not an admin.
- Werner_PertlFeb 11, 2020Copper Contributor
RobdeRoos Could you share your solution? Joss script isn't working for me - it only runs once when deployed. Triple checked everything - no way to get it to run :-).
Would be cool to check out your solution.Thx
Werner
- RobdeRoosFeb 12, 2020Iron Contributor
Werner_Pertl I use Advanced Installer to "install" the script to the program files folder and I create a shortcut that I place in the startup folder.
- Werner_PertlFeb 12, 2020Copper ContributorWorks like a charm - simple and great solution! Thanks! Werner