>>107589599
this is what i use to reset the key
powershell.exe -WindowStyle Hidden -Command "Get-ChildItem 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID' | Where-Object { $_.PSChildName -cmatch '^[a-z0-9{}-]+$' -and $_.SubKeyCount -eq 0 } | ForEach-Object { New-Item -Path \"$($_.PSPath)\reset\"; Remove-Item -Path \"$($_.PSPath)\reset\" }"