How can I delete ProfileList, I tried a few fings but nothings works :/
My.Computer.Registry.CurrentUser.DeleteSubKey("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\\S-1-5-21-448539723-725345543-1417001333-1903863")
My.Computer.Registry.LocalMachine.DeleteSubKeyTree("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-448539723-725345543-1417001333-1903863")
Erro:
System.ArgumentException: 'Cannot delete a subkey tree because the subkey does not exist.'