View Full Version : Periferiche cdrom sparite
ho una a7n8x-deluxe (signa)
stamani all'improvviso Xp non vede + le 2 periferiche lettore e masterizzatore dvd compresa la periferica virtuale di alchool
ieri sera funzionavano perfettamente
ho provato a disintallarle e rinstallarle senza esito
chi sà qualcosa per potermi aiutare?
grazie 1000
Risolto
e un buf de Xp ogni tanto se eprde le ide
x risistemare tutto
creare un file txt
inserire queste righe e poi salvarlo in formato vbs lanciarlo e riavviare
'Restore CD-Roms and DVD's to Explorer
'xp_cd_dvd_fix.vbs
'© Doug Knox - rev 04/14/2002
'This code may be freely distributed/modified
'Downloaded from www.dougknox.com
'based on cdgone.reg
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-11CE-BFC1-08002BE10318}\UpperFilters"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-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!"
Grazie ha chi ha postato questa soluzione tempo fà
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.