Movie maker - recognition of CD-RW

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have installed moviemaker but when I come to save to CD it will not recognise my CD-RW drive. I have a LG GCC-4480B drive and can burn the movie using Nero software - but not directly from moviemaker. Any suggestions of how I can get MM to recognise the drive?
 
Firstly mm only makes pc compatible cd's, so it would be best to keep using
nero if you want to play them in dvd players.

Try this if you have to, taken from previous posts....

Hi,


CD-R Drive or CD-RW Drive Is Not Recognized As a Recordable Device
http://support.microsoft.com/?kbid=316529

If the above KB Article doesn't help. Please open notepad, copy and paste
the following text. (in between the "Start of File" and "End of File")

------------- Start of File ------------------------------

Option Explicit
On Error Resume Next

Dim WshShell, Message

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11
CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11
CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdr4_2K\"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdralw2k\"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdudf\"
WshShell.RegDelete
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UdfReadr\"
Set WshShell = Nothing

Message = "Your CD/DVD-Rom drives should now appear in Windows Explorer." &
vbCR
Message = Message & "You may need to reboot your computer to see the
change."

MsgBox Message, 4096,"Finished!"

-------------- End of File -----------------------------------

Please save the file as "Fixcd.vbs" on your desktop. Double click the saved
file. A dialog box asks you to restart the system for the change to take
effect.


Hope this helps ...... :)


Ashok (Ashokan Achari)

The Posting is provided "AS IS" with no warranties, and confers no rights.








--
Graham Hughes
MVP
www.simplydv.co.uk
www.dvds2treasure.com
Dave said:
I have installed moviemaker but when I come to save to CD it will not
recognise my CD-RW drive. I have a LG GCC-4480B drive and can burn the movie
using Nero software - but not directly from moviemaker. Any suggestions of
how I can get MM to recognise the drive?
 
Maybe it's just a setting. See the second of the 'Dated but Timeless Posts'
on the CD Burning > Intro page of my website.
--
PapaJohn

Movie Maker 2 - www.papajohn.org
Photo Story 2 - www.photostory.papajohn.org

..
Dave said:
I have installed moviemaker but when I come to save to CD it will not
recognise my CD-RW drive. I have a LG GCC-4480B drive and can burn the movie
using Nero software - but not directly from moviemaker. Any suggestions of
how I can get MM to recognise the drive?
 
Back
Top