Jump to content

Recommended Posts

Posted

Looking to auto start both Slack and AirServer at logon through InTune. I've had a brief reseach and seems to be powershell and task scheduler is the way to go.

 

Does anyone have any pointers or an idiots guide that I could follow to achieve this?

 

Thanks

Posted
Copy a shortcut to the Startup folder?

 

Best way of doing this in Intune for all my devices? Also if I wanted to revoke this in the future how easy would that be?

Posted

I'd do it via a Run registry entry (HKLM\Software\Microsoft\Windows\CurrentVersion\Run), the way I'd deploy it is create an MSI using Advanced Installer (the free version is adequate and is actually free even for commercial use). Then deploy the MSI through Intune (either package as a win32 or use the "Line of Business" app type). That way it can be easily uninstalled by just setting the Intune deployment from "Required" to "Uninstall".

 

Alternatively you can push a PowerShell script to set the reg entry but more difficult to remove unless you write a script that will handle the removal.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...