Sorry there was a typo
...........................................
I did find a solution to accomplish this via GPO but I have a doubt about the KFMBlockOptIn Value for those who already backed up their Know folders:
Prevent users from moving their Windows known folders to OneDrive
If you disable or don't configure this setting, users can choose to move their known folders.
Enabling this policy sets the following registry key value to 1:
[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"KFMBlockOptIn"=dword:00000001
To redirect the known folders back to the user's device and enable this policy, set the following registry key value to 2:
[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"KFMBlockOptIn"=dword:00000002
Should I select 00000001 or 00000002???I want to avoid folder redirection and keep Documents and Desktop NOT redirected for those users that erroneously selected the oneDrive Backup
Thanks