Advertisement
pintcat

UnregDecoder - obsolete script to check and unregister decoder components for eac3to.

Apr 7th, 2022
1,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.40 KB | None | 0 0
  1. REGEDIT4
  2.  
  3. ; @ECHO OFF
  4. ; CLS
  5.  
  6. ; :Start
  7. ; IF NOT EXIST .\eac3to.exe (
  8. ;   ECHO Error! eac3to.exe not found. Did you copy all files to the eac3to folder?
  9. ;   ECHO.
  10. ;   PAUSE
  11. ;   EXIT
  12. ; )
  13. ; eac3to.exe -test
  14. ; ECHO.
  15. ; ECHO (1) to unregister Nero 7 audio decoder (remove complete Ahead tree)
  16. ; ECHO (2) to unregister Nero 7 audio decoder (only decoder specific entries)
  17. ; ECHO (3) to unregister ArcSoft DTS decoder
  18. ; ECHO (4) to repeat test
  19. ; ECHO.
  20. ; ECHO Warning! Option (1) might cause a little mess if you have installed more
  21. ; ECHO software from Ahead. If Nero 7 is installed the decoder should remain
  22. ; ECHO registered anyway.
  23. ; ECHO.
  24. ; SET Choice=
  25. ; SET /P Choice=Choose a number or just press ENTER to quit...
  26. ; IF '%Choice%'=='1' (
  27. ;   regsvr32 /S /U ".\AdvrCntr2.dll"
  28. ;   regsvr32 /S /U ".\NeAudio2.ax"
  29. ;   REG DELETE HKLM\SOFTWARE\Ahead
  30. ;   CLS
  31. ;   GOTO Start
  32. ; )
  33.  
  34. ; IF '%Choice%'=='2' (
  35. ;   regsvr32 /S /U ".\AdvrCntr2.dll"
  36. ;   regsvr32 /S /U ".\NeAudio2.ax"
  37. ;   REGEDIT /S "%~f0"
  38. ;   CLS
  39. ;   GOTO Start
  40. ; )
  41.  
  42. ; IF '%Choice%'=='3' (
  43. ;   regsvr32 /S /U ".\ASAudioHD.ax"
  44. ;   CLS
  45. ;   GOTO Start
  46. ; )
  47.  
  48. ; IF '%Choice%'=='4' (
  49. ;   CLS
  50. ;   GOTO Start
  51. ; )
  52.  
  53. ; EXIT
  54.  
  55. [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]
  56. "EulaAccepted"=-
  57. "Serial7_1298721042"=-
  58. "Version"=-
  59. "User"=-
  60. "Company"=-
  61. "CDNR"=-
  62.  
  63. [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Plugins\Info]
  64. "Serial7_1298721310"=-
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement