Forum Discussion
oryxway
Nov 14, 2022Iron Contributor
How to suppress One drive from launching using Intune
How can I suppress one drive from launching using configuration profile in Intune?
4 Replies
Sort By
- rahuljindalBronze ContributorHow is it currently configured? Are the devices Hybrid? Is it possible that policies are getting applied through GPO instead?
- rainbow_guy1810Copper ContributorSimple VM joined to Intune. No hybrid.
- Moe_KinaniBronze Contributor
Hi oryxway
Are you trying to stop OneDrive from auto run in the start up? If yes, you can try to stop the service or remove the registry using PS script using Intune.
Or trying to suppress the sign in prompt (silent sign in) using Config Profile:
Here is the reg:
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /f /v "OneDrive"
- rainbow_guy1810Copper Contributor
I have same issue. Trying to suppress automatic sign in. Any advice?
Does not seem to work as per below config.