I know it's HKLM. But since it's VDI non-persistent, it doesn't really matter. Imagine the following simple flow. - user that needs onedrive logs on - elevated task sets the HKLM value that ENAB...
See more...
I know it's HKLM. But since it's VDI non-persistent, it doesn't really matter. Imagine the following simple flow. - user that needs onedrive logs on - elevated task sets the HKLM value that ENABLES onedrive before profile archives are loaded - onedrive is enabled for user, because it's enabled system wide (HKLM), and since it's single user desktop (VDI), this doesn't matter. it is reset after logoff - user that doesn't need onedrive logs on - elevated task sets the HKLM value that DISABLES onedrive before profile archives are loaded - onedrive is disabled for user, because it's disabled system wide (HKLM), and since it's single user desktop (VDI), this doesn't matter. it is reset after logoff Like I said, untested and just a brainwave, and maybe there are easier ways that I don't know of. Just trying to think out-of-the-box