[Main] Title=USB Support Description=Adds USB PnP device support to the PE build. Optionally add current USB device ID flags from the local system registry. Selected=True Locked=true Level=5 Version=400 Author=thuun Credits=Radoi Ovidiu Date=2008-04 Download_Level=0 [variables] %TargetSys32%=%TargetDir%\i386\system32 %ExtractFile%=Run,%ScriptFile%,ExtractFile %AddFile%=Run,%ScriptFile%,AddFile %SPCab%= [AddFile] If,NotExistFile,"#1\#2",CopyOrExpand,"%SourceDir%\i386\#2","#1" [ExtractFile] If,NotExistFile,"#2\#3",ShellExecute,"Hide","expand.exe","#$q#1#$q#$s-F:#$q#3#$q#$s#$q#2#$q" [process] Echo,"Adding USB device PnP support files.." If,ExistFile,"%SourceDir%\i386\sp1.cab",Set,%SPCab%,sp1.cab If,ExistFile,"%SourceDir%\i386\sp2.cab",Set,%SPCab%,sp2.cab If,ExistFile,"%SourceDir%\i386\sp3.cab",Set,%SPCab%,sp3.cab // %AddFile%,%TargetSys32%,batt.dll %AddFile%,%TargetSys32%,batmeter.dll %AddFile%,%TargetSys32%,eqnclass.dll %AddFile%,%TargetSys32%,hccoin.dll %AddFile%,%TargetSys32%,hotplug.dll %AddFile%,%TargetSys32%,hdwwiz.cpl %AddFile%,%TargetSys32%,mchgrcoi.dll %AddFile%,%TargetSys32%,netcfgx.dll %AddFile%,%TargetSys32%,sdhcinst.dll %AddFile%,%TargetSys32%,stobject.dll %AddFile%,%TargetSys32%,storage.dll %AddFile%,%TargetSys32%,usbmon.dll %AddFile%,%TargetSys32%,wtsapi32.dll // %AddFile%,%TargetSys32%\drivers,hidclass.sys %AddFile%,%TargetSys32%\drivers,hidparse.sys %AddFile%,%TargetSys32%\drivers,hidusb.sys %AddFile%,%TargetSys32%\drivers,isapnp.sys %AddFile%,%TargetSys32%\drivers,usbd.sys %AddFile%,%TargetSys32%\drivers,usbehci.sys %AddFile%,%TargetSys32%\drivers,usbohci.sys %AddFile%,%TargetSys32%\drivers,usbuhci.sys %AddFile%,%TargetSys32%\drivers,usbport.sys %AddFile%,%TargetSys32%\drivers,usbhub.sys %AddFile%,%TargetSys32%\drivers,usbstor.sys %AddFile%,%TargetSys32%\drivers,usbccgp.sys %ExtractFile%,%SourceDir%\i386\%spCab%,%TargetSys32%,storprop.dll // %AddFile%,%TargetDir%\i386\inf,input.inf %AddFile%,%TargetDir%\i386\inf,usb.inf %AddFile%,%TargetDir%\i386\inf,usbstor.inf If,%pCheckBox2%,Equal,True,Run,%ScriptFile%,1394Files // Echo,"Adding USB device support registry entries.." RegHiveLoad,"WB-setup","%TargetSys32%\setupreg.hiv" RegHiveLoad,"wb-software","%TargetSys32%\config\software" Run,%ScriptFile%,UsbRegSup If,%pCheckBox1%,Equal,True,ShellExecute,Hide,"reg.exe","copy #$qHKLM\SYSTEM\CurrentControlSet\Control\UsbFlags#$q #$qHKLM\WB-setup\ControlSet001\Control\UsbFlags#$q /s /f" If,%pCheckBox2%,Equal,True,Run,%ScriptFile%,1394RegSup RegHiveUnLoad,"wb-software" RegHiveUnLoad,"WB-setup" If,notExistFile,"%TargetSys32%\bartpe.exe",Run,%ScriptFile%,UsbTxtSetup If,ExistFile,"%ScriptLog%",If,ExistFile,"%ProjectInfo%",Run,%ScriptLog%,Process-log Echo,"All done." [UsbRegSup] RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{3934F889-5D77-4540-80B9-EB5C6D297A33}","","DriversEnum Class" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{3934F889-5D77-4540-80B9-EB5C6D297A33}\InprocServer32","","#$pSystemRoot#$p\system32\hotplug.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{3934F889-5D77-4540-80B9-EB5C6D297A33}\InprocServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{3934F889-5D77-4540-80B9-EB5C6D297A33}\ProgID","","Windows.DriversEnum.1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{3934F889-5D77-4540-80B9-EB5C6D297A33}\TypeLib","","{B842074C-8E12-4178-A6D8-7C0D7C87C43E}" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{3934F889-5D77-4540-80B9-EB5C6D297A33}\VersionIndependentProgID","","Windows.DriversEnum" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","","Logical Disk Manager Administrative Service" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","AppID","{4FB6BB00-3347-11d0-B40A-00AA005FF586}" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}\LocalServer32","","dmadmin.exe /com" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}","","DiskManagement.Control" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32","","#$pSystemRoot#$p\System32\dmview.ocx" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus","","0" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus\1","","131473" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ProgID","","DiskManagement.Control" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ToolboxBitmap32","","#$pSystemRoot#$p\System32\dmview.ocx,1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\TypeLib","","{AEB84C80-95DC-11D0-B7FC-B61140119C4A}" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Version","","1.0" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{B62314FC-1215-4AEC-BCCD-AE51609BA291}","","Driver Class" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{B62314FC-1215-4AEC-BCCD-AE51609BA291}\InprocServer32","","#$pSystemRoot#$p\system32\hotplug.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{B62314FC-1215-4AEC-BCCD-AE51609BA291}\InprocServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{B62314FC-1215-4AEC-BCCD-AE51609BA291}\ProgID","","Windows.Driver.1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{B62314FC-1215-4AEC-BCCD-AE51609BA291}\TypeLib","","{B842074C-8E12-4178-A6D8-7C0D7C87C43E}" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{B62314FC-1215-4AEC-BCCD-AE51609BA291}\VersionIndependentProgID","","Windows.Driver" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D1AE835C-9D92-492F-80B4-43356F75038C}","","Drivers Class" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{D1AE835C-9D92-492F-80B4-43356F75038C}\InprocServer32","","#$pSystemRoot#$p\system32\hotplug.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D1AE835C-9D92-492F-80B4-43356F75038C}\InprocServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D1AE835C-9D92-492F-80B4-43356F75038C}\ProgID","","Windows.Drivers.1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D1AE835C-9D92-492F-80B4-43356F75038C}\TypeLib","","{B842074C-8E12-4178-A6D8-7C0D7C87C43E}" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D1AE835C-9D92-492F-80B4-43356F75038C}\VersionIndependentProgID","","Windows.Drivers" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","","Logical Disk Manager Remote Client" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","AppID","{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32","","dmremote.exe" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{6B831E4F-A50D-45FC-842F-16CE27595359}","","Storage Processor Default Confirmation UI" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{6B831E4F-A50D-45FC-842F-16CE27595359}\InProcServer32","","#$pSystemRoot#$p\system32\SHELL32.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{6B831E4F-A50D-45FC-842F-16CE27595359}\InProcServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{6CF8E98C-5DD4-42A2-A948-BFE4CA1DC3EB}","","Storage Processor Object" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{6CF8E98C-5DD4-42A2-A948-BFE4CA1DC3EB}\InProcServer32","","#$pSystemRoot#$p\system32\SHELL32.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{6CF8E98C-5DD4-42A2-A948-BFE4CA1DC3EB}\InProcServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}","","DiskManagement.UITasks" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\InProcServer32","","#$pSystemRoot#$p\System32\dmdlgs.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\InProcServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\ProgID","","DiskManagement.UITasks" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D61A27C6-8F53-11D0-BFA0-00A024151983}","","NtmsSvr Class" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D61A27C6-8F53-11D0-BFA0-00A024151983}","AppID","{D61A27C1-8F53-11D0-BFA0-00A024151983}" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{D61A27C6-8F53-11D0-BFA0-00A024151983}\LocalServer32","","#$pSystemRoot#$p\system32\ntmssvc.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D61A27C6-8F53-11D0-BFA0-00A024151983}\ProgID","","NtmsSvc.NtmsSvr.1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{D61A27C6-8F53-11D0-BFA0-00A024151983}\VersionIndependentProgID","","NtmsSvc.NtmsSvr" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}","","DiskManagement.DataObject" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32","","#$pSystemRoot#$p\System32\dmdskmgr.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\ProgID","","DiskManagement.DataObject" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}","","DiskManagement.Connection" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\InProcServer32","","#$pSystemRoot#$p\System32\dmdskmgr.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\InProcServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\ProgID","","DiskManagement.Connection" RegWrite,HKLM,0x1,"WB-Software\Classes\CLSID\{35CEC8A3-2BE6-11D2-8773-92E220524153}",,"systray" RegWrite,HKLM,0x1,"WB-Software\Classes\CLSID\{35CEC8A3-2BE6-11D2-8773-92E220524153}\InprocServer32",,"stobject.dll" RegWrite,HKLM,0x1,"WB-Software\Classes\CLSID\{35CEC8A3-2BE6-11D2-8773-92E220524153}\InprocServer32","ThreadingModel","Both" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{003E771E-DF5E-40C0-94A2-4109FF9AF445}","","Removable Storage UI Layer" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{003E771E-DF5E-40C0-94A2-4109FF9AF445}","RunAs","Interactive User" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{0057B183-85ED-4751-A3C7-0DA2939A8E98}","","Removable Storage Sink Layer" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","","Logical Disk Manager Administrative Service" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","LocalService","dmadmin" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","ServiceParameters","/com" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","","Logical Disk Manager Remote Client" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","LocalServer32","dmremote.exe" RegWrite,HKLM,0x3,"WB-software\Classes\AppID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","LaunchPermission","01","00","04","80","48","00","00","00","64","00","00","00","00","00","00","00","14","00","00","00","02","00","34","00","02","00","00","00","00","00","14","00","01","00","00","00","01","01","00","00","00","00","00","05","12","00","00","00","00","00","18","00","01","00","00","00","01","02","00","00","00","00","00","05","20","00","00","00","20","02","00","00","01","05","00","00","00","00","00","05","15","00","00","00","A0","5F","84","1F","5E","2E","6B","49","CE","12","03","03","F4","01","00","00","01","05","00","00","00","00","00","05","15","00","00","00","A0","5F","84","1F","5E","2E","6B","49","CE","12","03","03","F4","01","00","00" RegWrite,HKLM,0x3,"WB-software\Classes\AppID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","AccessPermission","01","00","04","80","48","00","00","00","64","00","00","00","00","00","00","00","14","00","00","00","02","00","34","00","02","00","00","00","00","00","14","00","01","00","00","00","01","01","00","00","00","00","00","05","12","00","00","00","00","00","18","00","01","00","00","00","01","02","00","00","00","00","00","05","20","00","00","00","20","02","00","00","01","05","00","00","00","00","00","05","15","00","00","00","A0","5F","84","1F","5E","2E","6B","49","CE","12","03","03","F4","01","00","00","01","05","00","00","00","00","00","05","15","00","00","00","A0","5F","84","1F","5E","2E","6B","49","CE","12","03","03","F4","01","00","00" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{D61A27C1-8F53-11D0-BFA0-00A024151983}","","Removable Storage Manager" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{D61A27C1-8F53-11D0-BFA0-00A024151983}","LocalService","ntmssvc" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{D61A27C1-8F53-11D0-BFA0-00A024151983}","ServiceParameters","-Service" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{D68BD5B2-D6AA-11d0-9EDA-00A02488FCDE}","","Remote Storage Recall Notification Client" RegWrite,HKLM,0x1,"WB-software\Classes\AppID\{D68BD5B2-D6AA-11d0-9EDA-00A02488FCDE}","RunAs","Interactive User" RegWrite,HKLM,0x3,"WB-software\Classes\AppID\{D68BD5B2-D6AA-11d0-9EDA-00A02488FCDE}","LaunchPermission","01","00","00","80","14","00","00","00","20","00","00","00","00","00","00","00","00","00","00","00","01","01","00","00","00","00","00","05","12","00","00","00","01","01","00","00","00","00","00","05","12","00","00","00" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{0022DFD7-0469-49ff-BDD4-192CB402F5C6}","","Removable Storage Sink Class" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{0022DFD7-0469-49ff-BDD4-192CB402F5C6}","AppID","{0057B183-85ED-4751-A3C7-0DA2939A8E98}" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{0022DFD7-0469-49ff-BDD4-192CB402F5C6}\LocalServer32","","#$pSystemRoot#$p\system32\rsmsink.exe" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{0022DFD7-0469-49ff-BDD4-192CB402F5C6}\ProgID","","RsmSink.Notify.1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{0022DFD7-0469-49ff-BDD4-192CB402F5C6}\TypeLib","","{D61A27C0-8F53-11D0-BFA0-00A024151983}" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{0022DFD7-0469-49ff-BDD4-192CB402F5C6}\VersionIndependentProgID","","RsmSink.Notify" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{12518493-00B2-11d2-9FA5-9E3420524153}\InProcServer32","","#$pSystemRoot#$p\system32\SHELL32.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{12518493-00B2-11d2-9FA5-9E3420524153}\InProcServer32","ThreadingModel","Apartment" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{243E20B0-48ED-11D2-97DA-00A024D77700}","","NtmsMgr Class" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{243E20B0-48ED-11D2-97DA-00A024D77700}\InprocServer32","","#$pSystemRoot#$p\system32\ntmsmgr.dll" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{243E20B0-48ED-11D2-97DA-00A024D77700}\InprocServer32","ThreadingModel","both" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{243E20B0-48ED-11D2-97DA-00A024D77700}\ProgID","","NtmsMgr.NtmsMgrExt.1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{243E20B0-48ED-11D2-97DA-00A024D77700}\VersionIndependentProgID","","NtmsMgr.NtmsMgrExt" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}","","Removable Storage UI Class" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}","AppID","{003E771E-DF5E-40C0-94A2-4109FF9AF445}" RegWrite,HKLM,0x2,"WB-software\Classes\CLSID\{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}\LocalServer32","","#$pSystemRoot#$p\system32\rsmui.exe" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}\ProgID","","RsmUI.Messenger.1" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}\TypeLib","","{D61A27C0-8F53-11D0-BFA0-00A024151983}" RegWrite,HKLM,0x1,"WB-software\Classes\CLSID\{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}\VersionIndependentProgID","","RsmUI.Messenger" RegWrite,HKLM,0x1,"WB-software\Classes\DiskManagement.Connection","","DiskManagement.Connection" RegWrite,HKLM,0x1,"WB-software\Classes\DiskManagement.Connection\CLSID","","{FD78D554-4C6E-11D0-970D-00A0C9191601}" RegWrite,HKLM,0x1,"WB-software\Classes\DiskManagement.Control","","DiskManagement.Control" RegWrite,HKLM,0x1,"WB-software\Classes\DiskManagement.Control\CLSID","","{AEB84C83-95DC-11D0-B7FC-B61140119C4A}" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{08B6A002-8A41-4282-AE6C-7BE38158640C}","","IDriver" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{08B6A002-8A41-4282-AE6C-7BE38158640C}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{08B6A002-8A41-4282-AE6C-7BE38158640C}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{08B6A002-8A41-4282-AE6C-7BE38158640C}\TypeLib","","{B842074C-8E12-4178-A6D8-7C0D7C87C43E}" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{08B6A002-8A41-4282-AE6C-7BE38158640C}\TypeLib","Version","1.0" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{5FD0C0B2-0C30-43B2-A95B-2D7894ACD1C1}","","IDrivers" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{5FD0C0B2-0C30-43B2-A95B-2D7894ACD1C1}\ProxyStubClsid","","{00020424-0000-0000-C000-000000000046}" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{5FD0C0B2-0C30-43B2-A95B-2D7894ACD1C1}\ProxyStubClsid32","","{00020424-0000-0000-C000-000000000046}" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{5FD0C0B2-0C30-43B2-A95B-2D7894ACD1C1}\TypeLib","","{B842074C-8E12-4178-A6D8-7C0D7C87C43E}" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{5FD0C0B2-0C30-43B2-A95B-2D7894ACD1C1}\TypeLib","Version","1.0" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{EE93D145-9B4E-480C-8385-1E8119A6F7B2}","","IHardwareDevicesMountPointsEnum" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{EE93D145-9B4E-480C-8385-1E8119A6F7B2}\NumMethods","","4" RegWrite,HKLM,0x1,"WB-software\Classes\Interface\{EE93D145-9B4E-480C-8385-1E8119A6F7B2}\ProxyStubClsid32","","{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgr","","NtmsMgr Class" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgr\CLSID","","{3CB6973D-3E6F-11D0-95DB-00A024D77700}" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgr.1","","NtmsMgr Class" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgr.1\CLSID","","{3CB6973D-3E6F-11D0-95DB-00A024D77700}" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgrExt","","NtmsMgr Class" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgrExt\CLSID","","{243E20B0-48ED-11D2-97DA-00A024D77700}" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgrExt.1","","NtmsMgr Class" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsMgr.NtmsMgrExt.1\CLSID","","{243E20B0-48ED-11D2-97DA-00A024D77700}" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsSvc.NtmsSvr","","NtmsSvr Class" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsSvc.NtmsSvr\CLSID","","{D61A27C6-8F53-11D0-BFA0-00A024151983}" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsSvc.NtmsSvr.1","","NtmsSvr Class" RegWrite,HKLM,0x1,"WB-software\Classes\NtmsSvc.NtmsSvr.1\CLSID","","{D61A27C6-8F53-11D0-BFA0-00A024151983}" RegWrite,HKLM,0x1,"WB-software\Classes\RsmSink.Notify","","Removable Storage Sink Class" RegWrite,HKLM,0x1,"WB-software\Classes\RsmSink.Notify\CLSID","","{0022DFD7-0469-49ff-BDD4-192CB402F5C6}" RegWrite,HKLM,0x1,"WB-software\Classes\RsmSink.Notify\CurVer","","RsmSink.Notify.1" RegWrite,HKLM,0x1,"WB-software\Classes\RsmSink.Notify.1","","Removable Storage Sink Class" RegWrite,HKLM,0x1,"WB-software\Classes\RsmSink.Notify.1\CLSID","","{0022DFD7-0469-49ff-BDD4-192CB402F5C6}" RegWrite,HKLM,0x1,"WB-software\Classes\RsmUI.Messenger","","Removable Storage UI Class" RegWrite,HKLM,0x1,"WB-software\Classes\RsmUI.Messenger\CLSID","","{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}" RegWrite,HKLM,0x1,"WB-software\Classes\RsmUI.Messenger\CurVer","","RsmUI.Messenger.1" RegWrite,HKLM,0x1,"WB-software\Classes\RsmUI.Messenger.1","","Removable Storage UI Class" RegWrite,HKLM,0x1,"WB-software\Classes\RsmUI.Messenger.1\CLSID","","{2749C5CC-7E2C-4E08-8AB5-FBC064F3DD05}" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.Driver","","Driver Class" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.Driver\CLSID","","{B62314FC-1215-4AEC-BCCD-AE51609BA291}" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.Driver\CurVer","","Windows.Driver.1" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.Driver.1","","Driver Class" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.Driver.1\CLSID","","{B62314FC-1215-4AEC-BCCD-AE51609BA291}" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.DriversEnum","","DriversEnum Class" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.DriversEnum\CLSID","","{3934F889-5D77-4540-80B9-EB5C6D297A33}" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.DriversEnum\CurVer","","Windows.DriversEnum.1" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.DriversEnum.1","","DriversEnum Class" RegWrite,HKLM,0x1,"WB-software\Classes\Windows.DriversEnum.1\CLSID","","{3934F889-5D77-4540-80B9-EB5C6D297A33}" RegWrite,HKLM,0x1,"WB-Software\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad","SysTray","{35CEC8A3-2BE6-11D2-8773-92E220524153}" //Standard PerHwIdStorage RegWrite,HKLM,0x3,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage","LastUpdateTime","10","6a","dd","57","a1","ef","c7","01" RegWrite,HKLM,0x7,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\AVC#CAMCORDER","Icons","#$pSystemRoot#$p\system32\shell32.dll,-317" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\AVC#CAMCORDER","Label","Digital Video Camera" RegWrite,HKLM,0x7,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\AVC#TYP_4","Icons","#$pSystemRoot#$p\system32\shell32.dll,-317" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\AVC#TYP_4","Label","Digital Video Camera" RegWrite,HKLM,0x7,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\GenOptical","Icons","#$pSystemRoot#$p\system32\shell32.dll,-301" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\GenOptical","Label","Optical Drive" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\IDE#DiskMEMORYSTICK_____________________________SONY1.00","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\IDE#DiskMEMORYSTICK_____________________________SONY1.00","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\LPTENUM#IMGVP0266B","DeviceGroup","ZipDrive100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\LPTENUM#IMGVP0266B","Label","Iomega Zip 100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\LPTENUM#IMGVP1E6AA","DeviceGroup","ZipDrive100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\LPTENUM#IMGVP1E6AA","Label","Iomega Zip 100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCI#VEN_104D&DEV_808A","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCI#VEN_104D&DEV_808A","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#Centennial_Technologies__Inc.-SR01M-15-11191-D135","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#FUJITSU-MEMORYSTICK(__8M)-5691","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#FUJITSU-MEMORYSTICK(__8M)-5691","Label","Fujitsu MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#Hitachi_Maxell_Ltd.-ML-1MTB#4-858C","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-09D6","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-10C8","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-1176","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-26CD","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-2845","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-329E","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-3971","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-45C2","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-61F3","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-6DD4","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-75FA","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-85C3","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-A2E4","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-A421","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-ADD5","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-B76D","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-C4FD","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-D0C9","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-ECFE","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#M-Systems-M-SYS_Flash_Memory_Card-F29F","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x7,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#MTD-0000","Icons","#$pSystemRoot#$p\system32\shell32.dll,-306" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#MTD-0000","Label","PCMCIA Card" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#PC_CARD_MANUFACTURER-PCMCIA_ATA/ATAPI_ADAPTER-4629","DeviceGroup","ClikDrive" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#PC_CARD_MANUFACTURER-PCMCIA_ATA/ATAPI_ADAPTER-4629","Label","Iomega Clik!" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SEIKO_EPSON-WWB101EN20-357A","DeviceGroup","PCMCIAStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(128M)-5BFC","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(128M)-5BFC","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(_16M)-D04D","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(_16M)-D04D","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(_32M)-1766","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(_32M)-1766","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(_64M)-8C2C","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(_64M)-8C2C","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(__4M)-E637","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(__4M)-E637","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(__8M)-9EB3","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\PCMCIA#SONY-MEMORYSTICK(__8M)-9EB3","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SCSI#RICOH___IS420___________1","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SCSI#RICOH___IS430___________1","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SCSI#RICOH___IS450___________1","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0409&PID_002C","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0409&PID_002C","Label","Iomega HipZip" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0100","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0110","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0111","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0112","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0120","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0121","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0130","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0140","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_040A&PID_0200","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","Label","Creative Nomad IIc Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_1002","DeviceHandlers","CreativeNomadIIcHandler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_4004","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_4004","Label","Creative Nomad II MG Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_041E&PID_4004","DeviceHandlers","CreativeNomadIIMGHandler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5001","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5001","Label","Rio 600 Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5001","DeviceHandlers","Rio600Handler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5002","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5002","Label","Rio 800 Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5002","DeviceHandlers","Rio800Handler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5003","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5003","Label","Nike psaplay Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5003","DeviceHandlers","NikepsaplayHandler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5081","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5081","Label","Rio One Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_045A&PID_5081","DeviceHandlers","RioOneHandler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0222","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0222","Label","Creative Nomad Jukebox Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0222","DeviceHandlers","CreativeNomadJukeboxHandler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0302&MI_00","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0303&MI_00","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0307&MI_00","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0471&PID_0308&MI_00","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","Label","Compaq PA Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","DeviceHandlers","CompaqPA1Handler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_049F&PID_0018","AutoplayOnSpecialInterface","{A5DCBF10-6530-11D2-901F-00C04FB951ED}" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0010","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0010","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0025","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0025","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_002d","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_002d","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_002E","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_002E","Label","Sony MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0032","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0032","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0037","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0037","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0046","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0046","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_004a","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_004a","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0056","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0056","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0058","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0058","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0069","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_0069","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_006d","DeviceGroup","MemoryStick" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_054C&PID_006d","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0001","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0002","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0003","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0004","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0005","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0006","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0007","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0008","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_0009","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_000a","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_000b","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_000c","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_000d","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_000e","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0585&PID_000f","DeviceGroup","Camera" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0001","DeviceGroup","ZipDrive100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0001","Label","Iomega Zip 100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0030","DeviceGroup","ZipDrive250" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0030","Label","Iomega Zip 250" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059b&PID_0031","DeviceGroup","ZipDrive100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059b&PID_0031","Label","Iomega Zip 100" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0061","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0061","Label","Rave mp2300 Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_0061","DeviceHandlers","Ravemp2300Handler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_006D","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_006D","Label","Iomega HipZip Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_059B&PID_006D","DeviceHandlers","IomegaHipZipHandler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_05B4&PID_6002","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_05B4&PID_6002","Label","Digisette Duo-64 Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_05B4&PID_6002","DeviceHandlers","DigisetteDuo64Handler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0693&PID_0002","DeviceGroup","SMStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0693&PID_0003","DeviceGroup","CFStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0693&PID_0005","DeviceGroup","CFStorage" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0693&PID_0005","Label","Dual Slot Reader/Writer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0001","DeviceGroup","ImageMate" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0001","Label","SanDisk ImageMate" RegWrite,HKLM,0x7,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0001","Icons","#$pSystemRoot#$p\system32\shell32.dll,-303" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0002","DeviceGroup","ImageMate" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0002","Label","SanDisk ImageMate" RegWrite,HKLM,0x7,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0002","Icons","#$pSystemRoot#$p\system32\shell32.dll,-308" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0002&MI_00","DeviceGroup","ImageMate" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0002&MI_00","Label","SanDisk ImageMate" RegWrite,HKLM,0x7,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0002&MI_00","Icons","#$pSystemRoot#$p\system32\shell32.dll,-303" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0005","DeviceGroup","ImageMate" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0005","Label","SanDisk ImageMate" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0200","DeviceGroup","ImageMate" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_0781&PID_0200","Label","SanDisk ImageMate" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_08BB&PID_2702&MI_00","DeviceGroup","MemoryStick-MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_08BB&PID_2702&MI_00","Label","Sony MemoryStick - MG" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_090A&PID_1042","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_090A&PID_1042","Label","D-Link DMP-110 Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_090A&PID_1042","DeviceHandlers","DLinkDMP110Handler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_0100","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_0100","Label","Intel 3000 Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_0100","DeviceHandlers","Intel3000Handler" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_1101","DeviceGroup","PortableAudioPlayer" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_1101","Label","Intel Pocket Concert Player" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\USB#VID_8086&PID_1101","DeviceHandlers","IntelPocketConcertHandler" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{25DBCE51-6C8F-4A72-8A6D-B54C2B4FC835}","Class","WCEUSBS" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{25DBCE51-6C8F-4A72-8A6D-B54C2B4FC835}","","Windows CE USB Devices" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{25DBCE51-6C8F-4A72-8A6D-B54C2B4FC835}","NoInstallClass","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{25DBCE51-6C8F-4A72-8A6D-B54C2B4FC835}","SilentInstall","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{25DBCE51-6C8F-4A72-8A6D-B54C2B4FC835}","Icon","-20" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}","Class","USB" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}","","Universal Serial Bus controllers" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}","Icon","-20" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}","NoInstallClass","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}","TroubleShooter-0","hcp://help/tshoot/tsUSB.htm" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}","Class","LegacyDriver" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}","","Non-Plug and Play Drivers" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}","NoDisplayClass","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}","SilentInstall","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}","NoInstallClass","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}","EnumPropPages32","SysSetup.Dll,LegacyDriverPropPageProvider" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}","Icon","-19" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E965-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,StorageCoInstaller","SysSetup.Dll,CriticalDeviceCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E967-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,StorageCoInstaller","SysSetup.Dll,CriticalDeviceCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E96A-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,CriticalDeviceCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E96B-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,CriticalDeviceCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E96F-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,CriticalDeviceCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E97B-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,CriticalDeviceCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E97D-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,CriticalDeviceCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E980-E325-11CE-BFC1-08002BE10318}","SysSetup.Dll,StorageCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{6D807884-7D21-11CF-801C-08002BE10318}","SysSetup.Dll,StorageCoInstaller","WmiProp.dll,WmiPropCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{4D36E96D-E325-11CE-BFC1-08002BE10318}","NetCfgx.dll,ModemClassCoInstaller","setup\FxsOcm.dll,FaxModemCoClassInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{72631e54-78a4-11d0-bcf7-00aa00b7b32a}","Batt.dll,BatteryClassCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{CE5939AE-EBDE-11d0-B181-0000F8753EC4}","mchgrcoi.dll,MchgrClassCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{50906CB8-BA12-11D1-BF5D-0000F805F530}","eqnclass.dll,CoInstallClass","spxcoins.dll,SpxClassCoInstaller","dgsetup.dll,DigiMultiPortCoInstaller","dgrpsetu.dll,DigiMultiPortCoInstaller" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Control\CoDeviceInstallers","{a0a588a4-c46f-4b37-b7ea-c82fe89870c6}","sdhcinst.dll,SdClassCoInstaller" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\CriticalDeviceDatabase\gendisk","Service","disk" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\CriticalDeviceDatabase\gendisk","ClassGUID","{4D36E967-E325-11CE-BFC1-08002BE10318}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\CriticalDeviceDatabase\root#swenum","Service","swenum" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\CriticalDeviceDatabase\root#swenum","ClassGUID","{4D36E97D-E325-11CE-BFC1-08002BE10318}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\CriticalDeviceDatabase\root#swenum","Service","swenum" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\CriticalDeviceDatabase\root#swenum","ClassGUID","{4D36E97D-E325-11CE-BFC1-08002BE10318}" //preinstall generic usb devices RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}","DeviceInstance","USBSTOR\Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111\SN000PQI009_&0" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\#","SymbolicLink","\\?\USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&1#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}","DeviceInstance","USBSTOR\Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111\SN000PQI009_&1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&1#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\#","SymbolicLink","\\?\USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&1#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&2#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}","DeviceInstance","USBSTOR\Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111\SN000PQI009_&2" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&2#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\#","SymbolicLink","\\?\USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&2#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&3#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}","DeviceInstance","USBSTOR\Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111\SN000PQI009_&3" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\##?#USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&3#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}\#","SymbolicLink","\\?\USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_0111#SN000PQI009_&3#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{a5dcbf10-6530-11d2-901f-00c04fb951ed}\##?#USB#Vid_04a9&Pid_2217#5&135adc77&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed}","DeviceInstance","USB\Vid_04a9&Pid_2217\5&135adc77&0&1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{a5dcbf10-6530-11d2-901f-00c04fb951ed}\##?#USB#Vid_04a9&Pid_2217#5&135adc77&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed}\#","SymbolicLink","\\?\USB#Vid_04a9&Pid_2217#5&135adc77&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{a5dcbf10-6530-11d2-901f-00c04fb951ed}\##?#USB#Vid_0ea0&Pid_6803#688856163E504BF7#{a5dcbf10-6530-11d2-901f-00c04fb951ed}","DeviceInstance","USB\Vid_0ea0&Pid_6803\688856163E504BF7" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{a5dcbf10-6530-11d2-901f-00c04fb951ed}\##?#USB#Vid_0ea0&Pid_6803#688856163E504BF7#{a5dcbf10-6530-11d2-901f-00c04fb951ed}\#","SymbolicLink","\\?\USB#Vid_0ea0&Pid_6803#688856163E504BF7#{a5dcbf10-6530-11d2-901f-00c04fb951ed}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{a5dcbf10-6530-11d2-901f-00c04fb951ed}\##?#USB#Vid_3538&Pid_0009#SN000PQI009_#{a5dcbf10-6530-11d2-901f-00c04fb951ed}","DeviceInstance","USB\Vid_3538&Pid_0009\SN000PQI009_" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{a5dcbf10-6530-11d2-901f-00c04fb951ed}\##?#USB#Vid_3538&Pid_0009#SN000PQI009_#{a5dcbf10-6530-11d2-901f-00c04fb951ed}\#","SymbolicLink","\\?\USB#Vid_3538&Pid_0009#SN000PQI009_#{a5dcbf10-6530-11d2-901f-00c04fb951ed}" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&300a04a&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}","DeviceInstance","USB\ROOT_HUB\4&300a04a&0" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&300a04a&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\#","SymbolicLink","\\?\USB#ROOT_HUB#4&300a04a&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&300a04a&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\#\Control","Linked","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&300a04a&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\Control","ReferenceCount","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&377550fc&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}","DeviceInstance","USB\ROOT_HUB\4&377550fc&0" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&377550fc&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\#","SymbolicLink","\\?\USB#ROOT_HUB#4&377550fc&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&377550fc&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\#\Control","Linked","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB#4&377550fc&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\Control","ReferenceCount","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB20#4&34bfb92e&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}","DeviceInstance","USB\ROOT_HUB20\4&34bfb92e&0" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB20#4&34bfb92e&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\#","SymbolicLink","\\?\USB#ROOT_HUB20#4&34bfb92e&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB20#4&34bfb92e&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\#\Control","Linked","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Control\DeviceClasses\{f18a0e88-c30c-11d0-8815-00a0c906bed8}\##?#USB#ROOT_HUB20#4&34bfb92e&0#{f18a0e88-c30c-11d0-8815-00a0c906bed8}\Control","ReferenceCount","1" // RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}","Class","Image" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}","","Imaging devices" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}","Installer32","sti_ci.dll,ClassInstall" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}","TroubleShooter-0","hcp://help/tshoot/tsInputDev.htm" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}","Icon","0" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Print\Monitors\USB Monitor","Driver","usbmon.dll" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\SafeBoot\Minimal\PlugPlay","","Service" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\SafeBoot\Minimal\{71A27CDD-812A-11D0-BEC7-08002BE2092F}","","Volume" //Non Localized UsbFlags RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags","IgnoreHWSerNum04710302","01" RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags","GlobalDisableSerNumGen","01" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\UsbFlags","GenericUSBDeviceString","USB Device" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\UsbFlags","GenericCompositeUSBDeviceString","Composite USB Device" //Common UsbFlags RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags\04a922170301","osvc","00","00" RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags\04a922170305","osvc","00","00" RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags\046dc5103410","osvc","00","00" RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags\0ea068030100","osvc","00","00" RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags\353800090111","osvc","00","00" RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags\011701170100","osvc","00","00" RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Control\UsbFlags\0d7d14200002","osvc","00","00" // RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\Disk","DependOnGroup","SCSI miniport" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Disk","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\Disk","Group","SCSI Class" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Disk","Start","0" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Disk","Type","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\Disk","DisplayName","Disk Driver" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Disk","ImagePath","system32\DRIVERS\disk.sys" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\Disk","AutoRunAlwaysDisable","Brother RemovableDisk(U)" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Disk\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Disk\Enum","NextInstance","1" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\dmadmin","DependOnService","RpcSs","PlugPlay","DmServer" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmadmin","Type","32" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmadmin","Start","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmadmin","ErrorControl","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\dmadmin","ImagePath","#$pSystemRoot#$p\System32\dmadmin.exe /com" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmadmin","DisplayName","Logical Disk Manager Administrative Service" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmadmin","ObjectName","LocalSystem" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmadmin","Description","Configures hard disk drives and volumes. The service only runs for configuration processes and then stops." RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmboot","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmboot","Start","4" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmboot","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmboot","Group","Filter" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\dmboot","ImagePath","System32\drivers\dmboot.sys" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmboot","VolumeRecoveryNeeded","0" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmio","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmio","Start","0" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmio","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmio","Group","System Bus Extender" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\dmio","ImagePath","System32\drivers\dmio.sys" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmio","DisplayName","Logical Disk Manager Driver" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmio\Enum","0","Root\dmio\0000" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmio\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmio\Enum","NextInstance","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmload","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmload","Start","0" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmload","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmload","Group","System Bus Extender" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\dmload","ImagePath","System32\drivers\dmload.sys" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmload\Enum","0","Root\LEGACY_DMLOAD\0000" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmload\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmload\Enum","NextInstance","1" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\dmserver","DependOnService","RpcSs","PlugPlay" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmserver","Type","32" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmserver","Start","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmserver","ErrorControl","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\dmserver","ImagePath","#$pSystemRoot#$p\System32\svchost.exe -k netsvcs" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmserver","DisplayName","Logical Disk Manager" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmserver","ObjectName","LocalSystem" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmserver","Description","Detects and monitors new hard disk drives and sends disk volume information to Logical Disk Manager Administrative Service for configuration. If this service is stopped, dynamic disk status and configuration information may become out of date. If this service is disabled, any services that explicitly depend on it will fail to start." RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\dmserver\Parameters","ServiceDll","#$pSystemRoot#$p\System32\dmserver.dll" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\dmserver\Enum","0","Root\LEGACY_DMSERVER\0000" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmserver\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\dmserver\Enum","NextInstance","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\dmboot","EventMessageFile","#$pSystemRoot#$p\System32\Drivers\dmboot.sys" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\dmboot","TypesSupported","7" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\dmio","EventMessageFile","#$pSystemRoot#$p\System32\IoLogMsg.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\dmio","TypesSupported","7" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\eventlog","EventMessageFile","#$pSystemRoot#$p\System32\netevent.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\eventlog","TypesSupported","7" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\fastfat","EventMessageFile","#$pSystemRoot#$p\System32\IoLogMsg.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\fastfat","TypesSupported","7" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\ntfs","EventMessageFile","#$pSystemRoot#$p\System32\IoLogMsg.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\ntfs","TypesSupported","7" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\partmgr","EventMessageFile","#$pSystemRoot#$p\System32\IoLogMsg.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\partmgr","TypesSupported","7" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\PlugPlayManager","EventMessageFile","#$pSystemRoot#$p\System32\umpnpmgr.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\PlugPlayManager","TypesSupported","7" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\Removable Storage Service","EventMessageFile","#$pSystemRoot#$p\System32\NTMSEVT.DLL" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\Removable Storage Service","TypesSupported","7" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp","ErrorControl","3" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\isapnp","Group","Boot Bus Extender" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp","Start","0" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp","HasBootConfig","0" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\isapnp","DisplayName","PnP ISA/EISA Bus Driver" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\isapnp","ImagePath","system32\DRIVERS\isapnp.sys" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP1502","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP1505","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP1510","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP1512","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP1515","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP1520","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP1522","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP3015","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP3215","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP6360","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","ADP6370","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR0014","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR1001","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR1002","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR1003","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR1004","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6001","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6002","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6003","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6004","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6005","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6006","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6007","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6008","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6009","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR600A","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR600B","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR600C","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR600D","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR600E","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR600F","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6010","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6011","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6012","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6101","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR6020","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR0041","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR002C","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","AZT4029","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","AZT4023","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","USR0040","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","HAY8601","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX2400","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX0900","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX1B00","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX1700","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX0700","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX0F00","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX0800","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX1000","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX3F00","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","EQX1200","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\isapnp\Parameters","IBM0001","16" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\PlugPlay","Description","Enables a computer to recognize and adapt to hardware changes with little or no user input. Stopping or disabling this service will result in system instability." RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\PlugPlay","DisplayName","Plug and Play" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\PlugPlay","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\PlugPlay","Group","PlugPlay" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\PlugPlay","ImagePath","#$pSystemRoot#$p\System32\services.exe" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\PlugPlay","ObjectName","LocalSystem" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\PlugPlay","PlugPlayServiceType","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\PlugPlay","Start","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\PlugPlay","Type","32" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ShellHWDetection","Type","32" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ShellHWDetection","Start","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ShellHWDetection","ErrorControl","0" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\ShellHWDetection","ImagePath","#$pSystemRoot#$p\System32\svchost.exe -k netsvcs" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ShellHWDetection","DisplayName","Shell Hardware Detection" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ShellHWDetection","Group","ShellSvcGroup" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\ShellHWDetection","DependOnService","RpcSs" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\ShellHWDetection","DependOnGroup" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ShellHWDetection","ObjectName","LocalSystem" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ShellHWDetection","Description","Provides notifications for AutoPlay hardware events." RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\ShellHWDetection\Parameters","ServiceDll","#$pSystemRoot#$p\System32\shsvcs.dll" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ShellHWDetection\Parameters","ServiceMain","HardwareDetectionServiceMain" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ShellHWDetection\Enum","0","Root\LEGACY_SHELLHWDETECTION\0000" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ShellHWDetection\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ShellHWDetection\Enum","NextInstance","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\upnphost","Type","32" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\upnphost","Start","4" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\upnphost","ErrorControl","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\upnphost","ImagePath","#$pSystemRoot#$p\system32\svchost.exe -k LocalService" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\upnphost","DisplayName","Universal Plug and Play Device Host" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\upnphost","DependOnService","SSDPSRV","HTTP" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\upnphost","DependOnGroup" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\upnphost","ObjectName","NT AUTHORITY\LocalService" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\upnphost","Description","Provides support to host Universal Plug and Play devices." RegWrite,HKLM,0x3,"WB-setup\ControlSet001\Services\upnphost","FailureActions","ff","ff","ff","ff","00","00","00","00","00","00","00","00","01","00","00","00","08","00","03","00","01","00","00","00","00","00","00","00" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\upnphost\Parameters","ServiceDll","#$pSystemRoot#$p\System32\upnphost.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbehci","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbehci","Start","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbehci","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbehci","DisplayName","Microsoft USB 2.0 Enhanced Host Controller Miniport Driver" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\usbehci","ImagePath","system32\DRIVERS\usbehci.sys" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbehci","Group","Base" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbehci\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbehci\Enum","NextInstance","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbhub","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbhub","Start","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbhub","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbhub","DisplayName","USB2 Enabled Hub" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\usbhub","ImagePath","system32\DRIVERS\usbhub.sys" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbhub","Group","Base" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbhub\Enum","0","USB\ROOT_HUB\4&377550fc&0" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbhub\Enum","Count","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbhub\Enum","NextInstance","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbohci","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbohci","Start","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbohci","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbohci","DisplayName","Microsoft USB Open Host Controller Miniport Driver" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\usbohci","ImagePath","system32\DRIVERS\usbohci.sys" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbohci","Group","Base" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbohci\Enum","0","PCI\VEN_10DE&DEV_0067&SUBSYS_1C06147B&REV_A4\3&13c0b0c5&0&10" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbohci\Enum","Count","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbohci\Enum","NextInstance","2" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbscan","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbscan","Start","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\usbscan","ErrorControl","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\usbscan","ImagePath","system32\DRIVERS\usbscan.sys" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbscan","DisplayName","USB Scanner Driver" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\usbscan","Group","Base" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\USBSTOR","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\USBSTOR","Start","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\USBSTOR","ErrorControl","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\USBSTOR","ImagePath","system32\DRIVERS\USBSTOR.SYS" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\USBSTOR","DisplayName","USB Mass Storage Driver" [1394Files] Echo,"Adding 1394 support files.." %AddFile%,%TargetSys32%\drivers,1394bus.sys if,existfile,"%TargetSys32%\1394vdbg.sy_",%AddFile%,%TargetSys32%\drivers,1394vdbg.sys %AddFile%,%TargetSys32%\drivers,ohci1394.sys %ExtractFile%,%SourceDir%\i386\driver.cab,%TargetSys32%\drivers,arp1394.sys %ExtractFile%,%SourceDir%\i386\driver.cab,%TargetSys32%\drivers,enum1394.sys // %AddFile%,%TargetDir%\i386\inf,1394.inf if,existfile,"%TargetSys32%\1394vdbg.in_",%AddFile%,%TargetDir%\i386\inf,1394vdbg.inf %AddFile%,%TargetDir%\i386\inf,enum1394.inf %AddFile%,%TargetDir%\i386\inf,net1394.inf [1394RegSup] Echo,"Adding 1394 registry entries.." RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SBP2#IOMEGA_CORPORATION&ZIP1394A&LUN0","DeviceGroup","ZipDrive250" RegWrite,HKLM,0x1,"WB-software\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SBP2#IOMEGA_CORPORATION&ZIP1394A&LUN0","Label","Iomega Zip 250" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{4658EE7E-F050-11D1-B6BD-00C04FA372A7}","Class","PnpPrinters" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{4658EE7E-F050-11D1-B6BD-00C04FA372A7}","","IEEE 1394 and SCSI printers" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{4658EE7E-F050-11D1-B6BD-00C04FA372A7}","NoInstallClass","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{4658EE7E-F050-11D1-B6BD-00C04FA372A7}","Icon","-21" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{D48179BE-EC20-11D1-B6B8-00C04FA372A7}","Class","SBP2" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{D48179BE-EC20-11D1-B6B8-00C04FA372A7}","","SBP2 IEEE 1394 Devices" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{D48179BE-EC20-11D1-B6B8-00C04FA372A7}","Icon","-21" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{D48179BE-EC20-11D1-B6B8-00C04FA372A7}","NoInstallClass","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{66F250D6-7801-4A64-B139-EEA80A450B24}","Class","1394Debug" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{66F250D6-7801-4A64-B139-EEA80A450B24}","","1394 Debugger Device" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{66F250D6-7801-4A64-B139-EEA80A450B24}","Icon","-21" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Control\Class\{66F250D6-7801-4A64-B139-EEA80A450B24}","NoInstallClass","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Arp1394","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Arp1394","Start","3" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Arp1394","ErrorControl","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Arp1394","ImagePath","system32\DRIVERS\arp1394.sys" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\Arp1394","DisplayName","1394 ARP Client Protocol" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\Arp1394","Group","NDIS" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\Arp1394","DependOnService","Tcpip" RegWrite,HKLM,0x7,"WB-setup\ControlSet001\Services\Arp1394","DependOnGroup" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\Arp1394","Description","1394 ARP Client Protocol" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\Arp1394\Enum","0","Root\LEGACY_ARP1394\0000" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Arp1394\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Arp1394\Enum","NextInstance","1" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\Eventlog\System\NIC1394","EventMessageFile","#$pSystemRoot#$p\System32\netevent.dll" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\Eventlog\System\NIC1394","TypesSupported","7" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ohci1394","Type","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ohci1394","Start","0" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ohci1394","Group","Boot Bus Extender" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ohci1394","ErrorControl","1" RegWrite,HKLM,0x1,"WB-setup\ControlSet001\Services\ohci1394","DisplayName","OHCI Compliant IEEE 1394 Host Controller" RegWrite,HKLM,0x2,"WB-setup\ControlSet001\Services\ohci1394","ImagePath","system32\DRIVERS\ohci1394.sys" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ohci1394\Enum","Count","1" RegWrite,HKLM,0x4,"WB-setup\ControlSet001\Services\ohci1394\Enum","NextInstance","1" [UsbTxtSetup] Echo,"Adding USB device PnP support txtsetup entries.." IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","SourceDisksFiles","hidusb.sys=1,,,,,,4_,4,1,3,,1,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","files.hidusb" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.hidusb","hidusb.sys,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","files.kbdhid" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.kbdhid","kbdhid.sys,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","files.usbohci" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbohci","hid.dll,2" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbohci","hidclass.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbohci","hidparse.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbohci","usbd.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbohci","usbport.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbohci","usbohci.sys,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","files.usbehci" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbehci","hid.dll,2" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbehci","hccoin.dll,2" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbehci","hidclass.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbehci","hidparse.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbehci","usbd.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbehci","usbport.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbehci","usbehci.sys,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","files.usbuhci" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbuhci","hid.dll,2" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbuhci","hidclass.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbuhci","hidparse.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbuhci","usbd.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbuhci","usbport.sys,4" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbuhci","usbuhci.sys,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","files.usbhub" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbhub","usbhub.sys,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","files.usbstor" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","files.usbstor","usbstor.sys,4" IniAddSection,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport","usbhub=#$qGeneric USB Hub Driver#$q,files.usbhub,usbhub" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport","usbehci=#$qEnhanced Host Controller#$q,files.usbehci,usbehci" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport","usbohci=#$qOpen Host Controller#$q,files.usbohci,usbohci" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport","usbuhci=#$qUniversal Host Controller#$q,files.usbuhci,usbuhci" IniAddSection,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load","hidusb=hidusb.sys" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load","usbccgp=usbccgp.sys" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load","usbhub=usbhub.sys" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load","usbehci=usbehci.sys" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load","usbohci=usbohci.sys" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load","usbuhci=usbuhci.sys" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","InputDevicesSupport.Load","usbstor=usbstor.sys" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","PCI\CC_0C0320=#$qusbehci#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","PCI\CC_0C0310=#$qusbohci#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","PCI\CC_0C0300=#$qusbuhci#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\ROOT_HUB=#$qusbhub#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\ROOT_HUB20=#$qusbhub#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\CLASS_09&SUBCLASS_01=#$qusbhub#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\CLASS_09=#$qusbhub#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_03EE&PID_0000=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_03EE&PID_6901=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_03F0&PID_0107=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_04B3&PID_4427=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_04DA&PID_0B01=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_04E6&PID_0001=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_054C&PID_0023=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_057B&PID_0000=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_059F&PID_A601=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_059F&PID_A602=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_0644&PID_0000=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_0644&PID_1000=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\VID_55AA&PID_1234=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\Class_08&SubClass_02&Prot_50=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\Class_08&SubClass_05&Prot_50=#$qusbstor#$q" IniWriteTextLine,"%TargetDir%\i386\txtsetup.sif","HardwareIdsDatabase","USB\Class_08&SubClass_06&Prot_50=#$qusbstor#$q" [AuthorEncoded] tinyusb.gif=2Kb,3Kb Logo=tinyusb.gif [EncodedFile-AuthorEncoded-tinyusb.gif] lines=0 0=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 [Interface] pCheckBox1="Add local system USB device 'flags'",1,3,55,27,219,18,True pCheckBox2="Add 1394 (firewire) device support",1,3,55,52,199,18,True pBevel1=pBevel1,1,12,10,10,295,77 pBevel2=pBevel2,1,12,10,10,294,76