Forum Discussion
Start OneDrive when windows starts - All domain computers
- Feb 19, 2020
try placing the key here instead:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
that should force it to run for all users on the device and you wont have to try and figure out how to inject into HKCU
rmoat also check to make sure
[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"PreventNetworkTrafficPreUserSignIn" is NOT set to 1. Setting it to 1 will prevent OneDrive from starting with Windows until the user logs in the first time. Then it should start with Windows going forward. you can also read more here: https://docs.microsoft.com/en-us/onedrive/use-group-policy#PreventNetworkTraffic
- rmoatApr 15, 2020Brass Contributor
Lou_Mickley Thank you also! I missed this notification. This is helpful, as we're going to start using Intune to do some of these OneDrive tasks now, and this was a question we had come up just yesterday.