Forum Discussion
AB21805
Oct 25, 2021Bronze Contributor
How to disable specific apps from start up
Hi all, How do I disable specific apps from running on start up via intune? Thanks in advance!
Oct 26, 2021
It depends how those apps are configured. You could try to take a look at the
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp folder first to see what's in there
Or taking a look at the registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Both of them can be configured with the use of PowerShell?
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp folder first to see what's in there
Or taking a look at the registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Both of them can be configured with the use of PowerShell?
- AB21805Oct 26, 2021Bronze ContributorI will check this and let you know! Thanks again