Ga naar inhoud

Jerome.

Lid
  • Items

    33
  • Registratiedatum

  • Laatst bezocht

Alles dat geplaatst werd door Jerome.

  1. Bedankt hier ga ik zeker wat aan hebben !
  2. Hallo, ik heb voor informatica een site moeten bouwen met een .css bestand erbij, maar ik heb DreamWeaver gebruikt en nu worden er vragen gesteld over mijn code. Kunnen jullie misschien zeggen waar de verschillende onderdelen in de code voor staan? Als dit zou kunnen echt onwijs bedankt. @charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background-color: #333333; margin: 0; padding: 0; color: #FFF; } /* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Vanwege de verschillen in sommige browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* verwijderen van de bovenste marge kan een probleem krijgen waar de marges kunnen ontsnappen uit hun div. De resterende ondermarge houdt deze weg van alle elementen die volgen. */ padding-right: 15px; padding-left: 15px; /* het toevoegen van de padding aan de zijkanten van de elementen binnen de divs, in plaats van de divs zelf, krijgt ontdoen van elke box model wiskunde. Een geneste div met padding kant kan ook worden gebruikt als een alternatieve methode. */ } a img { /* Deze selector verwijdert het standaard blauwe randje die je in sommige browsers om een plaatje heen ziet staan and deze met een link werkt. */ border: none; } /* ~~ Waaronder de groep van selectors dat de hover effect te creëren - styling voor de links van uw site moet in deze volgorde blijven. ~~ */ a:link { color: #FFFFFF; text-decoration: underline; /* tenzij je stijl je links naar uiterst unieke kijk, het is het beste om te onderstrepen is snelle visuele identificatie */ } a:visited { color: #6E6C64; text-decoration: underline; } a:hover, a:active, a:focus { /* deze groep selecteurs zal een toetsenbord navigator dezelfde hover ervaring geven als de persoon die een muis gebruikt. */ text-decoration: none; } /* ~~deze vaste breedte container omringt de andere divs~~ */ .container { width: 960px; background-color: #333333; margin: 0 auto; /* de waarda aan de zijkanten gekoppeld aan die van de breedte centreren de lay-out */ } /* ~~ de header is geen breedte gegeven. het neemt de hele inhoud van je lay-out in beslag. ~~ */ .header { background-color: #ADB96E; } /* ~~ Colommen voor de lay-out ~~ 1 ) Padding wordt alleen op de bovenkant en / of onderkant van de divs geplaatst . De elementen binnen deze divs hebben padding op hun kant . Dit bespaart vanaf elke " box model wiskunde " . Houd in gedachten , als je een bijwerking padding of grens toe te voegen aan de div zelf , zal het worden toegevoegd aan de breedte die wirdt gedefinieert om de * totale * breedte te creëren . U kunt ook kiezen om de opvulling van het element in de div te verwijderen en plaats een tweede div binnen het zonder breedte en de opvulling nodig voor uw ontwerp . 2 ) geen marge is gegeven aan de kolommen aangezien al geopperd . Als je marge moet toevoegen , vermijd dat hij aan de kant dat je drijvende richting ( bijvoorbeeld : een rechtermarge op een div set naar rechts zweven ) . Vaak kan opvullen worden gebruikt. Verklaring aan de heerschappij van de div om een ​​bug waar sommige versies van Internet Explorer het dubbele van de marge temmen : voor divs waar deze regel moet worden doorbroken , dient u een " inline scherm " add . 3 ) Omdat klassen kan meerdere keren worden gebruikt in een document ( en een element kan zijn meerdere klassen toegepast ) , zijn de kolommen toegewezen klassennamen plaats van ID's. Zo kunnen twee zijbalk divs gestapeld worden indien nodig . Deze kunnen zeer eenvoudig worden veranderd in ID's als dat uw voorkeur , zolang je alleen zult gebruiken ze een keer per document . 4 ) Als u liever uw nav op de links in plaats van rechts , gewoon drijven deze kolommen de tegengestelde richting (alle links in plaats van alle rechts) en ze zullen maken in omgekeerde volgorde. Er is geen noodzaak om de divs bewegen in de HTML-broncode . */ .sidebar1 { float: right; width: 180px; background-color: #999999; padding-bottom: 10px; } .content { padding: 10px 0; width: 780px; float: right; } /* ~~ Deze groep selectors geven de lijst in het .contect gebied ruimte ~~ */ .content ul, .content ol { padding: 0 15px 15px 40px; /* deze padding spiegeld de rechter padding in de headers and paragraaf regels boven. Padding werdt aan de onderkant geplaatst om andere elementen op de lijst and de linkerkant te plaatsen. */ } ul.nav { list-style: none; /* haalt de lijst marker weg */ border-top: 1px solid #666; /* zorgt voor een top grens bij de links - alle andere worden geplaatst door een border aan de onderkant van de lijst */ margin-bottom: 15px; /* creëert een ruimte tussen de navigatie en de informatie daaronder */ } ul.nav li { border-bottom: 1px solid #666; /* zorgt voor een scheiding van de ''button'' */ } ul.nav a, ul.nav a:visited { /* door deze selectors samen te voegen wordt verzekerd dat als je op links klinkt je er nog steeds op kan klikken ook al ben je er al geweest. */ padding: 5px 5px 5px 15px; display: block; /* dit zorgt ervoor dat een bepaald gebied reageert door een klik van de muis. */ width: 160px; /* deze breedte maakt de het mogelijk om er bij IE6 op te klikken */ text-decoration: none; background-color: #999999; } ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* verandert de achtergrond van de text kleur for muis en keyboard navigators */ background-color: #ADB96E; color: #FFF; } /* ~~ The footer ~~ */ .footer { padding: 10px 0; background-color: #333333; position: relative;/* zortgt ervoor dat internet explorer 6 de lay-out goed weergeeft */ clear: both; /* deze ''clear'' zorgt ervoor dat de .container begrijpt waar de colommen zijn en behoud */ } /* ~~ miscellaneous float/clear classes ~~ */ .fltrt { /* dit zorgt ervoor dat een element kan zweven and de rechterkant van de website */ float: right; margin-left: 8px; } .fltlft { /* dit zorgt ervoor dat een element kan zweven aan de linkerkant van de website */ float: left; margin-right: 8px; } .clearfloat { /* Bij gebruik van float: left of float: recht op een bestanddeel opmaken, zal je een manier moeten vinden om dit gedrag te resetten voor de rest van de css lay-out. De clearfloat klasse is een gemeenschappelijke oplossing, toepassen op een <br /> of <div> tag. */ clear:both; height:0; font-size: 1px; line-height: 0px; } .container .content h1 { font-family: Georgia, Times New Roman, Times, serif; } .container .content table tr td { font-family: Georgia, Times New Roman, Times, serif; } .container .sidebar1 .nav li a { font-family: Georgia, Times New Roman, Times, serif; } .container .sidebar1 .nav li { font-family: Georgia, Times New Roman, Times, serif; } .container .sidebar1 .nav li a { font-family: Georgia, Times New Roman, Times, serif; } .container .sidebar1 .nav li a { font-family: Georgia, Times New Roman, Times, serif; } .container .sidebar1 .nav li a { font-family: Georgia, Times New Roman, Times, serif; } .container .sidebar1 .nav li a { font-family: Georgia, Times New Roman, Times, serif; }
  3. [OPGELOST] Ik heb IIyama besteld 2x voor €360,- totaal (180 euro p/s) Bij informatique. Jerome
  4. Oké, dankjewel voor je reactie Ronaldino Iemand anders nog ? Jerome
  5. Hallo, Ik wil 2, 24'' inch monitors kopen. Budget: € 400,- voor 2 schermen dus maximaal € 200,- per scherm. Ik zal ze gebruiken om te gamen en bv op de ene internet open en op de andere CoD. Ik heb als videokaart een AMD Radeon HD6970 2GB met 2 ingangen op de achterkant. Ik heb al 2 modellen gezien die me wel interesseren. Dit zijn ze: Asus VE248 : http://azerty.nl/producten/product_detail/1056/438674/asus-ve248h-lcd-scherm-tft-led-achtergrondlicht-24-breedscherm-1920-x-1080-250-cd-m2-10000000-1-dynamisch-2.html IIyama E2473HDS-B1 : http://azerty.nl/producten/product_detail/1056/385595/iiyama-prolite-e2473hds-b1-lcd-scherm-tft-led-achtergrondlicht-23-6-breedscherm-1920-x-1080-300-cd-m2-1000-1-.html Jerome
  6. Ik denk dat deze het wordt Heeft een 512MB grafische kaart ? K'>Hewlett packard G6-1150SD - 10 top laptopsan ik mee gamen of niet ?
  7. Maar in die Dell zit een i3 ? En wat vind je van die HP Pavilion g7-1130sd ??
  8. Ik vond net deze laptop hij is wel 100 euro over mijn max !!(Aanbiedingen) heen maar ik moet toch zeggen dat deze vast wel in de aanbieding zal komen ? Hoop ik en anders ff me ouders proberen te porren. HP Pavilion g7-1130sd Ik koop hem dan als het mag bij de BBC. De grafische kaart die erin zit kan BO runnen en Mw2 dus waarschijnlijk ook APB. http://www.notebookcheck.net/AMD-Radeon-HD-6470M.43075.0.html Scroll naar onder voor de benchmarks voor games van deze grafische kaart. De kaart in deze laptop heeft 1gb geheugen Deze stond bij laptops die gebruikt worden voor gamen. Of is deze beter ? http://www.dell.com/nl/p/xps-l502x/pd?c=nl&l=nl&s=dhs&cs=nldhs1&~ck=mn&ST=XPS 15&dgc=ST&cid=41292&lid=1069596&acd=1242276316205620 Groeten, Jerome PS: Jullie mening ?
  9. Nee ik wil geen Console Ik wil hem overal naar mee moeten nemen. En ik hoef geen hardcore games te doen op super hoge resolutie enzo. Maar mijn budget is 500 euro. Ik heb al wel een paar goede laptops gezien maar kijk als jullie die niet vinden weet ik het ook niet. Ik game wel vaak maar dan vooral mw2 en apb en ik ben niet van plan bf3 te gaan spelen op me dan eventuele nieuwe laptop maar gewoon op me desktop.
  10. Hallo allemaal, Ik zoek een laptop zoals het Onderwerp al luid. Budget : Maximaal € 500,- De laptop wil ik gebruiken voor mijn school en filmpjes enzovoorts, ik zou er ook graag eens een game op spelen, zoals Modern Warfare 2 of APB Realoaded. Ik game vaak dus hij zal ook voornamelijk daarvoor gebruikt worden. Het hoeft niet allemaal op high te draaien. Maar ook niet het laagste beetje medium dan. Ik zag pas bij MediaMarkt deze aanbieding: Acer Aspire 5750-2414G50MN 2nd Generation Intel Core i5 2410M Processor (2,3Ghz) (Met boost 2.0 tot 2.9) Webcam Intel HD Graphics 3000 Wife DVD-Brander Windows 7 Home Premium 64 bit Is dit wat ?? Jullie nog suggesties ? Groetjes, Jerome
  11. Waar is dat schermpje voor ? En de G19 heeft een beter scherm ofzo maar die is wel veel te duur Bedankt voor de tip.
  12. Hallo, Ik wil graag een nieuwe game headset en een nieuw game toetsenbord. Alleen ik kom er niet uit met het game toetsenbord wat ik nou wil. Als game headset wil ik de Logitech G35 gaan kopen. (Bij MyCom @ € 79,-) Misschien hebben jullie suggesties voor een goed game toetsenbord. Rond de € 90,- (mag iets meer maar mijn ouders willen dat ik spaar -,- dus niet te gek A.U.B.) Groetjes, Jerome
  13. Okee hartstikke bedankt ! jullie hebben me super geholpen !!
  14. Mag ik vragen wat de worm deed ? En kan ik dit zelf ook checken ? Of is dat met MBAM goed ?
  15. Dat van de fans is nooit elke keer geweest maar af en toe. Oke ik wacht op antwoord van kape En ik zal elke keer scannen. Maar vorige keer had MBAM niks gevonden en moest ik toch nog wat verwijderen of was dat ook gewoon iets wat weg moest. c:\programdata\McAfee c:\programdata\McAfee Security Scan c:\program files (x86)\McAfee Security Scan c:\program files (x86)\ConduitEngine c:\users\Jerome\AppData\Roaming\com.warnerbros.DigitalCopyManager.449F66ACC381FDC604DC2AA255FEECEEBB BEE1E5.1 c:\users\Jerome\AppData\Local\{B9E3B555-CD56-4BC0-A7DA-C6DA9EAE2AD2} c:\users\Jerome\AppData\Local\{DFDC5E04-E5B9-4DA7-AB6B-DA05C3037B32} c:\users\Jerome\AppData\Local\{588E7E07-8969-4AA8-A11B-951879ECAFF3} c:\users\Jerome\AppData\Local\{9C085A74-84AC-41DF-A92C-5415CE94E6C5} c:\users\Jerome\AppData\Local\{930150DA-1CD8-4D2E-9D5F-EF09C69D97D8} c:\users\Jerome\AppData\Local\{5E5ED7BC-D39D-40C8-AAA4-41A619C3EABC} c:\users\Jerome\AppData\Local\{943F5861-9B92-4CEA-B47D-E401DBAAF00B} c:\users\Jerome\AppData\Local\{707B61E6-6C07-444A-8801-2F1DD45251CF} c:\users\Jerome\AppData\Local\{69FD8689-8323-43DC-8757-023702CE978A} c:\users\Jerome\AppData\Local\{59B34D46-9975-4161-A9C3-4E8A2E36B8E2} c:\users\Jerome\AppData\Local\{58236991-CCB2-4E4C-8649-6FA0A763DBA5} c:\users\Jerome\AppData\Local\{6D1598AB-F0ED-4133-BA2F-148DCDDA1C06} c:\users\Jerome\AppData\Local\{50C8817B-EC90-41A3-BB89-69DD598C6393} c:\users\Jerome\AppData\Local\{A384F814-3E7B-469D-8A17-F7EF9B6E899B} c:\users\Jerome\AppData\Local\{88F58A36-B8F3-4C86-AA59-EBF81441CB18} c:\users\Jerome\AppData\Local\Conduit c:\users\Jerome\AppData\Local\{F667E21E-0BA8-4BD7-BD01-AB02B53388D9} c:\users\Jerome\AppData\Local\{687C4A99-EE4B-42FF-AE69-88155992DE59} c:\users\Jerome\AppData\Local\{48DF47AF-D027-44D7-A32F-E6B8E2F100E8} c:\users\Jerome\AppData\Local\{4D3DC927-6844-4EF9-8739-A1654F855CDD} c:\users\Jerome\AppData\Local\{CE29C98C-37EF-46EE-891F-A649FEBEA2CF} c:\program files (x86)\Conduit c:\users\Jerome\AppData\Local\{546C49F5-40EE-4FA1-853F-2EBB90B88619} c:\users\Jerome\AppData\Local\{44FE12D7-A828-4AD4-BFB5-BEE2A8BB7AD3} c:\users\Jerome\AppData\Local\{B57BB185-56C6-4C26-883F-DC086AC64DB8} c:\users\Jerome\AppData\Local\{6CB3DFBA-FB4E-4564-87FA-26D7134E5245} c:\users\Jerome\AppData\Local\{C4AB096B-4CF9-4F99-947F-D72C0D31D0F7} c:\users\Jerome\AppData\Local\{9AF8CA20-2C15-46F5-81F4-4C9198283323} c:\users\Jerome\AppData\Local\{F5CAE213-0D2C-409A-AA55-8E4038F2F30A} c:\users\Jerome\AppData\Local\{8D63B006-5B48-488C-BAF2-13D25EFD0004} Driver:: hasplms aswFsBlk Dat van McAfee enzo en appdata had MBAM niks over gezegd....
  16. Het was af en toe dat de fans tijdens het opstarten heel hard gingen draaien maar dat is eens in de zoveel tijd maar wel raar. (ze gingen dat volgens mij op hun aller hardst en bleven zo maar doorgaan). Wat was het voor malware als ik vragen mag ? En hoe kan ik voorkomen dat ik die weer krijg ? Want avast had niks opgemerkt.
  17. Oke heb ik gedaan... en dan of was dit het ?? Zat er dus malware op mijn pc ?
  18. Kape ik heb ComboFix het laten doen en heb hem verwijderd (Log nadat CFScript : ComboFix 11-05-03.04 - Jerome 04-05-2011 13:31:53.5.4 - x64 Microsoft Windows 7 Home Premium 6.1.7600.0.1252.31.1043.18.8190.6409 [GMT 2:00] Gestart vanuit: c:\users\Jerome\Desktop\ComboFix.exe gebruikte Opdracht switches :: c:\users\Jerome\Desktop\CFScript.txt AV: avast! Antivirus *Disabled/Updated* {2B2D1395-420B-D5C9-657E-930FE358FC3C} SP: avast! Antivirus *Disabled/Updated* {904CF271-6431-DA47-5FCE-A87D98DFB681} SP: Windows Defender *Enabled/Updated* {D68DDC3A-831F-4fae-9E44-DA132C1ACF46} . . (((((((((((((((((((((((((((((((((( Andere Verwijderingen ))))))))))))))))))))))))))))))))))))))))))))))))) . . c:\program files (x86)\ConduitEngine c:\program files (x86)\ConduitEngine\appContextMenu.xml c:\program files (x86)\ConduitEngine\ConduitEngineHelper.exe c:\program files (x86)\ConduitEngine\ConduitEngineUninstall.exe c:\program files (x86)\ConduitEngine\engineContextMenu.xml c:\program files (x86)\ConduitEngine\EngineSettings.json c:\program files (x86)\ConduitEngine\INSTALL.LOG c:\program files (x86)\ConduitEngine\toolbar.cfg c:\program files (x86)\McAfee Security Scan c:\program files (x86)\McAfee Security Scan\2.0.189\AVScanComponent.dll c:\program files (x86)\McAfee Security Scan\2.0.189\AVScanner.ini c:\program files (x86)\McAfee Security Scan\2.0.189\avvclean.dat c:\program files (x86)\McAfee Security Scan\2.0.189\avvnames.dat c:\program files (x86)\McAfee Security Scan\2.0.189\avvscan.dat c:\program files (x86)\McAfee Security Scan\2.0.189\config.dat c:\program files (x86)\McAfee Security Scan\2.0.189\ftconfig.ini c:\program files (x86)\McAfee Security Scan\2.0.189\McAfee.ico c:\program files (x86)\McAfee Security Scan\2.0.189\mcbrwsr2.dll c:\program files (x86)\McAfee Security Scan\2.0.189\McCHSvc.exe c:\program files (x86)\McAfee Security Scan\2.0.189\MCCompHostConfig.ini c:\program files (x86)\McAfee Security Scan\2.0.189\mcscan32.dll c:\program files (x86)\McAfee Security Scan\2.0.189\mcuicnt.exe c:\program files (x86)\McAfee Security Scan\2.0.189\McUpdater.dll c:\program files (x86)\McAfee Security Scan\2.0.189\sa_cache_sqlite.dll c:\program files (x86)\McAfee Security Scan\2.0.189\sa_http_win32.dll c:\program files (x86)\McAfee Security Scan\2.0.189\sa_mbl.dll c:\program files (x86)\McAfee Security Scan\2.0.189\sa_store_sqlite.dll c:\program files (x86)\McAfee Security Scan\2.0.189\sacore.db c:\program files (x86)\McAfee Security Scan\2.0.189\sacore.dll c:\program files (x86)\McAfee Security Scan\2.0.189\sacoredata\uds_filetypes.txt c:\program files (x86)\McAfee Security Scan\2.0.189\sacoredata\uds_hosting.txt c:\program files (x86)\McAfee Security Scan\2.0.189\sacoredata\uds_tlds.txt c:\program files (x86)\McAfee Security Scan\2.0.189\SecurityScanner.dll c:\program files (x86)\McAfee Security Scan\2.0.189\SecurityScanner_LD.dll c:\program files (x86)\McAfee Security Scan\2.0.189\sqlite3.dll c:\program files (x86)\McAfee Security Scan\2.0.189\SSCustom_LD.dll c:\program files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe c:\program files (x86)\McAfee Security Scan\2.0.189\WebInfoScanner.dll c:\program files (x86)\McAfee Security Scan\2.0.189\WMIScanner.dll c:\program files (x86)\McAfee Security Scan\uninstall.exe c:\programdata\McAfee Security Scan c:\programdata\McAfee Security Scan\ftstate.ini c:\programdata\McAfee c:\programdata\McAfee\MCLOGS\Common\McCHSvc\McCHSvc000.log c:\programdata\McAfee\MCLOGS\McUICnt\McUICnt\McUICnt000.log c:\programdata\McAfee\MCLOGS\PartnerCustom\McCHSvc\McCHSvc000.log c:\programdata\McAfee\MCLOGS\PartnerCustom\McUICnt\McUICnt000.log c:\programdata\McAfee\MCLOGS\PartnerCustom\SecurityScan_release_small_enUS\SecurityScan_release_small_enUS000.log c:\programdata\McAfee\MCLOGS\PartnerCustom\SSScheduler\SSScheduler000.log c:\programdata\McAfee\MCLOGS\SecurityScanner\McUICnt\McUICnt000.log . . ((((((((((((((((((((((((((((((((((((((( Drivers/Services ))))))))))))))))))))))))))))))))))))))))))))))))) . . -------\Service_McComponentHostService -------\Service_McComponentHostService . . (((((((((((((((((((( Bestanden Gemaakt van 2011-04-04 to 2011-05-04 )))))))))))))))))))))))))))))) . . 2011-05-04 11:36 . 2011-05-04 11:36 -------- d-----w- c:\users\Default\AppData\Local\temp 2011-05-04 07:57 . 2011-05-04 07:57 -------- d-----w- c:\programdata\ATI 2011-05-04 06:56 . 2011-05-04 06:56 -------- d-----w- c:\users\Jerome\AppData\Local\{5B2DD474-497B-4321-9C56-AF59ACDD517B} 2011-05-03 12:53 . 2011-05-03 12:53 -------- d-----w- c:\users\Jerome\AppData\Roaming\QuickStoresToolbar 2011-05-03 12:53 . 2011-05-03 12:53 -------- d-----w- c:\program files (x86)\Unlocker 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\users\Jerome\AppData\Roaming\Malwarebytes 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\programdata\Malwarebytes 2011-05-03 09:20 . 2010-12-20 16:09 38224 ----a-w- c:\windows\SysWow64\drivers\mbamswissarmy.sys 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\program files (x86)\Malwarebytes' Anti-Malware 2011-05-03 09:20 . 2010-12-20 16:08 24152 ----a-w- c:\windows\system32\drivers\mbam.sys 2011-05-03 07:49 . 2011-05-03 07:49 388096 ----a-r- c:\users\Jerome\AppData\Roaming\Microsoft\Installer\{45A66726-69BC-466B-A7A4-12FCBA4883D7}\HiJackThis.exe 2011-05-03 07:49 . 2011-05-03 07:49 -------- d-----w- c:\program files (x86)\Trend Micro 2011-05-03 07:44 . 2011-05-03 07:44 -------- d-----w- c:\users\Jerome\AppData\Roaming\Soluto 2011-05-03 07:32 . 2011-04-14 08:06 54728 ----a-w- c:\windows\system32\drivers\Soluto.sys 2011-05-03 07:32 . 2011-05-03 07:32 -------- d-----w- c:\program files\Soluto 2011-05-03 07:32 . 2011-05-03 07:39 -------- d-----w- c:\programdata\Soluto 2011-05-03 07:23 . 2011-04-11 08:21 8802128 ----a-w- c:\programdata\Microsoft\Windows Defender\Definition Updates\{8992E832-25FC-43B1-AE25-6ABAE5218C6C}\mpengine.dll 2011-05-03 07:20 . 2011-05-03 07:20 -------- d-----w- c:\users\Jerome\AppData\Local\{448D83AB-035C-4077-813E-205CB65C33DA} 2011-05-02 17:44 . 2011-05-02 17:45 -------- d-----w- c:\users\Jerome\AppData\Local\{E858312B-B20B-42E0-817B-6541A987E24E} 2011-05-02 11:06 . 2011-05-02 11:06 -------- d-----w- c:\program files\Speccy 2011-05-02 05:27 . 2011-05-02 05:28 -------- d-----w- c:\users\Jerome\AppData\Local\{175F16B1-1D66-46BD-AFD1-A1C990C2E029} 2011-04-28 18:57 . 2011-04-18 17:17 600920 ----a-w- c:\windows\system32\drivers\aswSnx.sys 2011-04-27 15:07 . 2011-02-26 06:23 2870272 ----a-w- c:\windows\explorer.exe 2011-04-27 15:07 . 2011-02-26 05:33 2614784 ----a-w- c:\windows\SysWow64\explorer.exe 2011-04-27 15:07 . 2011-03-12 11:31 442880 ----a-w- c:\windows\SysWow64\XpsPrint.dll 2011-04-27 15:07 . 2011-03-12 12:03 662528 ----a-w- c:\windows\system32\XpsPrint.dll 2011-04-26 19:01 . 2011-04-26 19:10 -------- d-----w- c:\users\Jerome\AppData\Roaming\Apple Computer 2011-04-26 19:01 . 2011-04-26 19:01 -------- d-----w- c:\users\Jerome\AppData\Local\Apple Computer 2011-04-26 19:01 . 2009-05-18 11:17 34152 ----a-w- c:\windows\system32\drivers\GEARAspiWDM.sys 2011-04-26 19:01 . 2008-04-17 10:12 126312 ----a-w- c:\windows\system32\GEARAspi64.dll 2011-04-26 19:01 . 2008-04-17 10:12 107368 ----a-w- c:\windows\SysWow64\GEARAspi.dll 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files\Common Files\Apple 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files\Bonjour 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files (x86)\Bonjour 2011-04-26 18:59 . 2011-04-26 19:00 -------- d-----w- c:\program files (x86)\Common Files\Apple 2011-04-26 18:59 . 2011-04-26 19:00 -------- d-----w- c:\programdata\Apple 2011-04-17 12:37 . 2011-04-17 12:37 868848 ----a-w- c:\windows\system32\drivers\sptd.sys 2011-04-17 12:37 . 2011-04-17 12:37 -------- d-----w- c:\users\Jerome\AppData\Roaming\DAEMON Tools 2011-04-16 16:50 . 2011-05-03 12:19 -------- d-----w- c:\users\Jerome\AppData\Roaming\Raptr 2011-04-16 16:50 . 2011-04-16 16:50 -------- d-----w- c:\program files (x86)\Raptr 2011-04-16 16:49 . 2011-04-16 17:12 -------- d-----w- c:\users\Jerome\AppData\Roaming\Azureus 2011-04-16 16:49 . 2011-04-16 16:49 -------- d-----w- c:\program files (x86)\Vuze 2011-04-13 15:02 . 2011-04-13 15:02 -------- d-----w- c:\users\Jerome\AppData\Roaming\EpicBot 2011-04-13 14:47 . 2011-04-13 14:47 -------- d-----w- c:\program files (x86)\EpicBot 2011-04-13 05:56 . 2011-04-13 05:56 -------- d-----w- c:\program files (x86)\W3i 2011-04-12 17:39 . 2011-04-12 17:39 -------- d-----w- c:\users\Jerome\AppData\Local\CrashRpt 2011-04-12 14:35 . 2011-04-12 14:35 -------- d-----w- c:\program files (x86)\dcmsvc 2011-04-12 14:34 . 2011-04-12 14:34 -------- d-----w- c:\users\Jerome\AppData\Roaming\com.warnerbros.DigitalCopyManager.449F66ACC381FDC604DC2AA255FEECEEBBBEE1E5.1 2011-04-12 14:34 . 2011-04-21 14:55 -------- d-----w- c:\program files (x86)\Common Files\Adobe AIR 2011-04-11 18:41 . 2011-04-11 18:41 -------- d-----w- C:\extensions 2011-04-11 18:41 . 2011-04-16 16:48 -------- d-----w- c:\users\Jerome\AppData\Roaming\uTorrent 2011-04-10 18:05 . 2011-04-12 14:33 -------- d-----w- c:\users\Jerome\AppData\Local\Adobe 2011-04-06 14:26 . 2011-04-06 14:26 96544 ----a-w- c:\windows\system32\dnssd.dll 2011-04-06 14:26 . 2011-04-06 14:26 69408 ----a-w- c:\windows\system32\jdns_sd.dll 2011-04-06 14:26 . 2011-04-06 14:26 237856 ----a-w- c:\windows\system32\dnssdX.dll 2011-04-06 14:26 . 2011-04-06 14:26 119584 ----a-w- c:\windows\system32\dns-sd.exe 2011-04-06 14:20 . 2011-04-06 14:20 91424 ----a-w- c:\windows\SysWow64\dnssd.dll 2011-04-06 14:20 . 2011-04-06 14:20 75040 ----a-w- c:\windows\SysWow64\jdns_sd.dll 2011-04-06 14:20 . 2011-04-06 14:20 197920 ----a-w- c:\windows\SysWow64\dnssdX.dll 2011-04-06 14:20 . 2011-04-06 14:20 107808 ----a-w- c:\windows\SysWow64\dns-sd.exe . . . ((((((((((((((((((((((((((((((((((((((( Find3M Rapport )))))))))))))))))))))))))))))))))))))))))))))))))))) . 2011-04-18 17:25 . 2011-02-16 19:46 40112 ----a-w- c:\windows\avastSS.scr 2011-04-18 17:25 . 2011-02-16 19:46 199304 ----a-w- c:\windows\SysWow64\aswBoot.exe 2011-04-18 17:25 . 2011-02-16 19:47 253888 ----a-w- c:\windows\system32\aswBoot.exe 2011-04-18 17:18 . 2011-02-16 19:47 287064 ----a-w- c:\windows\system32\drivers\aswSP.sys 2011-04-18 17:16 . 2011-02-16 19:47 53592 ----a-w- c:\windows\system32\drivers\aswTdi.sys 2011-04-18 17:13 . 2011-02-16 19:47 31064 ----a-w- c:\windows\system32\drivers\aswRdr.sys 2011-04-18 17:13 . 2011-02-16 19:47 64344 ----a-w- c:\windows\system32\drivers\aswMonFlt.sys 2011-04-18 17:13 . 2011-02-16 19:47 22360 ----a-w- c:\windows\system32\drivers\aswFsBlk.sys 2011-04-01 18:31 . 2011-04-01 18:30 9258496 ----a-w- c:\windows\system32\drivers\atikmdag.sys 2011-04-01 18:31 . 2011-03-29 16:16 31232 ----a-w- c:\windows\SysWow64\atiuxpag.dll 2011-04-01 18:31 . 2011-04-01 18:31 120320 ----a-w- c:\windows\system32\atitmm64.dll 2011-04-01 18:31 . 2011-04-01 18:31 356352 ----a-w- c:\windows\SysWow64\atipdlxx.dll 2011-04-01 18:31 . 2011-04-01 18:31 16384 ----a-w- c:\windows\system32\atimuixx.dll 2011-04-01 18:31 . 2011-04-01 18:31 423424 ----a-w- c:\windows\system32\atipdl64.dll 2011-04-01 18:31 . 2011-04-01 18:31 1208320 ----a-w- c:\windows\system32\atiumd6v.dll 2011-04-01 18:31 . 2011-04-01 18:31 480256 ----a-w- c:\windows\system32\atieclxx.exe 2011-04-01 18:31 . 2011-04-01 18:31 300544 ----a-w- c:\windows\system32\drivers\atikmpag.sys 2011-04-01 18:31 . 2011-04-01 18:31 462848 ----a-w- c:\windows\system32\ATIDEMGX.dll 2011-04-01 18:30 . 2011-04-01 18:30 43520 ----a-w- c:\windows\SysWow64\ati2edxx.dll 2011-04-01 18:30 . 2011-04-01 18:30 1912832 ----a-w- c:\windows\SysWow64\atiumdmv.dll 2011-04-01 18:30 . 2011-04-01 18:30 278528 ----a-w- c:\windows\SysWow64\Oemdspif.dll 2011-04-01 18:30 . 2011-04-01 18:30 51200 ----a-w- c:\windows\system32\aticalrt64.dll 2011-04-01 18:30 . 2011-04-01 18:30 14848 ----a-w- c:\windows\system32\atig6pxx.dll 2011-04-01 18:30 . 2011-04-01 18:30 4294656 ----a-w- c:\windows\SysWow64\atiumdag.dll 2011-04-01 18:30 . 2011-01-05 02:43 5044224 ----a-w- c:\windows\system32\atidxx64.dll 2011-04-01 18:30 . 2011-04-01 18:30 3471872 ----a-w- c:\windows\SysWow64\atiumdva.dll 2011-04-01 18:30 . 2011-04-01 18:30 44544 ----a-w- c:\windows\system32\aticalcl64.dll 2011-04-01 18:30 . 2011-04-01 18:30 53248 ----a-w- c:\windows\system32\drivers\ati2erec.dll 2011-04-01 18:30 . 2011-01-05 02:18 39936 ----a-w- c:\windows\system32\atiuxp64.dll 2011-04-01 18:30 . 2011-04-01 18:28 44032 ----a-w- c:\windows\SysWow64\aticalcl.dll 2011-04-01 18:30 . 2011-04-01 18:28 17397248 ----a-w- c:\windows\SysWow64\atioglxx.dll 2011-04-01 18:28 . 2011-04-01 18:28 46080 ----a-w- c:\windows\SysWow64\aticalrt.dll 2011-04-01 18:28 . 2011-03-29 16:16 5438976 ----a-w- c:\windows\system32\atiumd64.dll 2011-04-01 18:28 . 2011-01-05 03:01 795136 ----a-w- c:\windows\system32\aticfx64.dll 2011-04-01 18:28 . 2011-04-01 18:27 7025152 ----a-w- c:\windows\system32\aticaldd64.dll 2011-04-01 18:28 . 2011-01-05 02:28 58880 ----a-w- c:\windows\system32\coinst.dll 2011-04-01 18:27 . 2011-04-01 18:27 53760 ----a-w- c:\windows\system32\atimpc64.dll 2011-04-01 18:27 . 2011-04-01 18:27 53760 ----a-w- c:\windows\system32\amdpcom64.dll 2011-04-01 18:27 . 2011-04-01 18:27 32768 ----a-w- c:\windows\SysWow64\atigktxx.dll 2011-04-01 18:27 . 2011-04-01 18:27 4277760 ----a-w- c:\windows\SysWow64\atidxx32.dll 2011-04-01 18:27 . 2011-04-01 18:27 203776 ----a-w- c:\windows\system32\atiesrxx.exe 2011-04-01 18:27 . 2011-04-01 18:27 5618688 ----a-w- c:\windows\SysWow64\aticaldd.dll 2011-04-01 18:27 . 2011-04-01 18:27 59392 ----a-w- c:\windows\system32\atiedu64.dll 2011-04-01 18:27 . 2011-04-01 18:27 52736 ----a-w- c:\windows\SysWow64\atimpc32.dll 2011-04-01 18:27 . 2011-04-01 18:27 52736 ----a-w- c:\windows\SysWow64\amdpcom32.dll 2011-04-01 18:27 . 2011-04-01 18:27 22518272 ----a-w- c:\windows\system32\atio6axx.dll 2011-04-01 18:27 . 2011-04-01 18:27 3239936 ----a-w- c:\windows\system32\atiumd6a.dll 2011-04-01 18:27 . 2011-04-01 18:27 12800 ----a-w- c:\windows\SysWow64\atiglpxx.dll 2011-04-01 18:27 . 2011-04-01 18:27 12800 ----a-w- c:\windows\system32\atiglpxx.dll 2011-04-01 18:27 . 2011-04-01 18:27 38400 ----a-w- c:\windows\system32\atiu9p64.dll 2011-04-01 18:27 . 2011-04-01 18:27 360448 ----a-w- c:\windows\system32\atiadlxx.dll 2011-04-01 18:27 . 2011-04-01 18:27 143360 ----a-w- c:\windows\system32\atiapfxx.exe 2011-04-01 18:27 . 2011-04-01 18:27 39936 ----a-w- c:\windows\system32\atig6txx.dll 2011-04-01 18:27 . 2011-04-01 18:27 679424 ----a-w- c:\windows\SysWow64\aticfx32.dll 2011-04-01 18:27 . 2011-04-01 18:27 258048 ----a-w- c:\windows\SysWow64\atiadlxy.dll 2011-04-01 18:27 . 2011-01-05 02:18 28672 ----a-w- c:\windows\SysWow64\atiu9pag.dll 2011-03-10 16:10 . 2011-02-16 18:56 48648 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCEClientUX\UpdateableMarkup\Markup.dll 2011-03-09 16:02 . 2010-06-24 10:33 18328 ----a-w- c:\programdata\Microsoft\IdentityCRL\production\ppcrlconfig600.dll 2011-03-06 18:23 . 2011-03-06 18:23 178800 ----a-w- c:\windows\SysWow64\CmdLineExt_x64.dll 2011-03-05 10:59 . 2011-03-05 10:59 48648 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCEClientUX\UpdateableMarkup-2\Markup.dll 2011-03-05 10:59 . 2011-03-05 10:59 894784 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCESpotlight\MCESpotlight-2\SpotlightResources.dll 2011-03-04 06:17 . 2011-04-27 15:06 135168 ----a-w- c:\windows\apppatch\AppPatch64\AcXtrnal.dll 2011-03-04 06:17 . 2011-04-27 15:06 347648 ----a-w- c:\windows\apppatch\AppPatch64\AcLayers.dll 2011-02-19 06:37 . 2011-03-09 05:59 1135104 ----a-w- c:\windows\system32\FntCache.dll 2011-02-19 06:37 . 2011-03-09 05:59 1540608 ----a-w- c:\windows\system32\DWrite.dll 2011-02-19 06:36 . 2011-03-09 05:59 902656 ----a-w- c:\windows\system32\d2d1.dll 2011-02-19 05:32 . 2011-03-09 05:59 1074176 ----a-w- c:\windows\SysWow64\DWrite.dll 2011-02-19 05:32 . 2011-03-09 05:59 739840 ----a-w- c:\windows\SysWow64\d2d1.dll 2011-02-18 14:36 . 2011-02-18 14:36 51712 ----a-w- c:\windows\system32\drivers\usbaapl64.sys 2011-02-18 14:36 . 2011-02-18 14:36 4184352 ----a-w- c:\windows\system32\usbaaplrc.dll 2011-02-16 18:56 . 2011-02-16 18:56 894784 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCESpotlight\MCESpotlight\SpotlightResources.dll 2011-02-10 13:41 . 2011-02-10 13:41 86016 ----a-w- c:\windows\SysWow64\frapsvid.dll 2011-02-10 13:41 . 2011-02-10 13:41 84992 ----a-w- c:\windows\system32\frapsv64.dll 2011-02-09 18:29 . 2011-02-09 18:29 4068864 ----a-w- c:\windows\system32\mf.dll 2011-02-09 18:29 . 2011-02-09 18:29 320512 ----a-w- c:\windows\system32\d3d10_1core.dll 2011-02-09 18:29 . 2011-02-09 18:29 3181568 ----a-w- c:\windows\SysWow64\mf.dll 2011-02-09 18:29 . 2011-02-09 18:29 257024 ----a-w- c:\windows\system32\mfreadwrite.dll 2011-02-09 18:29 . 2011-02-09 18:29 229888 ----a-w- c:\windows\system32\XpsRasterService.dll 2011-02-09 18:29 . 2011-02-09 18:29 218624 ----a-w- c:\windows\SysWow64\d3d10_1core.dll 2011-02-09 18:29 . 2011-02-09 18:29 206848 ----a-w- c:\windows\system32\mfps.dll 2011-02-09 18:29 . 2011-02-09 18:29 196608 ----a-w- c:\windows\SysWow64\mfreadwrite.dll 2011-02-09 18:29 . 2011-02-09 18:29 1888256 ----a-w- c:\windows\system32\WMVDECOD.DLL 2011-02-09 18:29 . 2011-02-09 18:29 1863680 ----a-w- c:\windows\system32\ExplorerFrame.dll 2011-02-09 18:29 . 2011-02-09 18:29 1837568 ----a-w- c:\windows\system32\d3d10warp.dll 2011-02-09 18:29 . 2011-02-09 18:29 1619456 ----a-w- c:\windows\SysWow64\WMVDECOD.DLL 2011-02-09 18:29 . 2011-02-09 18:29 1495040 ----a-w- c:\windows\SysWow64\ExplorerFrame.dll 2011-02-09 18:29 . 2011-02-09 18:29 135168 ----a-w- c:\windows\SysWow64\XpsRasterService.dll 2011-02-09 18:29 . 2011-02-09 18:29 1170944 ----a-w- c:\windows\SysWow64\d3d10warp.dll 2011-02-09 18:29 . 2011-02-09 18:29 720896 ----a-w- c:\windows\system32\odbc32.dll 2011-02-09 18:29 . 2011-02-09 18:29 573440 ----a-w- c:\windows\SysWow64\odbc32.dll . . ((((((((((((((((((((((((((((( SnapShot@2011-05-03_12.31.06 ))))))))))))))))))))))))))))))))))))))))) . - 2009-07-14 04:54 . 2011-05-03 12:20 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2009-07-14 04:54 . 2011-05-04 11:38 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2009-07-14 04:54 . 2011-05-04 11:38 32768 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2009-07-14 04:54 . 2011-05-03 12:20 32768 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2009-07-14 04:54 . 2011-05-03 12:20 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2009-07-14 04:54 . 2011-05-04 11:38 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2011-01-05 11:43 . 2011-05-04 08:42 40998 c:\windows\system32\wdi\ShutdownPerformanceDiagnostics_SystemData.bin + 2009-07-14 05:10 . 2011-05-04 08:42 35770 c:\windows\system32\wdi\BootPerformanceDiagnostics_SystemData.bin - 2009-07-14 05:30 . 2011-04-28 14:52 86016 c:\windows\system32\DriverStore\infpub.dat + 2009-07-14 05:30 . 2011-05-04 08:39 86016 c:\windows\system32\DriverStore\infpub.dat + 2011-04-01 18:27 . 2011-04-01 18:28 58880 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\coinst.dll + 2011-03-29 16:16 . 2011-04-01 18:31 31232 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiuxpag.dll + 2011-04-01 18:30 . 2011-04-01 18:30 39936 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiuxp64.dll + 2011-03-29 16:16 . 2011-04-01 18:27 28672 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiu9pag.dll + 2011-04-01 18:27 . 2011-04-01 18:27 38400 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiu9p64.dll + 2011-04-01 18:30 . 2011-04-01 18:30 51200 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\ATIODCLI.exe + 2011-04-01 18:31 . 2011-04-01 18:31 16384 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atimuixx.dll + 2011-04-01 18:27 . 2011-04-01 18:27 53760 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atimpc64.dll + 2011-04-01 18:27 . 2011-04-01 18:27 52736 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atimpc32.dll + 2011-04-01 18:27 . 2011-04-01 18:27 12800 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiglpxx.dll + 2011-04-01 18:27 . 2011-04-01 18:27 32768 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atigktxx.dll + 2011-04-01 18:27 . 2011-04-01 18:27 39936 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atig6txx.dll + 2011-04-01 18:30 . 2011-04-01 18:30 14848 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atig6pxx.dll + 2011-04-01 18:27 . 2011-04-01 18:27 59392 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiedu64.dll + 2011-04-01 18:30 . 2011-04-01 18:30 51200 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticalrt64.dll + 2011-04-01 18:28 . 2011-04-01 18:28 46080 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticalrt.dll + 2011-04-01 18:30 . 2011-04-01 18:30 44544 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticalcl64.dll + 2011-04-01 18:28 . 2011-04-01 18:30 44032 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticalcl.dll + 2011-04-01 18:30 . 2011-04-01 18:30 53248 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\ati2erec.dll + 2011-04-01 18:30 . 2011-04-01 18:30 43520 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\ati2edxx.dll + 2011-01-05 11:20 . 2011-05-03 12:56 16384 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat - 2011-01-05 11:20 . 2011-05-03 08:26 16384 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-01-05 11:20 . 2011-05-03 12:56 32768 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2011-01-05 11:20 . 2011-05-03 08:26 32768 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2009-07-14 04:54 . 2011-05-03 08:26 16384 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2009-07-14 04:54 . 2011-05-03 12:56 16384 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 07:37 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-02-16 18:25 . 2011-05-04 11:38 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2009-07-14 04:46 . 2011-05-03 16:11 81936 c:\windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\Cache\cache.dat + 2011-02-16 18:25 . 2011-05-04 11:38 32768 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 07:37 32768 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat + 2011-02-16 18:25 . 2011-05-04 11:38 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 07:37 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 12:27 16384 c:\windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-02-16 18:25 . 2011-05-04 11:38 16384 c:\windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-02-16 18:25 . 2011-05-04 11:38 16384 c:\windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 12:27 16384 c:\windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2011-05-04 07:55 . 2011-05-04 07:55 77542 c:\windows\Installer\{DF2FB02F-3BC2-A799-31F1-25A34AD4BDA5}\NewShortcut5_3B1A0823966A48909E77539C330FBF6E.exe + 2011-05-04 07:55 . 2011-05-04 07:55 77542 c:\windows\Installer\{DF2FB02F-3BC2-A799-31F1-25A34AD4BDA5}\NewShortcut4_3B1A0823966A48909E77539C330FBF6E.exe + 2011-05-04 07:55 . 2011-05-04 07:55 77542 c:\windows\Installer\{DF2FB02F-3BC2-A799-31F1-25A34AD4BDA5}\NewShortcut3_3B1A0823966A48909E77539C330FBF6E.exe + 2011-05-04 07:55 . 2011-05-04 07:55 77542 c:\windows\Installer\{DF2FB02F-3BC2-A799-31F1-25A34AD4BDA5}\NewShortcut2_3B1A0823966A48909E77539C330FBF6E.exe + 2011-05-04 07:55 . 2011-05-04 07:55 77542 c:\windows\Installer\{DF2FB02F-3BC2-A799-31F1-25A34AD4BDA5}\ARPPRODUCTICON.exe + 2011-05-04 07:57 . 2011-05-04 07:57 10134 c:\windows\Installer\{19A492A0-888F-44A0-9B21-D91700763F62}\ARPPRODUCTICON.exe + 2011-05-03 12:53 . 2011-05-03 12:53 40184 c:\windows\assembly\GAC_MSIL\QuickStoresToolbar\1.1.0.0__318d21d4b0463a3b\QuickStoresToolbar.dll + 2011-05-03 12:53 . 2011-05-03 12:53 45304 c:\windows\assembly\GAC_32\Update\1.1.3.0__318d21d4b0463a3b\Update.exe + 2011-04-01 18:27 . 2011-04-01 18:27 3155 c:\windows\SysWOW64\atipblag.dat + 2011-02-16 18:20 . 2011-05-04 08:42 8386 c:\windows\system32\wdi\{86432a0b-3c7d-4ddf-a89c-172faa90485d}\S-1-5-21-640078602-2200705079-2761140398-1001_UserData.bin + 2011-04-01 18:27 . 2011-04-01 18:27 3155 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atipblag.dat + 2011-04-01 18:27 . 2011-04-01 18:27 3155 c:\windows\system32\atipblag.dat + 2011-05-04 11:37 . 2011-05-04 11:37 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive1.dat - 2011-05-03 07:36 . 2011-05-03 07:36 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive1.dat - 2011-05-03 07:36 . 2011-05-03 07:36 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive0.dat + 2011-05-04 11:37 . 2011-05-04 11:37 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive0.dat + 2011-05-04 07:57 . 2011-05-04 07:57 9158 c:\windows\Installer\{B5BE51B3-137C-585A-0652-9DB124CF8366}\ARPPRODUCTICON.exe + 2011-05-04 07:57 . 2011-05-04 07:57 4846 c:\windows\Installer\{914AE40F-FFFF-ED7C-A8A2-5A7DEBECC521}\ARPPRODUCTICON.exe + 2011-05-04 07:57 . 2011-05-04 07:57 9158 c:\windows\Installer\{739D8AD6-6625-BD92-D58C-00C965058425}\ARPPRODUCTICON.exe + 2011-05-04 07:55 . 2011-05-04 07:55 9158 c:\windows\Installer\{717E03F7-14EF-8144-B66F-FD4805C25079}\ARPPRODUCTICON.exe + 2011-05-04 07:57 . 2011-05-04 07:57 9158 c:\windows\Installer\{0FC24644-F69F-E8B0-C5F0-BC2264548D2E}\ARPPRODUCTICON.exe + 2011-05-04 11:39 . 2011-05-04 11:39 281065 c:\windows\Temp\_asw_aisI.tm~a00128\sig.bin + 2009-07-14 05:30 . 2011-05-04 08:39 143360 c:\windows\system32\DriverStore\infstrng.dat - 2009-07-14 05:30 . 2011-04-28 14:52 143360 c:\windows\system32\DriverStore\infstrng.dat + 2009-07-14 05:30 . 2011-05-04 08:39 143360 c:\windows\system32\DriverStore\infstor.dat - 2009-07-14 05:30 . 2011-04-28 14:52 143360 c:\windows\system32\DriverStore\infstor.dat + 2011-04-01 18:30 . 2011-04-01 18:30 278528 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\Oemdspif.dll + 2011-04-01 18:31 . 2011-04-01 18:31 120320 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atitmm64.dll + 2011-04-01 18:31 . 2011-04-01 18:31 356352 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atipdlxx.dll + 2011-04-01 18:31 . 2011-04-01 18:31 423424 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atipdl64.dll + 2011-04-01 18:27 . 2011-04-01 18:27 332800 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\ATIODE.exe + 2011-04-01 18:31 . 2011-04-01 18:31 300544 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atikmpag.sys + 2011-04-01 18:27 . 2011-04-01 18:27 227586 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiicdxx.dat + 2011-04-01 18:27 . 2011-04-01 18:27 203776 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiesrxx.exe + 2011-04-01 18:31 . 2011-04-01 18:31 480256 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atieclxx.exe + 2011-04-01 18:31 . 2011-04-01 18:31 462848 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\ATIDEMGX.dll + 2011-04-01 18:28 . 2011-04-01 18:28 795136 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticfx64.dll + 2011-04-01 18:27 . 2011-04-01 18:27 679424 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticfx32.dll + 2011-04-01 18:31 . 2011-04-01 18:31 118784 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atibtmon.exe + 2011-04-01 18:27 . 2011-04-01 18:27 143360 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiapfxx.exe + 2011-04-01 18:27 . 2011-04-01 18:27 258048 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiadlxy.dll + 2011-04-01 18:27 . 2011-04-01 18:27 360448 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiadlxx.dll + 2009-07-14 05:12 . 2011-05-03 12:56 262144 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\IETldCache\index.dat - 2009-07-14 05:12 . 2011-04-26 18:33 262144 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\IETldCache\index.dat + 2011-04-01 18:27 . 2011-04-01 18:27 227586 c:\windows\system32\atiicdxx.dat - 2011-05-03 07:34 . 2011-05-03 07:34 583312 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache3.0.0.0.dat + 2011-05-03 07:34 . 2011-05-04 11:36 583312 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache3.0.0.0.dat - 2009-07-14 05:01 . 2011-05-03 07:34 389644 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache-System.dat + 2009-07-14 05:01 . 2011-05-04 11:36 389644 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache-System.dat + 2011-04-01 18:28 . 2011-04-01 18:28 281088 c:\windows\Installer\36aac9.msi + 2011-04-01 18:30 . 2011-04-01 18:30 528896 c:\windows\Installer\36aab3.msi + 2011-04-01 18:31 . 2011-04-01 18:31 513536 c:\windows\Installer\36a922.msi + 2011-05-03 12:53 . 2011-05-03 12:53 126976 c:\windows\assembly\GAC_MSIL\Interop.SHDocVw\1.1.0.0__ffdc4657f9a00288\Interop.SHDocVw.dll - 2009-07-14 02:34 . 2011-05-03 08:57 9961472 c:\windows\system32\SMI\Store\Machine\SCHEMA.DAT + 2009-07-14 02:34 . 2011-05-04 08:53 9961472 c:\windows\system32\SMI\Store\Machine\SCHEMA.DAT + 2011-04-01 18:30 . 2011-04-01 18:30 3471872 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiumdva.dll + 2011-04-01 18:30 . 2011-04-01 18:30 1912832 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiumdmv.dll + 2011-04-01 18:30 . 2011-04-01 18:30 4294656 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiumdag.dll + 2011-04-01 18:31 . 2011-04-01 18:31 1208320 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiumd6v.dll + 2011-04-01 18:27 . 2011-04-01 18:27 3239936 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiumd6a.dll + 2011-03-29 16:16 . 2011-04-01 18:28 5438976 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atiumd64.dll + 2011-04-01 18:30 . 2011-04-01 18:31 9258496 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atikmdag.sys + 2011-04-01 18:28 . 2011-04-01 18:30 5044224 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atidxx64.dll + 2011-04-01 18:27 . 2011-04-01 18:27 4277760 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atidxx32.dll + 2011-04-01 18:27 . 2011-04-01 18:28 7025152 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticaldd64.dll + 2011-04-01 18:27 . 2011-04-01 18:27 5618688 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\aticaldd.dll + 2011-02-16 20:16 . 2011-05-04 11:36 5452964 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache-S-1-5-21-640078602-2200705079-2761140398-1001-8192.dat + 2011-04-01 18:31 . 2011-04-01 18:31 1777152 c:\windows\Installer\36aac2.msi + 2011-04-01 18:31 . 2011-04-01 18:31 2879488 c:\windows\Installer\36aabb.msi + 2011-04-01 18:27 . 2011-04-01 18:27 6755840 c:\windows\Installer\36a92a.msi + 2011-04-01 18:28 . 2011-04-01 18:30 17397248 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atioglxx.dll + 2011-04-01 18:27 . 2011-04-01 18:27 22518272 c:\windows\system32\DriverStore\FileRepository\c7115316.inf_amd64_neutral_84f76739f0261386\B114839\atio6axx.dll + 2011-04-01 18:31 . 2011-04-01 18:31 11084800 c:\windows\Installer\36aad1.msi . -- Snapshot teruggezet naar huidige datum -- . ((((((((((((((((((((((((((((((((((((( Reg Opstartpunten ))))))))))))))))))))))))))))))))))))))))))))))))))) . . *Nota* lege verwijzingen & legitieme standaard verwijzingen worden niet getoond REGEDIT4 . [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "msnmsgr"="c:\program files (x86)\Windows Live\Messenger\msnmsgr.exe" [2010-11-10 4240760] "RGSC"="c:\program files (x86)\Rockstar Games\Rockstar Games Social Club\RGSCLauncher.exe" [bU] . [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run] "Adobe Reader Speed Launcher"="c:\program files (x86)\Adobe\Reader 10.0\Reader\Reader_sl.exe" [2010-11-10 35736] "Adobe ARM"="c:\program files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe" [2010-11-10 932288] "NUSB3MON"="c:\program files (x86)\NEC Electronics\USB 3.0 Host Controller Driver\Application\nusb3mon.exe" [2009-11-20 106496] "ATICustomerCare"="c:\program files (x86)\ATI\ATICustomerCare\ATICustomerCare.exe" [2010-05-04 311296] "SunJavaUpdateSched"="c:\program files (x86)\Common Files\Java\Java Update\jusched.exe" [2010-10-29 249064] "UnlockerAssistant"="c:\program files (x86)\Unlocker\UnlockerAssistant.exe" [2010-07-04 17408] "StartCCC"="c:\program files (x86)\ATI Technologies\ATI.ACE\Core-Static\CLIStart.exe" [2011-03-08 336384] . [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce] "ST Recovery Launcher"="c:\windows\SMINST\VistaLauncher.exe" [2008-09-11 46416] . c:\programdata\Microsoft\Windows\Start Menu\Programs\Startup\ McAfee Security Scan Plus.lnk - c:\program files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe [N/A] . [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\policies\system] "ConsentPromptBehaviorAdmin"= 5 (0x5) "ConsentPromptBehaviorUser"= 3 (0x3) "EnableUIADesktopToggle"= 0 (0x0) . [HKEY_LOCAL_MACHINE\system\currentcontrolset\control\lsa] Security Packages REG_MULTI_SZ kerberos msv1_0 schannel wdigest tspkg pku2u livessp . [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\SolutoService] @="Service" . R0 sptd;sptd;c:\windows\System32\Drivers\sptd.sys [x] R2 clr_optimization_v4.0.30319_32;Microsoft .NET Framework NGEN v4.0.30319_X86;c:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe [2010-03-18 130384] R2 clr_optimization_v4.0.30319_64;Microsoft .NET Framework NGEN v4.0.30319_X64;c:\windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe [2010-03-18 138576] R2 gupdate;Google Updateservice (gupdate);c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 136176] R3 AODDriver4.0;AODDriver4.0;c:\program files\ATI Technologies\ATI.ACE\Fuel\amd64\AODDriver2.sys [x] R3 BBSvc;Bing Bar Update Service;c:\program files (x86)\Microsoft\BingBar\BBSvc.EXE [2011-02-28 183560] R3 TeamViewer6;TeamViewer 6;c:\program files (x86)\TeamViewer\Version6\TeamViewer_Service.exe [2011-03-18 2271608] R3 USBAAPL64;Apple Mobile USB Driver;c:\windows\system32\Drivers\usbaapl64.sys [x] R3 VCSVADHWSer;Avnex Virtual Audio Device (WDM);c:\windows\system32\DRIVERS\vcsvad.sys [x] R3 WatAdminSvc;Windows Activation Technologies-service;c:\windows\system32\Wat\WatAdminSvc.exe [x] R4 wlcrasvc;Windows Live Mesh remote connections service;c:\program files\Windows Live\Mesh\wlcrasvc.exe [2010-09-22 57184] S0 Soluto;Soluto;c:\windows\system32\DRIVERS\Soluto.sys [x] S1 aswSnx;aswSnx; [x] S1 aswSP;aswSP; [x] S2 aksdf;aksdf;c:\windows\system32\drivers\aksdf.sys [x] S2 AMD External Events Utility;AMD External Events Utility;c:\windows\system32\atiesrxx.exe [x] S2 AMD FUEL Service;AMD FUEL Service;c:\program files\ATI Technologies\ATI.ACE\Fuel\Fuel.Service.exe [2011-03-08 365568] S2 AMD Reservation Manager;AMD Reservation Manager;c:\program files\ATI Technologies\ATI.ACE\Reservation Manager\AMD Reservation Manager.exe [2010-06-17 194496] S2 Application Updater;Application Updater;c:\program files (x86)\Application Updater\ApplicationUpdater.exe [2011-01-28 387072] S2 aswMonFlt;aswMonFlt;c:\windows\system32\drivers\aswMonFlt.sys [x] S2 SolutoService;Soluto PCGenome Core Service;c:\program files\Soluto\SolutoService.exe [2011-04-14 352800] S3 amdiox64;AMD IO Driver;c:\windows\system32\DRIVERS\amdiox64.sys [x] S3 amdkmdag;amdkmdag;c:\windows\system32\DRIVERS\atikmdag.sys [x] S3 amdkmdap;amdkmdap;c:\windows\system32\DRIVERS\atikmpag.sys [x] S3 JMB36X;JMB36X;c:\windows\SysWOW64\XSrvSetup.exe [2010-01-19 72304] S3 nusb3hub;NEC Electronics USB 3.0 Hub Driver;c:\windows\system32\DRIVERS\nusb3hub.sys [x] S3 nusb3xhc;NEC Electronics USB 3.0 Host Controller Driver;c:\windows\system32\DRIVERS\nusb3xhc.sys [x] S3 PAC207;SoC PC-Camera;c:\windows\system32\DRIVERS\PFC027.SYS [x] S3 RTL8167;Realtek 8167 NT Driver;c:\windows\system32\DRIVERS\Rt64win7.sys [x] . . Inhoud van de 'Gedeelde Taken' map . 2011-05-04 c:\windows\Tasks\GoogleUpdateTaskMachineCore.job - c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 19:47] . 2011-05-04 c:\windows\Tasks\GoogleUpdateTaskMachineUA.job - c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 19:47] . . --------- x86-64 ----------- . . [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\00avast] @="{472083B0-C522-11CF-8763-00608CC02F24}" [HKEY_CLASSES_ROOT\CLSID\{472083B0-C522-11CF-8763-00608CC02F24}] 2011-04-18 17:25 134384 ----a-w- c:\program files\Alwil Software\Avast5\ashShA64.dll . [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "combofix"="c:\combofix\CF5278.cfxxe" [X] "RtHDVCpl"="c:\program files\Realtek\Audio\HDA\RAVCpl64.exe" [2010-04-06 10144288] . ------- Bijkomende Scan ------- . uLocal Page = c:\windows\system32\blank.htm mLocal Page = c:\windows\SysWOW64\blank.htm uInternet Settings,ProxyOverride = *.local IE: E&xporteren naar Microsoft Excel - c:\progra~2\MIF5BA~1\Office12\EXCEL.EXE/3000 . - - - - ORPHANS VERWIJDERD - - - - . WebBrowser-{87775FDB-6972-41F9-AE51-8326E38CB206} - (no file) WebBrowser-{BA14329E-9550-4989-B3F2-9732E92D17CC} - (no file) AddRemove-conduitEngine - c:\progra~2\CONDUI~1\ConduitEngineUninstall.exe AddRemove-McAfee Security Scan - c:\program files (x86)\McAfee Security Scan\uninstall.exe . . . --------------------- VERGRENDELDE REGISTER SLEUTELS --------------------- . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.eml\UserChoice] @Denied: (2) (LocalSystem) "Progid"="WindowsLiveMail.Email.1" . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.vcf\UserChoice] @Denied: (2) (LocalSystem) "Progid"="WindowsLiveMail.VCard.1" . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\SecuROM\License information*] "datasecu"=hex:54,f6,d1,16,88,1c,1d,65,33,ef,c4,47,05,dc,0c,78,c8,18,ec,2c,71, ff,64,2d,8e,3a,23,73,2b,90,5a,93,6b,37,1b,66,5c,4d,64,82,5a,37,b3,75,1d,47,\ "rkeysecu"=hex:77,43,ad,b4,c1,64,8a,97,e2,db,ce,0d,fe,53,4a,2f . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}] @Denied: (A 2) (Everyone) @="FlashBroker" "LocalizedString"="@c:\\Windows\\SysWOW64\\Macromed\\Flash\\FlashUtil10l_ActiveX.exe,-101" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\Elevation] "Enabled"=dword:00000001 . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\LocalServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\FlashUtil10l_ActiveX.exe" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\TypeLib] @="{FAB3E735-69C7-453B-A446-B6823C6DF1C9}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}] @Denied: (A 2) (Everyone) @="Shockwave Flash Object" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\InprocServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx" "ThreadingModel"="Apartment" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\MiscStatus] @="0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\ProgID] @="ShockwaveFlash.ShockwaveFlash.10" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\ToolboxBitmap32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx, 1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\TypeLib] @="{D27CDB6B-AE6D-11cf-96B8-444553540000}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\Version] @="1.0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\VersionIndependentProgID] @="ShockwaveFlash.ShockwaveFlash" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}] @Denied: (A 2) (Everyone) @="Macromedia Flash Factory Object" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\InprocServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx" "ThreadingModel"="Apartment" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\ProgID] @="FlashFactory.FlashFactory.1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\ToolboxBitmap32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx, 1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\TypeLib] @="{D27CDB6B-AE6D-11cf-96B8-444553540000}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\Version] @="1.0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\VersionIndependentProgID] @="FlashFactory.FlashFactory" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}] @Denied: (A 2) (Everyone) @="IFlashBroker4" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}\ProxyStubClsid32] @="{00020424-0000-0000-C000-000000000046}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}\TypeLib] @="{FAB3E735-69C7-453B-A446-B6823C6DF1C9}" "Version"="1.0" . [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PCW\Security] @Denied: (Full) (Everyone) . ------------------------ Andere Aktieve Processen ------------------------ . c:\program files\Alwil Software\Avast5\AvastSvc.exe c:\program files (x86)\Common Files\Apple\Mobile Device Support\AppleMobileDeviceService.exe c:\program files (x86)\Bonjour\mDNSResponder.exe c:\program files (x86)\Steam\steam.exe c:\program files (x86)\Common Files\Steam\SteamService.exe . ************************************************************************** . Voltooingstijd: 2011-05-04 13:43:49 - machine werd herstart ComboFix-quarantined-files.txt 2011-05-04 11:43 ComboFix2.txt 2011-05-03 14:39 ComboFix3.txt 2011-05-03 13:06 . Pre-Run: 9.859.424.256 bytes beschikbaar Post-Run: 9.599.283.200 bytes beschikbaar . - - End Of File - - 712D8C6FFB48917322959AFEE8D02537 Die klokinstellingen enzo deed ComboFix dat zelf ??
  19. Doet ComboFix zelf die klok intstellingen enzo ?? ---------- Post toegevoegd om 13:26 ---------- Vorige post was om 13:22 ---------- En het is af en toe tijdens het opstarten ! Goed lezen A.U.B.
  20. Oke gedaan. Nu is het ff wachten op uitslag van het logje dat ik heb gepost
  21. Euhm hij doet het niet....hij zegt dan moved to here en dan klik ik op here en dan gaat ie weer naar download page maar gebeurd niks...
  22. Nee heb die cd niet, geluidskaart zat op het moederbord en heb volgens mij geen cd daarvan meegekregen. Hier is de nieuwe log : Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 9:06:15, on 4-5-2011 Platform: Windows 7 (WinNT 6.00.3504) MSIE: Internet Explorer v8.00 (8.00.7600.16766) Boot mode: Normal Running processes: C:\Program Files (x86)\Steam\steam.exe C:\Program Files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe C:\Program Files (x86)\NEC Electronics\USB 3.0 Host Controller Driver\Application\nusb3mon.exe C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe C:\Program Files (x86)\dcmsvc\dcmsvc.exe C:\Program Files (x86)\Unlocker\UnlockerAssistant.exe C:\Program Files (x86)\Trend Micro\HiJackThis\HiJackThis.exe R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://go.microsoft.com/fwlink/?LinkId=69157 R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896 R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896 R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = http://go.microsoft.com/fwlink/?LinkId=69157 R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Local Page = C:\Windows\SysWOW64\blank.htm R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = *.local O2 - BHO: AcroIEHelperStub - {18DF081C-E8AD-4283-A596-FA578C2EBDC3} - C:\Program Files (x86)\Common Files\Adobe\Acrobat\ActiveX\AcroIEHelperShim.dll O2 - BHO: Aanmeldhulp voor Windows Live ID - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WindowsLiveLogin.dll O2 - BHO: Windows Live Messenger Companion Helper - {9FDDE16B-836F-4806-AB1F-1455CBEFF289} - C:\Program Files (x86)\Windows Live\Companion\companioncore.dll O2 - BHO: SkypeIEPluginBHO - {AE805869-2E5C-4ED4-8F7B-F1F7851A4497} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O2 - BHO: Java Plug-In 2 SSV Helper - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:\Program Files (x86)\Java\jre6\bin\jp2ssv.dll O4 - HKLM\..\Run: [Adobe Reader Speed Launcher] "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\Reader_sl.exe" O4 - HKLM\..\Run: [Adobe ARM] "C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe" O4 - HKLM\..\Run: [NUSB3MON] "C:\Program Files (x86)\NEC Electronics\USB 3.0 Host Controller Driver\Application\nusb3mon.exe" O4 - HKLM\..\Run: [ATICustomerCare] "C:\Program Files (x86)\ATI\ATICustomerCare\ATICustomerCare.exe" O4 - HKLM\..\Run: [sunJavaUpdateSched] "C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe" O4 - HKLM\..\Run: [startCCC] "C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static\CLIStart.exe" MSRun O4 - HKLM\..\Run: [dcmsvc] C:\Program Files (x86)\dcmsvc\dcmsvc.exe O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files (x86)\QuickTime\QTTask.exe" -atboottime O4 - HKLM\..\Run: [unlockerAssistant] "C:\Program Files (x86)\Unlocker\UnlockerAssistant.exe" O4 - HKLM\..\RunOnce: [sT Recovery Launcher] %WINDIR%\SMINST\VistaLauncher.exe O4 - HKCU\..\Run: [steam] "C:\Program Files (x86)\Steam\steam.exe" -silent O4 - HKCU\..\Run: [msnmsgr] "C:\Program Files (x86)\Windows Live\Messenger\msnmsgr.exe" /background O4 - HKCU\..\Run: [RGSC] C:\Program Files (x86)\Rockstar Games\Rockstar Games Social Club\RGSCLauncher.exe /silent O4 - Global Startup: McAfee Security Scan Plus.lnk = C:\Program Files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe O8 - Extra context menu item: E&xporteren naar Microsoft Excel - res://C:\PROGRA~2\MIF5BA~1\Office12\EXCEL.EXE/3000 O9 - Extra button: @C:\Program Files (x86)\Windows Live\Companion\companionlang.dll,-600 - {0000036B-C524-4050-81A0-243669A86B9F} - C:\Program Files (x86)\Windows Live\Companion\companioncore.dll O9 - Extra button: @C:\Program Files (x86)\Windows Live\Writer\WindowsLiveWriterShortcuts.dll,-1004 - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files (x86)\Windows Live\Writer\WriterBrowserExtension.dll O9 - Extra 'Tools' menuitem: @C:\Program Files (x86)\Windows Live\Writer\WindowsLiveWriterShortcuts.dll,-1003 - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files (x86)\Windows Live\Writer\WriterBrowserExtension.dll O9 - Extra button: Skype Plug-In - {898EA8C8-E7FF-479B-8935-AEC46303B9E5} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O9 - Extra 'Tools' menuitem: Skype Plug-In - {898EA8C8-E7FF-479B-8935-AEC46303B9E5} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:\PROGRA~2\MIF5BA~1\Office12\REFIEBAR.DLL O10 - Unknown file in Winsock LSP: c:\program files (x86)\common files\microsoft shared\windows live\wlidnsp.dll O10 - Unknown file in Winsock LSP: c:\program files (x86)\common files\microsoft shared\windows live\wlidnsp.dll O18 - Protocol: skype-ie-addon-data - {91774881-D725-4E58-B298-07617B9B86A8} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O18 - Protocol: skype4com - {FFC8B962-9B40-4DFF-9458-1830C7DD7F5D} - C:\PROGRA~2\COMMON~1\Skype\SKYPE4~1.DLL O18 - Protocol: wlpg - {E43EF6CD-A37A-4A9B-9E6F-83F89B8E6324} - C:\Program Files (x86)\Windows Live\Photo Gallery\AlbumDownloadProtocolHandler.dll O23 - Service: @%SystemRoot%\system32\Alg.exe,-112 (ALG) - Unknown owner - C:\Windows\System32\alg.exe (file missing) O23 - Service: AMD External Events Utility - Unknown owner - C:\Windows\system32\atiesrxx.exe (file missing) O23 - Service: AMD FUEL Service - Advanced Micro Devices, Inc. - C:\Program Files\ATI Technologies\ATI.ACE\Fuel\Fuel.Service.exe O23 - Service: AMD Reservation Manager - Advanced Micro Devices - C:\Program Files\ATI Technologies\ATI.ACE\Reservation Manager\AMD Reservation Manager.exe O23 - Service: Mobiel Apple apparaat (Apple Mobile Device) - Apple Inc. - C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\AppleMobileDeviceService.exe O23 - Service: Application Updater - Spigot, Inc. - C:\Program Files (x86)\Application Updater\ApplicationUpdater.exe O23 - Service: avast! Antivirus - AVAST Software - C:\Program Files\Alwil Software\Avast5\AvastSvc.exe O23 - Service: Bonjour-service (Bonjour Service) - Apple Inc. - C:\Program Files (x86)\Bonjour\mDNSResponder.exe O23 - Service: @%SystemRoot%\system32\efssvc.dll,-100 (EFS) - Unknown owner - C:\Windows\System32\lsass.exe (file missing) O23 - Service: @%systemroot%\system32\fxsresm.dll,-118 (Fax) - Unknown owner - C:\Windows\system32\fxssvc.exe (file missing) O23 - Service: Google Updateservice (gupdate) (gupdate) - Google Inc. - C:\Program Files (x86)\Google\Update\GoogleUpdate.exe O23 - Service: iPod-service (iPod Service) - Apple Inc. - C:\Program Files\iPod\bin\iPodService.exe O23 - Service: JMB36X - Unknown owner - C:\Windows\SysWOW64\XSrvSetup.exe O23 - Service: @keyiso.dll,-100 (KeyIso) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: McAfee Security Scan Component Host Service (McComponentHostService) - McAfee, Inc. - C:\Program Files (x86)\McAfee Security Scan\2.0.189\McCHSvc.exe O23 - Service: @comres.dll,-2797 (MSDTC) - Unknown owner - C:\Windows\System32\msdtc.exe (file missing) O23 - Service: @%SystemRoot%\System32\netlogon.dll,-102 (Netlogon) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%systemroot%\system32\psbase.dll,-300 (ProtectedStorage) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%systemroot%\system32\Locator.exe,-2 (RpcLocator) - Unknown owner - C:\Windows\system32\locator.exe (file missing) O23 - Service: @%SystemRoot%\system32\samsrv.dll,-1 (SamSs) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%SystemRoot%\system32\snmptrap.exe,-3 (SNMPTRAP) - Unknown owner - C:\Windows\System32\snmptrap.exe (file missing) O23 - Service: Soluto PCGenome Core Service (SolutoService) - Soluto - C:\Program Files\Soluto\SolutoService.exe O23 - Service: @%systemroot%\system32\spoolsv.exe,-1 (Spooler) - Unknown owner - C:\Windows\System32\spoolsv.exe (file missing) O23 - Service: @%SystemRoot%\system32\sppsvc.exe,-101 (sppsvc) - Unknown owner - C:\Windows\system32\sppsvc.exe (file missing) O23 - Service: Steam Client Service - Valve Corporation - C:\Program Files (x86)\Common Files\Steam\SteamService.exe O23 - Service: TeamViewer 6 (TeamViewer6) - TeamViewer GmbH - C:\Program Files (x86)\TeamViewer\Version6\TeamViewer_Service.exe O23 - Service: @%SystemRoot%\system32\ui0detect.exe,-101 (UI0Detect) - Unknown owner - C:\Windows\system32\UI0Detect.exe (file missing) O23 - Service: @%SystemRoot%\system32\vaultsvc.dll,-1003 (VaultSvc) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%SystemRoot%\system32\vds.exe,-100 (vds) - Unknown owner - C:\Windows\System32\vds.exe (file missing) O23 - Service: @%systemroot%\system32\vssvc.exe,-102 (VSS) - Unknown owner - C:\Windows\system32\vssvc.exe (file missing) O23 - Service: @%SystemRoot%\system32\Wat\WatUX.exe,-601 (WatAdminSvc) - Unknown owner - C:\Windows\system32\Wat\WatAdminSvc.exe (file missing) O23 - Service: @%systemroot%\system32\wbengine.exe,-104 (wbengine) - Unknown owner - C:\Windows\system32\wbengine.exe (file missing) O23 - Service: @%Systemroot%\system32\wbem\wmiapsrv.exe,-110 (wmiApSrv) - Unknown owner - C:\Windows\system32\wbem\WmiApSrv.exe (file missing) O23 - Service: @%PROGRAMFILES%\Windows Media Player\wmpnetwk.exe,-101 (WMPNetworkSvc) - Unknown owner - C:\Program Files (x86)\Windows Media Player\wmpnetwk.exe (file missing) -- End of file - 9707 bytes
  23. Hoi kape, Alles wat u gezegd had heb ik gedaan en werkte goed. Maar toen ik de ComboFix.txt wou openene kreeg ik die niet, hij opende hem ook niet vanzelf. Ik deed daarom nog een keer ComboFix en toen kreeg ik wel de log. Er stond trouwens de 1e keer wel dat hij die dingen hierboven verwijderde. Dit is NU de log van ComboFix : ComboFix 11-05-02.04 - Jerome 03-05-2011 16:34:40.4.4 - x64 Microsoft Windows 7 Home Premium 6.1.7600.0.1252.31.1043.18.8190.6249 [GMT 2:00] Gestart vanuit: c:\users\Jerome\Desktop\ComboFix.exe AV: avast! Antivirus *Disabled/Updated* {2B2D1395-420B-D5C9-657E-930FE358FC3C} SP: avast! Antivirus *Disabled/Updated* {904CF271-6431-DA47-5FCE-A87D98DFB681} SP: Windows Defender *Enabled/Updated* {D68DDC3A-831F-4fae-9E44-DA132C1ACF46} . . (((((((((((((((((((((((((((((((((( Andere Verwijderingen ))))))))))))))))))))))))))))))))))))))))))))))))) . . ---- Voorgaande Run ------- . c:\program files (x86)\Conduit\Community Alerts\Alert.dll c:\users\Jerome\AppData\Local\Conduit\CT2504091\Vuze_RemoteAutoUpdateHelper.exe c:\windows\system32\hasplms.exe . . ((((((((((((((((((((((((((((((((((((((( Drivers/Services ))))))))))))))))))))))))))))))))))))))))))))))))) . . -------\Legacy_ASWFSBLK -------\Service_aswFsBlk -------\Service_hasplms . . (((((((((((((((((((( Bestanden Gemaakt van 2011-04-03 to 2011-05-03 )))))))))))))))))))))))))))))) . . 2011-05-03 14:38 . 2011-05-03 14:38 -------- d-----w- c:\users\Default\AppData\Local\temp 2011-05-03 12:53 . 2011-05-03 12:53 -------- d-----w- c:\users\Jerome\AppData\Roaming\QuickStoresToolbar 2011-05-03 12:53 . 2011-05-03 12:53 -------- d-----w- c:\program files (x86)\Unlocker 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\users\Jerome\AppData\Roaming\Malwarebytes 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\programdata\Malwarebytes 2011-05-03 09:20 . 2010-12-20 16:09 38224 ----a-w- c:\windows\SysWow64\drivers\mbamswissarmy.sys 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\program files (x86)\Malwarebytes' Anti-Malware 2011-05-03 09:20 . 2010-12-20 16:08 24152 ----a-w- c:\windows\system32\drivers\mbam.sys 2011-05-03 07:49 . 2011-05-03 07:49 388096 ----a-r- c:\users\Jerome\AppData\Roaming\Microsoft\Installer\{45A66726-69BC-466B-A7A4-12FCBA4883D7}\HiJackThis.exe 2011-05-03 07:49 . 2011-05-03 07:49 -------- d-----w- c:\program files (x86)\Trend Micro 2011-05-03 07:44 . 2011-05-03 07:44 -------- d-----w- c:\users\Jerome\AppData\Roaming\Soluto 2011-05-03 07:32 . 2011-04-14 08:06 54728 ----a-w- c:\windows\system32\drivers\Soluto.sys 2011-05-03 07:32 . 2011-05-03 07:32 -------- d-----w- c:\program files\Soluto 2011-05-03 07:32 . 2011-05-03 07:39 -------- d-----w- c:\programdata\Soluto 2011-05-03 07:23 . 2011-04-11 08:21 8802128 ----a-w- c:\programdata\Microsoft\Windows Defender\Definition Updates\{8992E832-25FC-43B1-AE25-6ABAE5218C6C}\mpengine.dll 2011-05-03 07:20 . 2011-05-03 07:20 -------- d-----w- c:\users\Jerome\AppData\Local\{448D83AB-035C-4077-813E-205CB65C33DA} 2011-05-02 17:44 . 2011-05-02 17:45 -------- d-----w- c:\users\Jerome\AppData\Local\{E858312B-B20B-42E0-817B-6541A987E24E} 2011-05-02 11:06 . 2011-05-02 11:06 -------- d-----w- c:\program files\Speccy 2011-05-02 05:27 . 2011-05-02 05:28 -------- d-----w- c:\users\Jerome\AppData\Local\{175F16B1-1D66-46BD-AFD1-A1C990C2E029} 2011-04-28 18:57 . 2011-04-18 17:17 600920 ----a-w- c:\windows\system32\drivers\aswSnx.sys 2011-04-27 15:07 . 2011-02-26 06:23 2870272 ----a-w- c:\windows\explorer.exe 2011-04-27 15:07 . 2011-02-26 05:33 2614784 ----a-w- c:\windows\SysWow64\explorer.exe 2011-04-27 15:07 . 2011-03-12 11:31 442880 ----a-w- c:\windows\SysWow64\XpsPrint.dll 2011-04-27 15:07 . 2011-03-12 12:03 662528 ----a-w- c:\windows\system32\XpsPrint.dll 2011-04-26 19:01 . 2011-04-26 19:10 -------- d-----w- c:\users\Jerome\AppData\Roaming\Apple Computer 2011-04-26 19:01 . 2011-04-26 19:01 -------- d-----w- c:\users\Jerome\AppData\Local\Apple Computer 2011-04-26 19:01 . 2009-05-18 11:17 34152 ----a-w- c:\windows\system32\drivers\GEARAspiWDM.sys 2011-04-26 19:01 . 2008-04-17 10:12 126312 ----a-w- c:\windows\system32\GEARAspi64.dll 2011-04-26 19:01 . 2008-04-17 10:12 107368 ----a-w- c:\windows\SysWow64\GEARAspi.dll 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files\Common Files\Apple 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files\Bonjour 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files (x86)\Bonjour 2011-04-26 18:59 . 2011-04-26 19:00 -------- d-----w- c:\program files (x86)\Common Files\Apple 2011-04-26 18:59 . 2011-04-26 19:00 -------- d-----w- c:\programdata\Apple 2011-04-26 18:33 . 2011-04-26 18:33 -------- d-----w- c:\programdata\McAfee 2011-04-26 18:33 . 2011-04-26 18:33 -------- d-----w- c:\programdata\McAfee Security Scan 2011-04-26 18:33 . 2011-04-27 18:14 -------- d-----w- c:\program files (x86)\McAfee Security Scan 2011-04-17 12:37 . 2011-04-17 12:37 868848 ----a-w- c:\windows\system32\drivers\sptd.sys 2011-04-17 12:37 . 2011-04-17 12:37 -------- d-----w- c:\users\Jerome\AppData\Roaming\DAEMON Tools 2011-04-16 16:50 . 2011-05-03 12:19 -------- d-----w- c:\users\Jerome\AppData\Roaming\Raptr 2011-04-16 16:50 . 2011-04-16 16:50 -------- d-----w- c:\program files (x86)\Raptr 2011-04-16 16:49 . 2011-04-16 17:12 -------- d-----w- c:\users\Jerome\AppData\Roaming\Azureus 2011-04-16 16:49 . 2011-04-16 16:49 -------- d-----w- c:\program files (x86)\Vuze 2011-04-13 15:02 . 2011-04-13 15:02 -------- d-----w- c:\users\Jerome\AppData\Roaming\EpicBot 2011-04-13 14:47 . 2011-04-13 14:47 -------- d-----w- c:\program files (x86)\EpicBot 2011-04-13 05:56 . 2011-04-13 05:56 -------- d-----w- c:\program files (x86)\W3i 2011-04-12 17:39 . 2011-04-12 17:39 -------- d-----w- c:\users\Jerome\AppData\Local\CrashRpt 2011-04-12 14:35 . 2011-04-12 14:35 -------- d-----w- c:\program files (x86)\dcmsvc 2011-04-12 14:34 . 2011-04-12 14:34 -------- d-----w- c:\users\Jerome\AppData\Roaming\com.warnerbros.DigitalCopyManager.449F66ACC381FDC604DC2AA255FEECEEBBBEE1E5.1 2011-04-12 14:34 . 2011-04-21 14:55 -------- d-----w- c:\program files (x86)\Common Files\Adobe AIR 2011-04-11 18:41 . 2011-05-03 09:14 -------- d-----w- c:\program files (x86)\ConduitEngine 2011-04-11 18:41 . 2011-04-11 18:41 -------- d-----w- C:\extensions 2011-04-11 18:41 . 2011-04-16 16:48 -------- d-----w- c:\users\Jerome\AppData\Roaming\uTorrent 2011-04-10 18:05 . 2011-04-12 14:33 -------- d-----w- c:\users\Jerome\AppData\Local\Adobe 2011-04-06 14:26 . 2011-04-06 14:26 96544 ----a-w- c:\windows\system32\dnssd.dll 2011-04-06 14:26 . 2011-04-06 14:26 69408 ----a-w- c:\windows\system32\jdns_sd.dll 2011-04-06 14:26 . 2011-04-06 14:26 237856 ----a-w- c:\windows\system32\dnssdX.dll 2011-04-06 14:26 . 2011-04-06 14:26 119584 ----a-w- c:\windows\system32\dns-sd.exe 2011-04-06 14:20 . 2011-04-06 14:20 91424 ----a-w- c:\windows\SysWow64\dnssd.dll 2011-04-06 14:20 . 2011-04-06 14:20 75040 ----a-w- c:\windows\SysWow64\jdns_sd.dll 2011-04-06 14:20 . 2011-04-06 14:20 197920 ----a-w- c:\windows\SysWow64\dnssdX.dll 2011-04-06 14:20 . 2011-04-06 14:20 107808 ----a-w- c:\windows\SysWow64\dns-sd.exe 2011-04-04 08:04 . 2011-04-04 08:04 -------- d-----w- c:\users\Jerome\.jagex_cache_32 . . . ((((((((((((((((((((((((((((((((((((((( Find3M Rapport )))))))))))))))))))))))))))))))))))))))))))))))))))) . 2011-04-18 17:25 . 2011-02-16 19:46 40112 ----a-w- c:\windows\avastSS.scr 2011-04-18 17:25 . 2011-02-16 19:46 199304 ----a-w- c:\windows\SysWow64\aswBoot.exe 2011-04-18 17:25 . 2011-02-16 19:47 253888 ----a-w- c:\windows\system32\aswBoot.exe 2011-04-18 17:18 . 2011-02-16 19:47 287064 ----a-w- c:\windows\system32\drivers\aswSP.sys 2011-04-18 17:16 . 2011-02-16 19:47 53592 ----a-w- c:\windows\system32\drivers\aswTdi.sys 2011-04-18 17:13 . 2011-02-16 19:47 31064 ----a-w- c:\windows\system32\drivers\aswRdr.sys 2011-04-18 17:13 . 2011-02-16 19:47 64344 ----a-w- c:\windows\system32\drivers\aswMonFlt.sys 2011-04-18 17:13 . 2011-02-16 19:47 22360 ----a-w- c:\windows\system32\drivers\aswFsBlk.sys 2011-03-10 16:10 . 2011-02-16 18:56 48648 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCEClientUX\UpdateableMarkup\Markup.dll 2011-03-09 16:02 . 2010-06-24 10:33 18328 ----a-w- c:\programdata\Microsoft\IdentityCRL\production\ppcrlconfig600.dll 2011-03-08 15:14 . 2011-03-08 15:13 22295040 ----a-w- c:\windows\system32\atio6axx.dll 2011-03-08 15:13 . 2011-03-08 15:13 12800 ----a-w- c:\windows\SysWow64\atiglpxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 12800 ----a-w- c:\windows\system32\atiglpxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 53760 ----a-w- c:\windows\system32\atimpc64.dll 2011-03-08 15:13 . 2011-03-08 15:13 53760 ----a-w- c:\windows\system32\amdpcom64.dll 2011-03-08 15:13 . 2011-03-08 15:13 249856 ----a-w- c:\windows\SysWow64\atiadlxy.dll 2011-03-08 15:13 . 2011-03-08 15:13 51200 ----a-w- c:\windows\system32\aticalrt64.dll 2011-03-08 15:13 . 2011-03-08 15:13 9085952 ----a-w- c:\windows\system32\drivers\atikmdag.sys 2011-03-08 15:13 . 2011-03-08 15:13 17204736 ----a-w- c:\windows\SysWow64\atioglxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 120320 ----a-w- c:\windows\system32\atitmm64.dll 2011-03-08 15:13 . 2011-03-08 15:13 43520 ----a-w- c:\windows\SysWow64\ati2edxx.dll 2011-03-08 15:13 . 2011-01-05 03:02 596480 ----a-w- c:\windows\SysWow64\aticfx32.dll 2011-03-08 15:13 . 2011-03-08 15:13 5580800 ----a-w- c:\windows\SysWow64\aticaldd.dll 2011-03-08 15:13 . 2011-01-05 02:18 30720 ----a-w- c:\windows\SysWow64\atiuxpag.dll 2011-03-08 15:13 . 2011-03-08 15:13 3222016 ----a-w- c:\windows\system32\atiumd6a.dll 2011-03-08 15:13 . 2011-03-08 15:13 423424 ----a-w- c:\windows\system32\atipdl64.dll 2011-03-08 15:13 . 2011-01-05 02:43 4847616 ----a-w- c:\windows\system32\atidxx64.dll 2011-03-08 15:13 . 2011-03-08 15:13 14848 ----a-w- c:\windows\system32\atig6pxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 5316096 ----a-w- c:\windows\system32\atiumd64.dll 2011-03-08 15:13 . 2011-01-05 02:28 58880 ----a-w- c:\windows\system32\coinst.dll 2011-03-08 15:13 . 2011-03-08 15:13 44544 ----a-w- c:\windows\system32\aticalcl64.dll 2011-03-08 15:13 . 2011-03-08 15:13 462848 ----a-w- c:\windows\system32\ATIDEMGX.dll 2011-03-08 15:13 . 2011-03-08 15:13 32768 ----a-w- c:\windows\SysWow64\atigktxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 278528 ----a-w- c:\windows\SysWow64\Oemdspif.dll 2011-03-08 15:13 . 2011-03-08 15:13 44032 ----a-w- c:\windows\SysWow64\aticalcl.dll 2011-03-08 15:13 . 2011-03-08 15:13 39936 ----a-w- c:\windows\system32\atig6txx.dll 2011-03-08 15:13 . 2011-03-08 15:13 52736 ----a-w- c:\windows\SysWow64\atimpc32.dll 2011-03-08 15:13 . 2011-03-08 15:13 52736 ----a-w- c:\windows\SysWow64\amdpcom32.dll 2011-03-08 15:13 . 2011-03-08 15:13 356352 ----a-w- c:\windows\SysWow64\atipdlxx.dll 2011-03-08 15:13 . 2011-03-08 15:12 6982144 ----a-w- c:\windows\system32\aticaldd64.dll 2011-03-08 15:13 . 2011-03-08 15:12 479232 ----a-w- c:\windows\system32\atieclxx.exe 2011-03-08 15:12 . 2011-03-08 15:12 3463680 ----a-w- c:\windows\SysWow64\atiumdva.dll 2011-03-08 15:12 . 2011-03-08 15:12 4170752 ----a-w- c:\windows\SysWow64\atiumdag.dll 2011-03-08 15:12 . 2011-01-05 02:18 39936 ----a-w- c:\windows\system32\atiuxp64.dll 2011-03-08 15:12 . 2011-03-08 15:12 38400 ----a-w- c:\windows\system32\atiu9p64.dll 2011-03-08 15:12 . 2011-01-05 02:52 4105728 ----a-w- c:\windows\SysWow64\atidxx32.dll 2011-03-08 15:12 . 2011-03-08 15:12 203776 ----a-w- c:\windows\system32\atiesrxx.exe 2011-03-08 15:12 . 2011-03-08 15:12 1208320 ----a-w- c:\windows\system32\atiumd6v.dll 2011-03-08 15:12 . 2011-03-08 15:12 59392 ----a-w- c:\windows\system32\atiedu64.dll 2011-03-08 15:12 . 2011-03-08 15:12 46080 ----a-w- c:\windows\SysWow64\aticalrt.dll 2011-03-08 15:12 . 2011-01-05 03:01 708608 ----a-w- c:\windows\system32\aticfx64.dll 2011-03-08 15:12 . 2011-03-08 15:12 1912832 ----a-w- c:\windows\SysWow64\atiumdmv.dll 2011-03-08 15:12 . 2011-03-08 15:12 354304 ----a-w- c:\windows\system32\atiadlxx.dll 2011-03-08 15:12 . 2011-03-08 15:12 53248 ----a-w- c:\windows\system32\drivers\ati2erec.dll 2011-03-08 15:12 . 2011-03-08 15:12 299520 ----a-w- c:\windows\system32\drivers\atikmpag.sys 2011-03-08 15:12 . 2011-03-08 15:12 16384 ----a-w- c:\windows\system32\atimuixx.dll 2011-03-08 15:12 . 2011-03-08 15:12 143360 ----a-w- c:\windows\system32\atiapfxx.exe 2011-03-08 15:12 . 2011-01-05 02:18 28672 ----a-w- c:\windows\SysWow64\atiu9pag.dll 2011-03-06 18:23 . 2011-03-06 18:23 178800 ----a-w- c:\windows\SysWow64\CmdLineExt_x64.dll 2011-03-05 10:59 . 2011-03-05 10:59 48648 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCEClientUX\UpdateableMarkup-2\Markup.dll 2011-03-05 10:59 . 2011-03-05 10:59 894784 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCESpotlight\MCESpotlight-2\SpotlightResources.dll 2011-03-04 06:17 . 2011-04-27 15:06 135168 ----a-w- c:\windows\apppatch\AppPatch64\AcXtrnal.dll 2011-03-04 06:17 . 2011-04-27 15:06 347648 ----a-w- c:\windows\apppatch\AppPatch64\AcLayers.dll 2011-02-19 06:37 . 2011-03-09 05:59 1135104 ----a-w- c:\windows\system32\FntCache.dll 2011-02-19 06:37 . 2011-03-09 05:59 1540608 ----a-w- c:\windows\system32\DWrite.dll 2011-02-19 06:36 . 2011-03-09 05:59 902656 ----a-w- c:\windows\system32\d2d1.dll 2011-02-19 05:32 . 2011-03-09 05:59 1074176 ----a-w- c:\windows\SysWow64\DWrite.dll 2011-02-19 05:32 . 2011-03-09 05:59 739840 ----a-w- c:\windows\SysWow64\d2d1.dll 2011-02-18 14:36 . 2011-02-18 14:36 51712 ----a-w- c:\windows\system32\drivers\usbaapl64.sys 2011-02-18 14:36 . 2011-02-18 14:36 4184352 ----a-w- c:\windows\system32\usbaaplrc.dll 2011-02-16 18:56 . 2011-02-16 18:56 894784 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCESpotlight\MCESpotlight\SpotlightResources.dll 2011-02-10 13:41 . 2011-02-10 13:41 86016 ----a-w- c:\windows\SysWow64\frapsvid.dll 2011-02-10 13:41 . 2011-02-10 13:41 84992 ----a-w- c:\windows\system32\frapsv64.dll 2011-02-09 18:29 . 2011-02-09 18:29 4068864 ----a-w- c:\windows\system32\mf.dll 2011-02-09 18:29 . 2011-02-09 18:29 320512 ----a-w- c:\windows\system32\d3d10_1core.dll 2011-02-09 18:29 . 2011-02-09 18:29 3181568 ----a-w- c:\windows\SysWow64\mf.dll 2011-02-09 18:29 . 2011-02-09 18:29 257024 ----a-w- c:\windows\system32\mfreadwrite.dll 2011-02-09 18:29 . 2011-02-09 18:29 229888 ----a-w- c:\windows\system32\XpsRasterService.dll 2011-02-09 18:29 . 2011-02-09 18:29 218624 ----a-w- c:\windows\SysWow64\d3d10_1core.dll 2011-02-09 18:29 . 2011-02-09 18:29 206848 ----a-w- c:\windows\system32\mfps.dll 2011-02-09 18:29 . 2011-02-09 18:29 196608 ----a-w- c:\windows\SysWow64\mfreadwrite.dll 2011-02-09 18:29 . 2011-02-09 18:29 1888256 ----a-w- c:\windows\system32\WMVDECOD.DLL 2011-02-09 18:29 . 2011-02-09 18:29 1863680 ----a-w- c:\windows\system32\ExplorerFrame.dll 2011-02-09 18:29 . 2011-02-09 18:29 1837568 ----a-w- c:\windows\system32\d3d10warp.dll 2011-02-09 18:29 . 2011-02-09 18:29 1619456 ----a-w- c:\windows\SysWow64\WMVDECOD.DLL 2011-02-09 18:29 . 2011-02-09 18:29 1495040 ----a-w- c:\windows\SysWow64\ExplorerFrame.dll 2011-02-09 18:29 . 2011-02-09 18:29 135168 ----a-w- c:\windows\SysWow64\XpsRasterService.dll 2011-02-09 18:29 . 2011-02-09 18:29 1170944 ----a-w- c:\windows\SysWow64\d3d10warp.dll 2011-02-09 18:29 . 2011-02-09 18:29 720896 ----a-w- c:\windows\system32\odbc32.dll 2011-02-09 18:29 . 2011-02-09 18:29 573440 ----a-w- c:\windows\SysWow64\odbc32.dll 2011-02-02 20:40 . 2011-01-05 13:12 472808 ----a-w- c:\windows\SysWow64\deployJava1.dll 2011-02-02 16:11 . 2011-01-05 11:51 270720 ------w- c:\windows\system32\MpSigStub.exe . . ((((((((((((((((((((((((((((( SnapShot@2011-05-03_12.31.06 ))))))))))))))))))))))))))))))))))))))))) . - 2009-07-14 04:54 . 2011-05-03 12:20 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2009-07-14 04:54 . 2011-05-03 14:26 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat - 2009-07-14 04:54 . 2011-05-03 12:20 32768 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat + 2009-07-14 04:54 . 2011-05-03 14:26 32768 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2009-07-14 04:54 . 2011-05-03 12:20 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2009-07-14 04:54 . 2011-05-03 14:26 16384 c:\windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2009-07-14 05:10 . 2011-05-03 14:27 35738 c:\windows\system32\wdi\BootPerformanceDiagnostics_SystemData.bin - 2011-01-05 11:20 . 2011-05-03 08:26 16384 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-01-05 11:20 . 2011-05-03 12:56 16384 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat - 2011-01-05 11:20 . 2011-05-03 08:26 32768 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat + 2011-01-05 11:20 . 2011-05-03 12:56 32768 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2009-07-14 04:54 . 2011-05-03 08:26 16384 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2009-07-14 04:54 . 2011-05-03 12:56 16384 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 07:37 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-02-16 18:25 . 2011-05-03 14:26 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-02-16 18:25 . 2011-05-03 14:26 32768 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 07:37 32768 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 07:37 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2011-02-16 18:25 . 2011-05-03 14:26 16384 c:\windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 12:27 16384 c:\windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-02-16 18:25 . 2011-05-03 14:26 16384 c:\windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Cookies\index.dat + 2011-02-16 18:25 . 2011-05-03 14:26 16384 c:\windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2011-02-16 18:25 . 2011-05-03 12:27 16384 c:\windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2011-05-03 12:53 . 2011-05-03 12:53 40184 c:\windows\assembly\GAC_MSIL\QuickStoresToolbar\1.1.0.0__318d21d4b0463a3b\QuickStoresToolbar.dll + 2011-05-03 12:53 . 2011-05-03 12:53 45304 c:\windows\assembly\GAC_32\Update\1.1.3.0__318d21d4b0463a3b\Update.exe + 2011-02-16 18:20 . 2011-05-03 14:27 8318 c:\windows\system32\wdi\{86432a0b-3c7d-4ddf-a89c-172faa90485d}\S-1-5-21-640078602-2200705079-2761140398-1001_UserData.bin - 2011-05-03 07:36 . 2011-05-03 07:36 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive1.dat + 2011-05-03 14:25 . 2011-05-03 14:25 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive1.dat - 2011-05-03 07:36 . 2011-05-03 07:36 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive0.dat + 2011-05-03 14:25 . 2011-05-03 14:25 2048 c:\windows\ServiceProfiles\LocalService\AppData\Local\lastalive0.dat + 2009-07-14 05:12 . 2011-05-03 12:56 262144 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\IETldCache\index.dat - 2009-07-14 05:12 . 2011-04-26 18:33 262144 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\IETldCache\index.dat + 2011-05-03 07:34 . 2011-05-03 14:24 583312 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache3.0.0.0.dat - 2011-05-03 07:34 . 2011-05-03 07:34 583312 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache3.0.0.0.dat - 2009-07-14 05:01 . 2011-05-03 07:34 389644 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache-System.dat + 2009-07-14 05:01 . 2011-05-03 14:24 389644 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache-System.dat + 2011-05-03 12:53 . 2011-05-03 12:53 126976 c:\windows\assembly\GAC_MSIL\Interop.SHDocVw\1.1.0.0__ffdc4657f9a00288\Interop.SHDocVw.dll - 2009-07-14 02:34 . 2011-05-03 08:57 9961472 c:\windows\system32\SMI\Store\Machine\SCHEMA.DAT + 2009-07-14 02:34 . 2011-05-03 14:36 9961472 c:\windows\system32\SMI\Store\Machine\SCHEMA.DAT + 2011-02-16 20:16 . 2011-05-03 14:24 5441780 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache-S-1-5-21-640078602-2200705079-2761140398-1001-8192.dat - 2011-02-16 20:16 . 2011-05-03 07:34 5441780 c:\windows\ServiceProfiles\LocalService\AppData\Local\FontCache-S-1-5-21-640078602-2200705079-2761140398-1001-8192.dat . ((((((((((((((((((((((((((((((((((((( Reg Opstartpunten ))))))))))))))))))))))))))))))))))))))))))))))))))) . . *Nota* lege verwijzingen & legitieme standaard verwijzingen worden niet getoond REGEDIT4 . [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Steam"="c:\program files (x86)\Steam\steam.exe" [2011-02-16 1242448] "msnmsgr"="c:\program files (x86)\Windows Live\Messenger\msnmsgr.exe" [2010-11-10 4240760] "RGSC"="c:\program files (x86)\Rockstar Games\Rockstar Games Social Club\RGSCLauncher.exe" [bU] . [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run] "Adobe Reader Speed Launcher"="c:\program files (x86)\Adobe\Reader 10.0\Reader\Reader_sl.exe" [2010-11-10 35736] "Adobe ARM"="c:\program files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe" [2010-11-10 932288] "NUSB3MON"="c:\program files (x86)\NEC Electronics\USB 3.0 Host Controller Driver\Application\nusb3mon.exe" [2009-11-20 106496] "ATICustomerCare"="c:\program files (x86)\ATI\ATICustomerCare\ATICustomerCare.exe" [2010-05-04 311296] "SunJavaUpdateSched"="c:\program files (x86)\Common Files\Java\Java Update\jusched.exe" [2010-10-29 249064] "StartCCC"="c:\program files (x86)\ATI Technologies\ATI.ACE\Core-Static\CLIStart.exe" [2011-01-26 336384] "dcmsvc"="c:\program files (x86)\dcmsvc\dcmsvc.exe" [2009-04-07 30440] "QuickTime Task"="c:\program files (x86)\QuickTime\QTTask.exe" [2010-11-29 421888] "UnlockerAssistant"="c:\program files (x86)\Unlocker\UnlockerAssistant.exe" [2010-07-04 17408] . [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce] "ST Recovery Launcher"="c:\windows\SMINST\VistaLauncher.exe" [2008-09-11 46416] . c:\programdata\Microsoft\Windows\Start Menu\Programs\Startup\ McAfee Security Scan Plus.lnk - c:\program files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe [2010-9-2 255536] . [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\policies\system] "ConsentPromptBehaviorAdmin"= 5 (0x5) "ConsentPromptBehaviorUser"= 3 (0x3) "EnableUIADesktopToggle"= 0 (0x0) . [HKEY_LOCAL_MACHINE\system\currentcontrolset\control\lsa] Security Packages REG_MULTI_SZ kerberos msv1_0 schannel wdigest tspkg pku2u livessp . [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\SolutoService] @="Service" . R0 sptd;sptd;c:\windows\System32\Drivers\sptd.sys [x] R2 clr_optimization_v4.0.30319_32;Microsoft .NET Framework NGEN v4.0.30319_X86;c:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe [2010-03-18 130384] R2 clr_optimization_v4.0.30319_64;Microsoft .NET Framework NGEN v4.0.30319_X64;c:\windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe [2010-03-18 138576] R2 gupdate;Google Updateservice (gupdate);c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 136176] R3 BBSvc;Bing Bar Update Service;c:\program files (x86)\Microsoft\BingBar\BBSvc.EXE [2011-02-28 183560] R3 McComponentHostService;McAfee Security Scan Component Host Service;c:\program files (x86)\McAfee Security Scan\2.0.189\McCHSvc.exe [2010-09-02 227232] R3 TeamViewer6;TeamViewer 6;c:\program files (x86)\TeamViewer\Version6\TeamViewer_Service.exe [2011-03-18 2271608] R3 USBAAPL64;Apple Mobile USB Driver;c:\windows\system32\Drivers\usbaapl64.sys [x] R3 VCSVADHWSer;Avnex Virtual Audio Device (WDM);c:\windows\system32\DRIVERS\vcsvad.sys [x] R3 WatAdminSvc;Windows Activation Technologies-service;c:\windows\system32\Wat\WatAdminSvc.exe [x] R4 wlcrasvc;Windows Live Mesh remote connections service;c:\program files\Windows Live\Mesh\wlcrasvc.exe [2010-09-22 57184] S0 Soluto;Soluto;c:\windows\system32\DRIVERS\Soluto.sys [x] S1 aswSnx;aswSnx; [x] S1 aswSP;aswSP; [x] S2 aksdf;aksdf;c:\windows\system32\drivers\aksdf.sys [x] S2 AMD External Events Utility;AMD External Events Utility;c:\windows\system32\atiesrxx.exe [x] S2 AMD FUEL Service;AMD FUEL Service;c:\program files\ATI Technologies\ATI.ACE\Fuel\Fuel.Service.exe [2011-01-26 354304] S2 AMD Reservation Manager;AMD Reservation Manager;c:\program files\ATI Technologies\ATI.ACE\Reservation Manager\AMD Reservation Manager.exe [2010-06-17 194496] S2 Application Updater;Application Updater;c:\program files (x86)\Application Updater\ApplicationUpdater.exe [2011-01-28 387072] S2 aswMonFlt;aswMonFlt;c:\windows\system32\drivers\aswMonFlt.sys [x] S2 SolutoService;Soluto PCGenome Core Service;c:\program files\Soluto\SolutoService.exe [2011-04-14 352800] S3 amdiox64;AMD IO Driver;c:\windows\system32\DRIVERS\amdiox64.sys [x] S3 amdkmdag;amdkmdag;c:\windows\system32\DRIVERS\atikmdag.sys [x] S3 amdkmdap;amdkmdap;c:\windows\system32\DRIVERS\atikmpag.sys [x] S3 JMB36X;JMB36X;c:\windows\SysWOW64\XSrvSetup.exe [2010-01-19 72304] S3 nusb3hub;NEC Electronics USB 3.0 Hub Driver;c:\windows\system32\DRIVERS\nusb3hub.sys [x] S3 nusb3xhc;NEC Electronics USB 3.0 Host Controller Driver;c:\windows\system32\DRIVERS\nusb3xhc.sys [x] S3 PAC207;SoC PC-Camera;c:\windows\system32\DRIVERS\PFC027.SYS [x] S3 RTL8167;Realtek 8167 NT Driver;c:\windows\system32\DRIVERS\Rt64win7.sys [x] . . Inhoud van de 'Gedeelde Taken' map . 2011-05-03 c:\windows\Tasks\GoogleUpdateTaskMachineCore.job - c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 19:47] . 2011-05-03 c:\windows\Tasks\GoogleUpdateTaskMachineUA.job - c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 19:47] . . --------- x86-64 ----------- . . [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\00avast] @="{472083B0-C522-11CF-8763-00608CC02F24}" [HKEY_CLASSES_ROOT\CLSID\{472083B0-C522-11CF-8763-00608CC02F24}] 2011-04-18 17:25 134384 ----a-w- c:\program files\Alwil Software\Avast5\ashShA64.dll . [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "combofix"="c:\combofix\CF17837.cfxxe" [X] "RtHDVCpl"="c:\program files\Realtek\Audio\HDA\RAVCpl64.exe" [2010-04-06 10144288] . ------- Bijkomende Scan ------- . uLocal Page = c:\windows\system32\blank.htm mLocal Page = c:\windows\SysWOW64\blank.htm uInternet Settings,ProxyOverride = *.local IE: E&xporteren naar Microsoft Excel - c:\progra~2\MIF5BA~1\Office12\EXCEL.EXE/3000 . - - - - ORPHANS VERWIJDERD - - - - . WebBrowser-{87775FDB-6972-41F9-AE51-8326E38CB206} - (no file) WebBrowser-{BA14329E-9550-4989-B3F2-9732E92D17CC} - (no file) . . . --------------------- VERGRENDELDE REGISTER SLEUTELS --------------------- . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.eml\UserChoice] @Denied: (2) (LocalSystem) "Progid"="WindowsLiveMail.Email.1" . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.vcf\UserChoice] @Denied: (2) (LocalSystem) "Progid"="WindowsLiveMail.VCard.1" . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\SecuROM\License information*] "datasecu"=hex:54,f6,d1,16,88,1c,1d,65,33,ef,c4,47,05,dc,0c,78,c8,18,ec,2c,71, ff,64,2d,8e,3a,23,73,2b,90,5a,93,6b,37,1b,66,5c,4d,64,82,5a,37,b3,75,1d,47,\ "rkeysecu"=hex:77,43,ad,b4,c1,64,8a,97,e2,db,ce,0d,fe,53,4a,2f . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}] @Denied: (A 2) (Everyone) @="FlashBroker" "LocalizedString"="@c:\\Windows\\SysWOW64\\Macromed\\Flash\\FlashUtil10l_ActiveX.exe,-101" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\Elevation] "Enabled"=dword:00000001 . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\LocalServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\FlashUtil10l_ActiveX.exe" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\TypeLib] @="{FAB3E735-69C7-453B-A446-B6823C6DF1C9}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}] @Denied: (A 2) (Everyone) @="Shockwave Flash Object" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\InprocServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx" "ThreadingModel"="Apartment" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\MiscStatus] @="0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\ProgID] @="ShockwaveFlash.ShockwaveFlash.10" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\ToolboxBitmap32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx, 1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\TypeLib] @="{D27CDB6B-AE6D-11cf-96B8-444553540000}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\Version] @="1.0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\VersionIndependentProgID] @="ShockwaveFlash.ShockwaveFlash" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}] @Denied: (A 2) (Everyone) @="Macromedia Flash Factory Object" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\InprocServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx" "ThreadingModel"="Apartment" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\ProgID] @="FlashFactory.FlashFactory.1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\ToolboxBitmap32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx, 1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\TypeLib] @="{D27CDB6B-AE6D-11cf-96B8-444553540000}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\Version] @="1.0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\VersionIndependentProgID] @="FlashFactory.FlashFactory" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}] @Denied: (A 2) (Everyone) @="IFlashBroker4" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}\ProxyStubClsid32] @="{00020424-0000-0000-C000-000000000046}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}\TypeLib] @="{FAB3E735-69C7-453B-A446-B6823C6DF1C9}" "Version"="1.0" . [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PCW\Security] @Denied: (Full) (Everyone) . Voltooingstijd: 2011-05-03 16:39:53 ComboFix-quarantined-files.txt 2011-05-03 14:39 ComboFix2.txt 2011-05-03 13:06 . Pre-Run: 11.287.044.096 bytes beschikbaar Post-Run: 11.233.484.800 bytes beschikbaar . - - End Of File - - D87179D88A2F8BD9ED5EF17BBA5B5279 Dit is NU de log van Hijackthis : Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 16:49:58, on 3-5-2011 Platform: Windows 7 (WinNT 6.00.3504) MSIE: Internet Explorer v8.00 (8.00.7600.16766) Boot mode: Normal Running processes: C:\Program Files (x86)\Steam\steam.exe C:\Program Files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe C:\Program Files (x86)\NEC Electronics\USB 3.0 Host Controller Driver\Application\nusb3mon.exe C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe C:\Program Files\Alwil Software\Avast5\AvastUI.exe C:\Program Files (x86)\Google\Chrome\Application\chrome.exe C:\Program Files (x86)\Google\Chrome\Application\chrome.exe C:\Program Files (x86)\Trend Micro\HiJackThis\HiJackThis.exe R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = Hotmail, Messenger, nieuws en entertainment vind je op MSN.nl R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = Bing R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = Bing R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = Hotmail, Messenger, nieuws en entertainment vind je op MSN.nl R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Local Page = C:\Windows\SysWOW64\blank.htm R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = *.local O2 - BHO: QuickStores-Toolbar - {10EDB994-47F8-43F7-AE96-F2EA63E9F90F} - mscoree.dll (file missing) O2 - BHO: AcroIEHelperStub - {18DF081C-E8AD-4283-A596-FA578C2EBDC3} - C:\Program Files (x86)\Common Files\Adobe\Acrobat\ActiveX\AcroIEHelperShim.dll O2 - BHO: Aanmeldhulp voor Windows Live ID - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WindowsLiveLogin.dll O2 - BHO: Windows Live Messenger Companion Helper - {9FDDE16B-836F-4806-AB1F-1455CBEFF289} - C:\Program Files (x86)\Windows Live\Companion\companioncore.dll O2 - BHO: SkypeIEPluginBHO - {AE805869-2E5C-4ED4-8F7B-F1F7851A4497} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O2 - BHO: Java Plug-In 2 SSV Helper - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:\Program Files (x86)\Java\jre6\bin\jp2ssv.dll O3 - Toolbar: QuickStores-Toolbar - {10EDB994-47F8-43F7-AE96-F2EA63E9F90F} - mscoree.dll (file missing) O4 - HKLM\..\Run: [Adobe Reader Speed Launcher] "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\Reader_sl.exe" O4 - HKLM\..\Run: [Adobe ARM] "C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe" O4 - HKLM\..\Run: [NUSB3MON] "C:\Program Files (x86)\NEC Electronics\USB 3.0 Host Controller Driver\Application\nusb3mon.exe" O4 - HKLM\..\Run: [ATICustomerCare] "C:\Program Files (x86)\ATI\ATICustomerCare\ATICustomerCare.exe" O4 - HKLM\..\Run: [sunJavaUpdateSched] "C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe" O4 - HKLM\..\Run: [startCCC] "C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static\CLIStart.exe" MSRun O4 - HKLM\..\Run: [dcmsvc] C:\Program Files (x86)\dcmsvc\dcmsvc.exe O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files (x86)\QuickTime\QTTask.exe" -atboottime O4 - HKLM\..\Run: [unlockerAssistant] "C:\Program Files (x86)\Unlocker\UnlockerAssistant.exe" O4 - HKLM\..\RunOnce: [sT Recovery Launcher] %WINDIR%\SMINST\VistaLauncher.exe O4 - HKCU\..\Run: [steam] "C:\Program Files (x86)\Steam\steam.exe" -silent O4 - HKCU\..\Run: [msnmsgr] "C:\Program Files (x86)\Windows Live\Messenger\msnmsgr.exe" /background O4 - HKCU\..\Run: [RGSC] C:\Program Files (x86)\Rockstar Games\Rockstar Games Social Club\RGSCLauncher.exe /silent O4 - Global Startup: McAfee Security Scan Plus.lnk = C:\Program Files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe O8 - Extra context menu item: E&xporteren naar Microsoft Excel - res://C:\PROGRA~2\MIF5BA~1\Office12\EXCEL.EXE/3000 O9 - Extra button: @C:\Program Files (x86)\Windows Live\Companion\companionlang.dll,-600 - {0000036B-C524-4050-81A0-243669A86B9F} - C:\Program Files (x86)\Windows Live\Companion\companioncore.dll O9 - Extra button: @C:\Program Files (x86)\Windows Live\Writer\WindowsLiveWriterShortcuts.dll,-1004 - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files (x86)\Windows Live\Writer\WriterBrowserExtension.dll O9 - Extra 'Tools' menuitem: @C:\Program Files (x86)\Windows Live\Writer\WindowsLiveWriterShortcuts.dll,-1003 - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files (x86)\Windows Live\Writer\WriterBrowserExtension.dll O9 - Extra button: Skype Plug-In - {898EA8C8-E7FF-479B-8935-AEC46303B9E5} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O9 - Extra 'Tools' menuitem: Skype Plug-In - {898EA8C8-E7FF-479B-8935-AEC46303B9E5} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:\PROGRA~2\MIF5BA~1\Office12\REFIEBAR.DLL O9 - Extra button: (no name) - Cmdmapping - (no file) (HKCU) O10 - Unknown file in Winsock LSP: c:\program files (x86)\common files\microsoft shared\windows live\wlidnsp.dll O10 - Unknown file in Winsock LSP: c:\program files (x86)\common files\microsoft shared\windows live\wlidnsp.dll O18 - Protocol: skype-ie-addon-data - {91774881-D725-4E58-B298-07617B9B86A8} - C:\Program Files (x86)\Skype\Toolbars\Internet Explorer\skypeieplugin.dll O18 - Protocol: skype4com - {FFC8B962-9B40-4DFF-9458-1830C7DD7F5D} - C:\PROGRA~2\COMMON~1\Skype\SKYPE4~1.DLL O18 - Protocol: wlpg - {E43EF6CD-A37A-4A9B-9E6F-83F89B8E6324} - C:\Program Files (x86)\Windows Live\Photo Gallery\AlbumDownloadProtocolHandler.dll O23 - Service: @%SystemRoot%\system32\Alg.exe,-112 (ALG) - Unknown owner - C:\Windows\System32\alg.exe (file missing) O23 - Service: AMD External Events Utility - Unknown owner - C:\Windows\system32\atiesrxx.exe (file missing) O23 - Service: AMD FUEL Service - Advanced Micro Devices, Inc. - C:\Program Files\ATI Technologies\ATI.ACE\Fuel\Fuel.Service.exe O23 - Service: AMD Reservation Manager - Advanced Micro Devices - C:\Program Files\ATI Technologies\ATI.ACE\Reservation Manager\AMD Reservation Manager.exe O23 - Service: Mobiel Apple apparaat (Apple Mobile Device) - Apple Inc. - C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\AppleMobileDeviceService.exe O23 - Service: Application Updater - Spigot, Inc. - C:\Program Files (x86)\Application Updater\ApplicationUpdater.exe O23 - Service: avast! Antivirus - AVAST Software - C:\Program Files\Alwil Software\Avast5\AvastSvc.exe O23 - Service: Bonjour-service (Bonjour Service) - Apple Inc. - C:\Program Files (x86)\Bonjour\mDNSResponder.exe O23 - Service: @%SystemRoot%\system32\efssvc.dll,-100 (EFS) - Unknown owner - C:\Windows\System32\lsass.exe (file missing) O23 - Service: @%systemroot%\system32\fxsresm.dll,-118 (Fax) - Unknown owner - C:\Windows\system32\fxssvc.exe (file missing) O23 - Service: Google Updateservice (gupdate) (gupdate) - Google Inc. - C:\Program Files (x86)\Google\Update\GoogleUpdate.exe O23 - Service: iPod-service (iPod Service) - Apple Inc. - C:\Program Files\iPod\bin\iPodService.exe O23 - Service: JMB36X - Unknown owner - C:\Windows\SysWOW64\XSrvSetup.exe O23 - Service: @keyiso.dll,-100 (KeyIso) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: McAfee Security Scan Component Host Service (McComponentHostService) - McAfee, Inc. - C:\Program Files (x86)\McAfee Security Scan\2.0.189\McCHSvc.exe O23 - Service: @comres.dll,-2797 (MSDTC) - Unknown owner - C:\Windows\System32\msdtc.exe (file missing) O23 - Service: @%SystemRoot%\System32\netlogon.dll,-102 (Netlogon) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%systemroot%\system32\psbase.dll,-300 (ProtectedStorage) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%systemroot%\system32\Locator.exe,-2 (RpcLocator) - Unknown owner - C:\Windows\system32\locator.exe (file missing) O23 - Service: @%SystemRoot%\system32\samsrv.dll,-1 (SamSs) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%SystemRoot%\system32\snmptrap.exe,-3 (SNMPTRAP) - Unknown owner - C:\Windows\System32\snmptrap.exe (file missing) O23 - Service: Soluto PCGenome Core Service (SolutoService) - Soluto - C:\Program Files\Soluto\SolutoService.exe O23 - Service: @%systemroot%\system32\spoolsv.exe,-1 (Spooler) - Unknown owner - C:\Windows\System32\spoolsv.exe (file missing) O23 - Service: @%SystemRoot%\system32\sppsvc.exe,-101 (sppsvc) - Unknown owner - C:\Windows\system32\sppsvc.exe (file missing) O23 - Service: Steam Client Service - Valve Corporation - C:\Program Files (x86)\Common Files\Steam\SteamService.exe O23 - Service: TeamViewer 6 (TeamViewer6) - TeamViewer GmbH - C:\Program Files (x86)\TeamViewer\Version6\TeamViewer_Service.exe O23 - Service: @%SystemRoot%\system32\ui0detect.exe,-101 (UI0Detect) - Unknown owner - C:\Windows\system32\UI0Detect.exe (file missing) O23 - Service: @%SystemRoot%\system32\vaultsvc.dll,-1003 (VaultSvc) - Unknown owner - C:\Windows\system32\lsass.exe (file missing) O23 - Service: @%SystemRoot%\system32\vds.exe,-100 (vds) - Unknown owner - C:\Windows\System32\vds.exe (file missing) O23 - Service: @%systemroot%\system32\vssvc.exe,-102 (VSS) - Unknown owner - C:\Windows\system32\vssvc.exe (file missing) O23 - Service: @%SystemRoot%\system32\Wat\WatUX.exe,-601 (WatAdminSvc) - Unknown owner - C:\Windows\system32\Wat\WatAdminSvc.exe (file missing) O23 - Service: @%systemroot%\system32\wbengine.exe,-104 (wbengine) - Unknown owner - C:\Windows\system32\wbengine.exe (file missing) O23 - Service: @%Systemroot%\system32\wbem\wmiapsrv.exe,-110 (wmiApSrv) - Unknown owner - C:\Windows\system32\wbem\WmiApSrv.exe (file missing) O23 - Service: @%PROGRAMFILES%\Windows Media Player\wmpnetwk.exe,-101 (WMPNetworkSvc) - Unknown owner - C:\Program Files (x86)\Windows Media Player\wmpnetwk.exe (file missing) -- End of file - 10053 bytes PS: Hoe download ik die nieuwe drivers van Realtek dan ?
  24. Dit is de log van ComboFix :: ComboFix 11-05-02.04 - Jerome 03-05-2011 15:00:14.2.4 - x64 Microsoft Windows 7 Home Premium 6.1.7600.0.1252.31.1043.18.8190.6173 [GMT 2:00] Gestart vanuit: c:\users\Jerome\Desktop\ComboFix.exe AV: avast! Antivirus *Disabled/Updated* {2B2D1395-420B-D5C9-657E-930FE358FC3C} SP: avast! Antivirus *Disabled/Updated* {904CF271-6431-DA47-5FCE-A87D98DFB681} SP: Windows Defender *Enabled/Updated* {D68DDC3A-831F-4fae-9E44-DA132C1ACF46} . . (((((((((((((((((((((((((((((((((( Andere Verwijderingen ))))))))))))))))))))))))))))))))))))))))))))))))) . . ---- Voorgaande Run ------- . c:\program files (x86)\YouTube Downloader Toolbar\IE\4.3\yoUTubedownloadertoolbarie.dll c:\programdata\Microsoft\Network\Downloader\qmgr0.dat c:\programdata\Microsoft\Network\Downloader\qmgr1.dat c:\users\Public\invokesi.exe c:\windows\shutdown.dll E:\Autorun.inf . . (((((((((((((((((((( Bestanden Gemaakt van 2011-04-03 to 2011-05-03 )))))))))))))))))))))))))))))) . . 2011-05-03 13:04 . 2011-05-03 13:04 -------- d-----w- c:\users\Default\AppData\Local\temp 2011-05-03 12:53 . 2011-05-03 12:53 -------- d-----w- c:\users\Jerome\AppData\Roaming\QuickStoresToolbar 2011-05-03 12:53 . 2011-05-03 12:53 -------- d-----w- c:\program files (x86)\Unlocker 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\users\Jerome\AppData\Roaming\Malwarebytes 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\programdata\Malwarebytes 2011-05-03 09:20 . 2010-12-20 16:09 38224 ----a-w- c:\windows\SysWow64\drivers\mbamswissarmy.sys 2011-05-03 09:20 . 2011-05-03 09:20 -------- d-----w- c:\program files (x86)\Malwarebytes' Anti-Malware 2011-05-03 09:20 . 2010-12-20 16:08 24152 ----a-w- c:\windows\system32\drivers\mbam.sys 2011-05-03 07:49 . 2011-05-03 07:49 388096 ----a-r- c:\users\Jerome\AppData\Roaming\Microsoft\Installer\{45A66726-69BC-466B-A7A4-12FCBA4883D7}\HiJackThis.exe 2011-05-03 07:49 . 2011-05-03 07:49 -------- d-----w- c:\program files (x86)\Trend Micro 2011-05-03 07:44 . 2011-05-03 07:44 -------- d-----w- c:\users\Jerome\AppData\Roaming\Soluto 2011-05-03 07:32 . 2011-04-14 08:06 54728 ----a-w- c:\windows\system32\drivers\Soluto.sys 2011-05-03 07:32 . 2011-05-03 07:32 -------- d-----w- c:\program files\Soluto 2011-05-03 07:32 . 2011-05-03 07:39 -------- d-----w- c:\programdata\Soluto 2011-05-03 07:23 . 2011-04-11 08:21 8802128 ----a-w- c:\programdata\Microsoft\Windows Defender\Definition Updates\{8992E832-25FC-43B1-AE25-6ABAE5218C6C}\mpengine.dll 2011-05-03 07:20 . 2011-05-03 07:20 -------- d-----w- c:\users\Jerome\AppData\Local\{448D83AB-035C-4077-813E-205CB65C33DA} 2011-05-02 17:44 . 2011-05-02 17:45 -------- d-----w- c:\users\Jerome\AppData\Local\{E858312B-B20B-42E0-817B-6541A987E24E} 2011-05-02 11:06 . 2011-05-02 11:06 -------- d-----w- c:\program files\Speccy 2011-05-02 05:27 . 2011-05-02 05:28 -------- d-----w- c:\users\Jerome\AppData\Local\{175F16B1-1D66-46BD-AFD1-A1C990C2E029} 2011-05-01 07:17 . 2011-05-01 07:17 -------- d-----w- c:\users\Jerome\AppData\Local\{B9E3B555-CD56-4BC0-A7DA-C6DA9EAE2AD2} 2011-04-30 15:41 . 2011-04-30 15:41 -------- d-----w- c:\users\Jerome\AppData\Local\{DFDC5E04-E5B9-4DA7-AB6B-DA05C3037B32} 2011-04-29 14:38 . 2011-04-29 14:39 -------- d-----w- c:\users\Jerome\AppData\Local\{588E7E07-8969-4AA8-A11B-951879ECAFF3} 2011-04-28 18:57 . 2011-04-18 17:17 600920 ----a-w- c:\windows\system32\drivers\aswSnx.sys 2011-04-28 14:55 . 2011-04-28 14:55 -------- d-----w- c:\users\Jerome\AppData\Local\{9C085A74-84AC-41DF-A92C-5415CE94E6C5} 2011-04-27 15:07 . 2011-02-26 06:23 2870272 ----a-w- c:\windows\explorer.exe 2011-04-27 15:07 . 2011-02-26 05:33 2614784 ----a-w- c:\windows\SysWow64\explorer.exe 2011-04-27 15:07 . 2011-03-12 11:31 442880 ----a-w- c:\windows\SysWow64\XpsPrint.dll 2011-04-27 15:07 . 2011-03-12 12:03 662528 ----a-w- c:\windows\system32\XpsPrint.dll 2011-04-27 15:02 . 2011-04-27 15:02 -------- d-----w- c:\users\Jerome\AppData\Local\{930150DA-1CD8-4D2E-9D5F-EF09C69D97D8} 2011-04-26 19:01 . 2011-04-26 19:10 -------- d-----w- c:\users\Jerome\AppData\Roaming\Apple Computer 2011-04-26 19:01 . 2011-04-26 19:01 -------- d-----w- c:\users\Jerome\AppData\Local\Apple Computer 2011-04-26 19:01 . 2009-05-18 11:17 34152 ----a-w- c:\windows\system32\drivers\GEARAspiWDM.sys 2011-04-26 19:01 . 2008-04-17 10:12 126312 ----a-w- c:\windows\system32\GEARAspi64.dll 2011-04-26 19:01 . 2008-04-17 10:12 107368 ----a-w- c:\windows\SysWow64\GEARAspi.dll 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files\Common Files\Apple 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files\Bonjour 2011-04-26 18:59 . 2011-04-26 18:59 -------- d-----w- c:\program files (x86)\Bonjour 2011-04-26 18:59 . 2011-04-26 19:00 -------- d-----w- c:\program files (x86)\Common Files\Apple 2011-04-26 18:59 . 2011-04-26 19:00 -------- d-----w- c:\programdata\Apple 2011-04-26 18:33 . 2011-04-26 18:33 -------- d-----w- c:\programdata\McAfee 2011-04-26 18:33 . 2011-04-26 18:33 -------- d-----w- c:\programdata\McAfee Security Scan 2011-04-26 18:33 . 2011-04-27 18:14 -------- d-----w- c:\program files (x86)\McAfee Security Scan 2011-04-26 13:59 . 2011-04-26 13:59 -------- d-----w- c:\users\Jerome\AppData\Local\{5E5ED7BC-D39D-40C8-AAA4-41A619C3EABC} 2011-04-25 07:23 . 2011-04-25 07:23 -------- d-----w- c:\users\Jerome\AppData\Local\{943F5861-9B92-4CEA-B47D-E401DBAAF00B} 2011-04-24 07:11 . 2011-04-24 07:11 -------- d-----w- c:\users\Jerome\AppData\Local\{707B61E6-6C07-444A-8801-2F1DD45251CF} 2011-04-23 14:49 . 2011-04-23 14:49 -------- d-----w- c:\users\Jerome\AppData\Local\{69FD8689-8323-43DC-8757-023702CE978A} 2011-04-22 14:00 . 2011-04-22 14:00 -------- d-----w- c:\users\Jerome\AppData\Local\{59B34D46-9975-4161-A9C3-4E8A2E36B8E2} 2011-04-21 14:57 . 2011-04-21 14:57 -------- d-----w- c:\users\Jerome\AppData\Local\{58236991-CCB2-4E4C-8649-6FA0A763DBA5} 2011-04-20 21:19 . 2011-04-20 21:20 -------- d-----w- c:\users\Jerome\AppData\Local\{6D1598AB-F0ED-4133-BA2F-148DCDDA1C06} 2011-04-19 14:02 . 2011-04-19 14:02 -------- d-----w- c:\users\Jerome\AppData\Local\{50C8817B-EC90-41A3-BB89-69DD598C6393} 2011-04-18 15:37 . 2011-04-18 15:37 -------- d-----w- c:\users\Jerome\AppData\Local\{A384F814-3E7B-469D-8A17-F7EF9B6E899B} 2011-04-17 12:37 . 2011-04-17 12:37 868848 ----a-w- c:\windows\system32\drivers\sptd.sys 2011-04-17 12:37 . 2011-04-17 12:37 -------- d-----w- c:\users\Jerome\AppData\Roaming\DAEMON Tools 2011-04-17 06:48 . 2011-04-17 06:48 -------- d-----w- c:\users\Jerome\AppData\Local\{88F58A36-B8F3-4C86-AA59-EBF81441CB18} 2011-04-16 16:50 . 2011-05-03 12:19 -------- d-----w- c:\users\Jerome\AppData\Roaming\Raptr 2011-04-16 16:50 . 2011-04-16 16:50 -------- d-----w- c:\program files (x86)\Raptr 2011-04-16 16:49 . 2011-04-16 17:12 -------- d-----w- c:\users\Jerome\AppData\Roaming\Azureus 2011-04-16 16:49 . 2011-04-16 16:49 -------- d-----w- c:\program files (x86)\Vuze 2011-04-16 16:49 . 2011-04-16 16:49 -------- d-----w- c:\users\Jerome\AppData\Local\Conduit 2011-04-16 06:22 . 2011-04-16 06:22 -------- d-----w- c:\users\Jerome\AppData\Local\{F667E21E-0BA8-4BD7-BD01-AB02B53388D9} 2011-04-15 07:33 . 2011-04-15 07:33 -------- d-----w- c:\users\Jerome\AppData\Local\{687C4A99-EE4B-42FF-AE69-88155992DE59} 2011-04-14 06:07 . 2011-04-14 06:07 -------- d-----w- c:\users\Jerome\AppData\Local\{48DF47AF-D027-44D7-A32F-E6B8E2F100E8} 2011-04-13 15:02 . 2011-04-13 15:02 -------- d-----w- c:\users\Jerome\AppData\Roaming\EpicBot 2011-04-13 14:47 . 2011-04-13 14:47 -------- d-----w- c:\program files (x86)\EpicBot 2011-04-13 05:56 . 2011-04-13 05:56 -------- d-----w- c:\program files (x86)\W3i 2011-04-13 05:12 . 2011-04-13 05:12 -------- d-----w- c:\users\Jerome\AppData\Local\{4D3DC927-6844-4EF9-8739-A1654F855CDD} 2011-04-12 17:39 . 2011-04-12 17:39 -------- d-----w- c:\users\Jerome\AppData\Local\CrashRpt 2011-04-12 14:35 . 2011-04-12 14:35 -------- d-----w- c:\program files (x86)\dcmsvc 2011-04-12 14:34 . 2011-04-12 14:34 -------- d-----w- c:\users\Jerome\AppData\Roaming\com.warnerbros.DigitalCopyManager.449F66ACC381FDC604DC2AA255FEECEEBBBEE1E5.1 2011-04-12 14:34 . 2011-04-21 14:55 -------- d-----w- c:\program files (x86)\Common Files\Adobe AIR 2011-04-12 14:22 . 2011-04-12 14:22 -------- d-----w- c:\users\Jerome\AppData\Local\{CE29C98C-37EF-46EE-891F-A649FEBEA2CF} 2011-04-11 18:41 . 2011-04-11 18:41 -------- d-----w- c:\program files (x86)\Conduit 2011-04-11 18:41 . 2011-04-11 18:41 -------- d-----w- C:\extensions 2011-04-11 18:41 . 2011-04-16 16:48 -------- d-----w- c:\users\Jerome\AppData\Roaming\uTorrent 2011-04-11 18:16 . 2011-04-11 18:16 -------- d-----w- c:\users\Jerome\AppData\Local\{546C49F5-40EE-4FA1-853F-2EBB90B88619} 2011-04-11 05:53 . 2011-04-11 05:53 -------- d-----w- c:\users\Jerome\AppData\Local\{44FE12D7-A828-4AD4-BFB5-BEE2A8BB7AD3} 2011-04-10 18:05 . 2011-04-12 14:33 -------- d-----w- c:\users\Jerome\AppData\Local\Adobe 2011-04-10 14:35 . 2011-04-10 14:35 -------- d-----w- c:\users\Jerome\AppData\Local\{B57BB185-56C6-4C26-883F-DC086AC64DB8} 2011-04-08 09:00 . 2011-04-08 09:00 -------- d-----w- c:\users\Jerome\AppData\Local\{6CB3DFBA-FB4E-4564-87FA-26D7134E5245} 2011-04-07 13:51 . 2011-04-07 13:51 -------- d-----w- c:\users\Jerome\AppData\Local\{C4AB096B-4CF9-4F99-947F-D72C0D31D0F7} 2011-04-06 15:29 . 2011-04-06 15:29 -------- d-----w- c:\users\Jerome\AppData\Local\{9AF8CA20-2C15-46F5-81F4-4C9198283323} 2011-04-06 14:26 . 2011-04-06 14:26 96544 ----a-w- c:\windows\system32\dnssd.dll 2011-04-06 14:26 . 2011-04-06 14:26 69408 ----a-w- c:\windows\system32\jdns_sd.dll 2011-04-06 14:26 . 2011-04-06 14:26 237856 ----a-w- c:\windows\system32\dnssdX.dll 2011-04-06 14:26 . 2011-04-06 14:26 119584 ----a-w- c:\windows\system32\dns-sd.exe 2011-04-06 14:20 . 2011-04-06 14:20 91424 ----a-w- c:\windows\SysWow64\dnssd.dll 2011-04-06 14:20 . 2011-04-06 14:20 75040 ----a-w- c:\windows\SysWow64\jdns_sd.dll 2011-04-06 14:20 . 2011-04-06 14:20 197920 ----a-w- c:\windows\SysWow64\dnssdX.dll 2011-04-06 14:20 . 2011-04-06 14:20 107808 ----a-w- c:\windows\SysWow64\dns-sd.exe 2011-04-05 14:25 . 2011-04-05 14:25 -------- d-----w- c:\users\Jerome\AppData\Local\{F5CAE213-0D2C-409A-AA55-8E4038F2F30A} 2011-04-04 08:04 . 2011-04-04 08:04 -------- d-----w- c:\users\Jerome\.jagex_cache_32 2011-04-04 06:40 . 2011-04-04 06:40 -------- d-----w- c:\users\Jerome\AppData\Local\{8D63B006-5B48-488C-BAF2-13D25EFD0004} . . . ((((((((((((((((((((((((((((((((((((((( Find3M Rapport )))))))))))))))))))))))))))))))))))))))))))))))))))) . 2011-04-18 17:25 . 2011-02-16 19:46 40112 ----a-w- c:\windows\avastSS.scr 2011-04-18 17:25 . 2011-02-16 19:46 199304 ----a-w- c:\windows\SysWow64\aswBoot.exe 2011-04-18 17:25 . 2011-02-16 19:47 253888 ----a-w- c:\windows\system32\aswBoot.exe 2011-04-18 17:18 . 2011-02-16 19:47 287064 ----a-w- c:\windows\system32\drivers\aswSP.sys 2011-04-18 17:16 . 2011-02-16 19:47 53592 ----a-w- c:\windows\system32\drivers\aswTdi.sys 2011-04-18 17:13 . 2011-02-16 19:47 31064 ----a-w- c:\windows\system32\drivers\aswRdr.sys 2011-04-18 17:13 . 2011-02-16 19:47 64344 ----a-w- c:\windows\system32\drivers\aswMonFlt.sys 2011-04-18 17:13 . 2011-02-16 19:47 22360 ----a-w- c:\windows\system32\drivers\aswFsBlk.sys 2011-03-10 16:10 . 2011-02-16 18:56 48648 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCEClientUX\UpdateableMarkup\Markup.dll 2011-03-09 16:02 . 2010-06-24 10:33 18328 ----a-w- c:\programdata\Microsoft\IdentityCRL\production\ppcrlconfig600.dll 2011-03-08 15:14 . 2011-03-08 15:13 22295040 ----a-w- c:\windows\system32\atio6axx.dll 2011-03-08 15:13 . 2011-03-08 15:13 12800 ----a-w- c:\windows\SysWow64\atiglpxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 12800 ----a-w- c:\windows\system32\atiglpxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 53760 ----a-w- c:\windows\system32\atimpc64.dll 2011-03-08 15:13 . 2011-03-08 15:13 53760 ----a-w- c:\windows\system32\amdpcom64.dll 2011-03-08 15:13 . 2011-03-08 15:13 249856 ----a-w- c:\windows\SysWow64\atiadlxy.dll 2011-03-08 15:13 . 2011-03-08 15:13 51200 ----a-w- c:\windows\system32\aticalrt64.dll 2011-03-08 15:13 . 2011-03-08 15:13 9085952 ----a-w- c:\windows\system32\drivers\atikmdag.sys 2011-03-08 15:13 . 2011-03-08 15:13 17204736 ----a-w- c:\windows\SysWow64\atioglxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 120320 ----a-w- c:\windows\system32\atitmm64.dll 2011-03-08 15:13 . 2011-03-08 15:13 43520 ----a-w- c:\windows\SysWow64\ati2edxx.dll 2011-03-08 15:13 . 2011-01-05 03:02 596480 ----a-w- c:\windows\SysWow64\aticfx32.dll 2011-03-08 15:13 . 2011-03-08 15:13 5580800 ----a-w- c:\windows\SysWow64\aticaldd.dll 2011-03-08 15:13 . 2011-01-05 02:18 30720 ----a-w- c:\windows\SysWow64\atiuxpag.dll 2011-03-08 15:13 . 2011-03-08 15:13 3222016 ----a-w- c:\windows\system32\atiumd6a.dll 2011-03-08 15:13 . 2011-03-08 15:13 423424 ----a-w- c:\windows\system32\atipdl64.dll 2011-03-08 15:13 . 2011-01-05 02:43 4847616 ----a-w- c:\windows\system32\atidxx64.dll 2011-03-08 15:13 . 2011-03-08 15:13 14848 ----a-w- c:\windows\system32\atig6pxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 5316096 ----a-w- c:\windows\system32\atiumd64.dll 2011-03-08 15:13 . 2011-01-05 02:28 58880 ----a-w- c:\windows\system32\coinst.dll 2011-03-08 15:13 . 2011-03-08 15:13 44544 ----a-w- c:\windows\system32\aticalcl64.dll 2011-03-08 15:13 . 2011-03-08 15:13 462848 ----a-w- c:\windows\system32\ATIDEMGX.dll 2011-03-08 15:13 . 2011-03-08 15:13 32768 ----a-w- c:\windows\SysWow64\atigktxx.dll 2011-03-08 15:13 . 2011-03-08 15:13 278528 ----a-w- c:\windows\SysWow64\Oemdspif.dll 2011-03-08 15:13 . 2011-03-08 15:13 44032 ----a-w- c:\windows\SysWow64\aticalcl.dll 2011-03-08 15:13 . 2011-03-08 15:13 39936 ----a-w- c:\windows\system32\atig6txx.dll 2011-03-08 15:13 . 2011-03-08 15:13 52736 ----a-w- c:\windows\SysWow64\atimpc32.dll 2011-03-08 15:13 . 2011-03-08 15:13 52736 ----a-w- c:\windows\SysWow64\amdpcom32.dll 2011-03-08 15:13 . 2011-03-08 15:13 356352 ----a-w- c:\windows\SysWow64\atipdlxx.dll 2011-03-08 15:13 . 2011-03-08 15:12 6982144 ----a-w- c:\windows\system32\aticaldd64.dll 2011-03-08 15:13 . 2011-03-08 15:12 479232 ----a-w- c:\windows\system32\atieclxx.exe 2011-03-08 15:12 . 2011-03-08 15:12 3463680 ----a-w- c:\windows\SysWow64\atiumdva.dll 2011-03-08 15:12 . 2011-03-08 15:12 4170752 ----a-w- c:\windows\SysWow64\atiumdag.dll 2011-03-08 15:12 . 2011-01-05 02:18 39936 ----a-w- c:\windows\system32\atiuxp64.dll 2011-03-08 15:12 . 2011-03-08 15:12 38400 ----a-w- c:\windows\system32\atiu9p64.dll 2011-03-08 15:12 . 2011-01-05 02:52 4105728 ----a-w- c:\windows\SysWow64\atidxx32.dll 2011-03-08 15:12 . 2011-03-08 15:12 203776 ----a-w- c:\windows\system32\atiesrxx.exe 2011-03-08 15:12 . 2011-03-08 15:12 1208320 ----a-w- c:\windows\system32\atiumd6v.dll 2011-03-08 15:12 . 2011-03-08 15:12 59392 ----a-w- c:\windows\system32\atiedu64.dll 2011-03-08 15:12 . 2011-03-08 15:12 46080 ----a-w- c:\windows\SysWow64\aticalrt.dll 2011-03-08 15:12 . 2011-01-05 03:01 708608 ----a-w- c:\windows\system32\aticfx64.dll 2011-03-08 15:12 . 2011-03-08 15:12 1912832 ----a-w- c:\windows\SysWow64\atiumdmv.dll 2011-03-08 15:12 . 2011-03-08 15:12 354304 ----a-w- c:\windows\system32\atiadlxx.dll 2011-03-08 15:12 . 2011-03-08 15:12 53248 ----a-w- c:\windows\system32\drivers\ati2erec.dll 2011-03-08 15:12 . 2011-03-08 15:12 299520 ----a-w- c:\windows\system32\drivers\atikmpag.sys 2011-03-08 15:12 . 2011-03-08 15:12 16384 ----a-w- c:\windows\system32\atimuixx.dll 2011-03-08 15:12 . 2011-03-08 15:12 143360 ----a-w- c:\windows\system32\atiapfxx.exe 2011-03-08 15:12 . 2011-01-05 02:18 28672 ----a-w- c:\windows\SysWow64\atiu9pag.dll 2011-03-06 18:23 . 2011-03-06 18:23 178800 ----a-w- c:\windows\SysWow64\CmdLineExt_x64.dll 2011-03-05 10:59 . 2011-03-05 10:59 48648 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCEClientUX\UpdateableMarkup-2\Markup.dll 2011-03-05 10:59 . 2011-03-05 10:59 894784 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCESpotlight\MCESpotlight-2\SpotlightResources.dll 2011-03-04 06:17 . 2011-04-27 15:06 135168 ----a-w- c:\windows\apppatch\AppPatch64\AcXtrnal.dll 2011-03-04 06:17 . 2011-04-27 15:06 347648 ----a-w- c:\windows\apppatch\AppPatch64\AcLayers.dll 2011-02-19 06:37 . 2011-03-09 05:59 1135104 ----a-w- c:\windows\system32\FntCache.dll 2011-02-19 06:37 . 2011-03-09 05:59 1540608 ----a-w- c:\windows\system32\DWrite.dll 2011-02-19 06:36 . 2011-03-09 05:59 902656 ----a-w- c:\windows\system32\d2d1.dll 2011-02-19 05:32 . 2011-03-09 05:59 1074176 ----a-w- c:\windows\SysWow64\DWrite.dll 2011-02-19 05:32 . 2011-03-09 05:59 739840 ----a-w- c:\windows\SysWow64\d2d1.dll 2011-02-18 14:36 . 2011-02-18 14:36 51712 ----a-w- c:\windows\system32\drivers\usbaapl64.sys 2011-02-18 14:36 . 2011-02-18 14:36 4184352 ----a-w- c:\windows\system32\usbaaplrc.dll 2011-02-16 18:56 . 2011-02-16 18:56 894784 ----a-w- c:\programdata\Microsoft\eHome\Packages\MCESpotlight\MCESpotlight\SpotlightResources.dll 2011-02-10 13:41 . 2011-02-10 13:41 86016 ----a-w- c:\windows\SysWow64\frapsvid.dll 2011-02-10 13:41 . 2011-02-10 13:41 84992 ----a-w- c:\windows\system32\frapsv64.dll 2011-02-09 18:29 . 2011-02-09 18:29 4068864 ----a-w- c:\windows\system32\mf.dll 2011-02-09 18:29 . 2011-02-09 18:29 320512 ----a-w- c:\windows\system32\d3d10_1core.dll 2011-02-09 18:29 . 2011-02-09 18:29 3181568 ----a-w- c:\windows\SysWow64\mf.dll 2011-02-09 18:29 . 2011-02-09 18:29 257024 ----a-w- c:\windows\system32\mfreadwrite.dll 2011-02-09 18:29 . 2011-02-09 18:29 229888 ----a-w- c:\windows\system32\XpsRasterService.dll 2011-02-09 18:29 . 2011-02-09 18:29 218624 ----a-w- c:\windows\SysWow64\d3d10_1core.dll 2011-02-09 18:29 . 2011-02-09 18:29 206848 ----a-w- c:\windows\system32\mfps.dll 2011-02-09 18:29 . 2011-02-09 18:29 196608 ----a-w- c:\windows\SysWow64\mfreadwrite.dll 2011-02-09 18:29 . 2011-02-09 18:29 1888256 ----a-w- c:\windows\system32\WMVDECOD.DLL 2011-02-09 18:29 . 2011-02-09 18:29 1863680 ----a-w- c:\windows\system32\ExplorerFrame.dll 2011-02-09 18:29 . 2011-02-09 18:29 1837568 ----a-w- c:\windows\system32\d3d10warp.dll 2011-02-09 18:29 . 2011-02-09 18:29 1619456 ----a-w- c:\windows\SysWow64\WMVDECOD.DLL 2011-02-09 18:29 . 2011-02-09 18:29 1495040 ----a-w- c:\windows\SysWow64\ExplorerFrame.dll 2011-02-09 18:29 . 2011-02-09 18:29 135168 ----a-w- c:\windows\SysWow64\XpsRasterService.dll 2011-02-09 18:29 . 2011-02-09 18:29 1170944 ----a-w- c:\windows\SysWow64\d3d10warp.dll 2011-02-09 18:29 . 2011-02-09 18:29 720896 ----a-w- c:\windows\system32\odbc32.dll 2011-02-09 18:29 . 2011-02-09 18:29 573440 ----a-w- c:\windows\SysWow64\odbc32.dll 2011-02-02 20:40 . 2011-01-05 13:12 472808 ----a-w- c:\windows\SysWow64\deployJava1.dll 2011-02-02 16:11 . 2011-01-05 11:51 270720 ------w- c:\windows\system32\MpSigStub.exe . . ((((((((((((((((((((((((((((( SnapShot@2011-05-03_12.31.06 ))))))))))))))))))))))))))))))))))))))))) . + 2011-01-05 11:20 . 2011-05-03 12:56 16384 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat - 2011-01-05 11:20 . 2011-05-03 08:26 16384 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Cookies\index.dat - 2011-01-05 11:20 . 2011-05-03 08:26 32768 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat + 2011-01-05 11:20 . 2011-05-03 12:56 32768 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat + 2009-07-14 04:54 . 2011-05-03 12:56 16384 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat - 2009-07-14 04:54 . 2011-05-03 08:26 16384 c:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History\History.IE5\index.dat + 2011-05-03 12:53 . 2011-05-03 12:53 40184 c:\windows\assembly\GAC_MSIL\QuickStoresToolbar\1.1.0.0__318d21d4b0463a3b\QuickStoresToolbar.dll + 2011-05-03 12:53 . 2011-05-03 12:53 45304 c:\windows\assembly\GAC_32\Update\1.1.3.0__318d21d4b0463a3b\Update.exe + 2009-07-14 05:12 . 2011-05-03 12:56 262144 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\IETldCache\index.dat - 2009-07-14 05:12 . 2011-04-26 18:33 262144 c:\windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\IETldCache\index.dat + 2011-05-03 12:53 . 2011-05-03 12:53 126976 c:\windows\assembly\GAC_MSIL\Interop.SHDocVw\1.1.0.0__ffdc4657f9a00288\Interop.SHDocVw.dll . ((((((((((((((((((((((((((((((((((((( Reg Opstartpunten ))))))))))))))))))))))))))))))))))))))))))))))))))) . . *Nota* lege verwijzingen & legitieme standaard verwijzingen worden niet getoond REGEDIT4 . [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Steam"="c:\program files (x86)\Steam\steam.exe" [2011-02-16 1242448] "msnmsgr"="c:\program files (x86)\Windows Live\Messenger\msnmsgr.exe" [2010-11-10 4240760] "RGSC"="c:\program files (x86)\Rockstar Games\Rockstar Games Social Club\RGSCLauncher.exe" [bU] . [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run] "Adobe Reader Speed Launcher"="c:\program files (x86)\Adobe\Reader 10.0\Reader\Reader_sl.exe" [2010-11-10 35736] "Adobe ARM"="c:\program files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe" [2010-11-10 932288] "NUSB3MON"="c:\program files (x86)\NEC Electronics\USB 3.0 Host Controller Driver\Application\nusb3mon.exe" [2009-11-20 106496] "ATICustomerCare"="c:\program files (x86)\ATI\ATICustomerCare\ATICustomerCare.exe" [2010-05-04 311296] "SunJavaUpdateSched"="c:\program files (x86)\Common Files\Java\Java Update\jusched.exe" [2010-10-29 249064] "StartCCC"="c:\program files (x86)\ATI Technologies\ATI.ACE\Core-Static\CLIStart.exe" [2011-01-26 336384] "dcmsvc"="c:\program files (x86)\dcmsvc\dcmsvc.exe" [2009-04-07 30440] "QuickTime Task"="c:\program files (x86)\QuickTime\QTTask.exe" [2010-11-29 421888] "UnlockerAssistant"="c:\program files (x86)\Unlocker\UnlockerAssistant.exe" [2010-07-04 17408] . [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce] "ST Recovery Launcher"="c:\windows\SMINST\VistaLauncher.exe" [2008-09-11 46416] . c:\programdata\Microsoft\Windows\Start Menu\Programs\Startup\ McAfee Security Scan Plus.lnk - c:\program files (x86)\McAfee Security Scan\2.0.189\SSScheduler.exe [2010-9-2 255536] . [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\policies\system] "ConsentPromptBehaviorAdmin"= 5 (0x5) "ConsentPromptBehaviorUser"= 3 (0x3) "EnableUIADesktopToggle"= 0 (0x0) . [HKEY_LOCAL_MACHINE\system\currentcontrolset\control\lsa] Security Packages REG_MULTI_SZ kerberos msv1_0 schannel wdigest tspkg pku2u livessp . [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\SolutoService] @="Service" . R0 sptd;sptd;c:\windows\System32\Drivers\sptd.sys [x] R2 clr_optimization_v4.0.30319_32;Microsoft .NET Framework NGEN v4.0.30319_X86;c:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe [2010-03-18 130384] R2 clr_optimization_v4.0.30319_64;Microsoft .NET Framework NGEN v4.0.30319_X64;c:\windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe [2010-03-18 138576] R2 gupdate;Google Updateservice (gupdate);c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 136176] R3 BBSvc;Bing Bar Update Service;c:\program files (x86)\Microsoft\BingBar\BBSvc.EXE [2011-02-28 183560] R3 McComponentHostService;McAfee Security Scan Component Host Service;c:\program files (x86)\McAfee Security Scan\2.0.189\McCHSvc.exe [2010-09-02 227232] R3 USBAAPL64;Apple Mobile USB Driver;c:\windows\system32\Drivers\usbaapl64.sys [x] R3 VCSVADHWSer;Avnex Virtual Audio Device (WDM);c:\windows\system32\DRIVERS\vcsvad.sys [x] R3 WatAdminSvc;Windows Activation Technologies-service;c:\windows\system32\Wat\WatAdminSvc.exe [x] R4 wlcrasvc;Windows Live Mesh remote connections service;c:\program files\Windows Live\Mesh\wlcrasvc.exe [2010-09-22 57184] S0 Soluto;Soluto;c:\windows\system32\DRIVERS\Soluto.sys [x] S1 aswSnx;aswSnx; [x] S1 aswSP;aswSP; [x] S2 aksdf;aksdf;c:\windows\system32\drivers\aksdf.sys [x] S2 AMD External Events Utility;AMD External Events Utility;c:\windows\system32\atiesrxx.exe [x] S2 AMD FUEL Service;AMD FUEL Service;c:\program files\ATI Technologies\ATI.ACE\Fuel\Fuel.Service.exe [2011-01-26 354304] S2 AMD Reservation Manager;AMD Reservation Manager;c:\program files\ATI Technologies\ATI.ACE\Reservation Manager\AMD Reservation Manager.exe [2010-06-17 194496] S2 Application Updater;Application Updater;c:\program files (x86)\Application Updater\ApplicationUpdater.exe [2011-01-28 387072] S2 aswFsBlk;aswFsBlk; [x] S2 aswMonFlt;aswMonFlt;c:\windows\system32\drivers\aswMonFlt.sys [x] S2 hasplms;HASP License Manager;c:\windows\system32\hasplms.exe -run [x] S2 SolutoService;Soluto PCGenome Core Service;c:\program files\Soluto\SolutoService.exe [2011-04-14 352800] S3 amdiox64;AMD IO Driver;c:\windows\system32\DRIVERS\amdiox64.sys [x] S3 amdkmdag;amdkmdag;c:\windows\system32\DRIVERS\atikmdag.sys [x] S3 amdkmdap;amdkmdap;c:\windows\system32\DRIVERS\atikmpag.sys [x] S3 JMB36X;JMB36X;c:\windows\SysWOW64\XSrvSetup.exe [2010-01-19 72304] S3 nusb3hub;NEC Electronics USB 3.0 Hub Driver;c:\windows\system32\DRIVERS\nusb3hub.sys [x] S3 nusb3xhc;NEC Electronics USB 3.0 Host Controller Driver;c:\windows\system32\DRIVERS\nusb3xhc.sys [x] S3 PAC207;SoC PC-Camera;c:\windows\system32\DRIVERS\PFC027.SYS [x] S3 RTL8167;Realtek 8167 NT Driver;c:\windows\system32\DRIVERS\Rt64win7.sys [x] S3 TeamViewer6;TeamViewer 6;c:\program files (x86)\TeamViewer\Version6\TeamViewer_Service.exe [2011-03-18 2271608] . . Inhoud van de 'Gedeelde Taken' map . 2011-05-03 c:\windows\Tasks\GoogleUpdateTaskMachineCore.job - c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 19:47] . 2011-05-03 c:\windows\Tasks\GoogleUpdateTaskMachineUA.job - c:\program files (x86)\Google\Update\GoogleUpdate.exe [2011-02-16 19:47] . . --------- x86-64 ----------- . . [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\00avast] @="{472083B0-C522-11CF-8763-00608CC02F24}" [HKEY_CLASSES_ROOT\CLSID\{472083B0-C522-11CF-8763-00608CC02F24}] 2011-04-18 17:25 134384 ----a-w- c:\program files\Alwil Software\Avast5\ashShA64.dll . [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "RtHDVCpl"="c:\program files\Realtek\Audio\HDA\RAVCpl64.exe" [2010-04-06 10144288] . [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows] "LoadAppInit_DLLs"=0x0 . ------- Bijkomende Scan ------- . uLocal Page = c:\windows\system32\blank.htm mLocal Page = c:\windows\SysWOW64\blank.htm uInternet Settings,ProxyOverride = *.local IE: E&xporteren naar Microsoft Excel - c:\progra~2\MIF5BA~1\Office12\EXCEL.EXE/3000 . - - - - ORPHANS VERWIJDERD - - - - . WebBrowser-{87775FDB-6972-41F9-AE51-8326E38CB206} - (no file) WebBrowser-{BA14329E-9550-4989-B3F2-9732E92D17CC} - (no file) . . . --------------------- VERGRENDELDE REGISTER SLEUTELS --------------------- . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.eml\UserChoice] @Denied: (2) (LocalSystem) "Progid"="WindowsLiveMail.Email.1" . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.vcf\UserChoice] @Denied: (2) (LocalSystem) "Progid"="WindowsLiveMail.VCard.1" . [HKEY_USERS\S-1-5-21-640078602-2200705079-2761140398-1001\Software\SecuROM\License information*] "datasecu"=hex:54,f6,d1,16,88,1c,1d,65,33,ef,c4,47,05,dc,0c,78,c8,18,ec,2c,71, ff,64,2d,8e,3a,23,73,2b,90,5a,93,6b,37,1b,66,5c,4d,64,82,5a,37,b3,75,1d,47,\ "rkeysecu"=hex:77,43,ad,b4,c1,64,8a,97,e2,db,ce,0d,fe,53,4a,2f . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}] @Denied: (A 2) (Everyone) @="FlashBroker" "LocalizedString"="@c:\\Windows\\SysWOW64\\Macromed\\Flash\\FlashUtil10l_ActiveX.exe,-101" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\Elevation] "Enabled"=dword:00000001 . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\LocalServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\FlashUtil10l_ActiveX.exe" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{A483C63A-CDBC-426E-BF93-872502E8144E}\TypeLib] @="{FAB3E735-69C7-453B-A446-B6823C6DF1C9}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}] @Denied: (A 2) (Everyone) @="Shockwave Flash Object" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\InprocServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx" "ThreadingModel"="Apartment" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\MiscStatus] @="0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\ProgID] @="ShockwaveFlash.ShockwaveFlash.10" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\ToolboxBitmap32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx, 1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\TypeLib] @="{D27CDB6B-AE6D-11cf-96B8-444553540000}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\Version] @="1.0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\VersionIndependentProgID] @="ShockwaveFlash.ShockwaveFlash" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}] @Denied: (A 2) (Everyone) @="Macromedia Flash Factory Object" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\InprocServer32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx" "ThreadingModel"="Apartment" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\ProgID] @="FlashFactory.FlashFactory.1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\ToolboxBitmap32] @="c:\\Windows\\SysWOW64\\Macromed\\Flash\\Flash10l.ocx, 1" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\TypeLib] @="{D27CDB6B-AE6D-11cf-96B8-444553540000}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\Version] @="1.0" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}\VersionIndependentProgID] @="FlashFactory.FlashFactory" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}] @Denied: (A 2) (Everyone) @="IFlashBroker4" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}\ProxyStubClsid32] @="{00020424-0000-0000-C000-000000000046}" . [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\Interface\{E3F2C3CB-5EB8-4A04-B22C-7E3B4B6AF30F}\TypeLib] @="{FAB3E735-69C7-453B-A446-B6823C6DF1C9}" "Version"="1.0" . [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PCW\Security] @Denied: (Full) (Everyone) . Voltooingstijd: 2011-05-03 15:06:19 ComboFix-quarantined-files.txt 2011-05-03 13:06 . Pre-Run: 10.971.918.336 bytes beschikbaar Post-Run: 11.471.298.560 bytes beschikbaar . - - End Of File - - 0BA0920DD67BA5D1144343DEA12EF0BE
×
×
  • Nieuwe aanmaken...

Belangrijke informatie

We hebben cookies geplaatst op je toestel om deze website voor jou beter te kunnen maken. Je kunt de cookie instellingen aanpassen, anders gaan we er van uit dat het goed is om verder te gaan.