SoftwareTipsPalace.com: Newsletter | YouTube Channel | Write for Us | RSS/XML

 

advertisement
Home Windows Apple/Mac Linux Software Guides/Tips How-To Shopping Reviews Downloads Videos Blogs/News Forums
Hardware | Networking | Programming | Troubleshooting | Software | Operating Systems | Subscribe to How To RSS | How To Community
+ Advanced Search
+ Suggest a website

advertisement

read also
Reducing the noise of your DVD player
Determine the actual capacity of a CD
Nero Burning Room Guides/Tips

 

How to return lost CD/DVD drive in Windows XP?

Date: September 25, 2007

If you had lost your CD/DVD drive in Windows XP but you do not know how to return it and make it visible again then you should fallow steps below. With small procedure and small file which you have to create you CD/DVD drive will be visible again.

I suppose that you do not have problems with your drivers and that they are installed if not first install necessary drivers and if your CD/DVD drive is still invisible in your Windows XP than fallow next steps:

1. Open new Notepad file by clicking Start --> All Programs --> Accessories --> Notepad,

2. Now after you created new notepad file inside him paste below code:

Option Explicit
On Error Resume Next

Dim WshShell, Message

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

WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\LowerFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\Cdr4_2K\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\Cdralw2k\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\Cdudf\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\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!"
2

3. Now click File --> Save As --> name it CD_DVD.VBS (do not forget .VBS extension) and save it on your desktop.

4. After you saved that file double click on him from your desktop. Now you CD/DVD drive should show up. If he is still not visible then restart your computer so changes take effect

 

 


What people download: Vista Codec Package | Google Chrome | Resource Hacker | Speed Launch | Movavi Video Converter | Hex Editor | Lavasoft Anti-Virus Helix | VistaBootPRO | Vista Transformation Pack | TV Browser
What people read: Working with Layers in Adobe Dreamweaver | Antivirus Testing | Disable Aero in Vista | Deactivate UAC | Protect Wireless Network | Knowing the common causes of corrupted programs | Google Picasa Web Album Guide
software information SoftwareTipsPalace.com : Developers Submit your Software or Manage your submissions | Free Internet Security - WOT Web of Trust

WebSite Links: Home | Forums | Blog | Windows | Software Reviews | How-To Features | Techs & Tests | Web 2.0 Reviews | Downloads

About Us | Privacy Policy | Terms of Use | Advertising Info | Support | FAQ's | Write for Us

SoftwareTipsPalace.com cannot be held liable for issues that arise from the information's, downloads or use of these software products. We encourage you to determine whether this software or your intended use is legal. Even if we try to check the program files for viruses, we cannot guarantee 100% that they are clean. For your own protection always check downloaded files for viruses, spyware and malware.

Copyright © 2005-2010 SoftwareTipsPalace.com All Rights Reserved