السلام عليكم ورحمة الله وبركاته
بحاول حذف قيم من الريجسترى واضافة قيم أخرى مكانها لكن عند التنفيد لا يتغير شيئ..
وهذا الكود الذى استعمله.
كود :
My.Computer.Registry.CurrentUser.DeleteSubKey("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp3\UserChoice")
My.Computer.Registry.CurrentUser.DeleteSubKey("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp4\UserChoice")
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp3\UserChoice", "Progid", "Applications\HD player.exe", RegistryValueKind.String)
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp4\UserChoice", "Progid", "Applications\HD player.exe", RegistryValueKind.String)![[صورة مرفقة: avp12zft0ya3.png]](https://www.up-00.com/i/00181/avp12zft0ya3.png)
فهل هناك شيئ خطأ أو ناقص
حلتها بفضل الله بهذا
كود :
My.Computer.Registry.CurrentUser.DeleteSubKeyTree("Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp3\UserChoice")
My.Computer.Registry.CurrentUser.DeleteSubKeyTree("Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp4\UserChoice")

![[صورة مرفقة: b4nzEf.gif]](http://imagizer.imageshack.com/img922/7726/b4nzEf.gif)


![[صورة مرفقة: 1ricCqs.png]](https://i.imgur.com/1ricCqs.png)
![[صورة مرفقة: vwV35aB.png]](https://i.imgur.com/vwV35aB.png)
![[صورة مرفقة: c2Fh6At.png]](https://i.imgur.com/c2Fh6At.png)