Hello,
Simple solution would be to create a batch file with below content:
cmd.exe /c reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\SessionDefaultDevices" /f
Then use this batch file on GPO logon script. This should help you...