Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Security Center > Virus/Trojan/Spyware Help > Resolved HJT Threads
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Resolved HJT Threads Resolved spyware and popup issues.

 
 
LinkBack Thread Tools
Old 05-26-2009, 06:33 PM   #41 (permalink)
Analyst, Security Team
 
Join Date: Jun 2008
Location: Midwest, U.S.A.
Posts: 564
OS: Dual Boot Setup, Vista SP2 and XPSP3


Re: Windows takes an hour to boot and then gives a BSOD message

We can hack the registry to allow an install/uninstall from safe mode for you but first though let's back up the registry in it's current state.

The script below will automatically create a registry backup for you but be advised, this script will overwrite the previously created backup. In other words, once you run the script and create a backup, if you run it again, it will overwrite the previous saved backup if there have been any new changes made...so, long story short, just run this once for now. Later, if you want to keep it, you can run it each time you've made some change that you know affects the registry and it will create a new copy of the registry which contains the most current data.

Copy the data below into a blank notepad and save it to your Desktop as regbackup.bat
...change the "Save as type" to All Files
Code:
@echo off
:: variables
set drive=C:\Backup
set backupcmd=xcopy /s /c /d /e /h /i /r /y

echo ### Backing up the Registry...
if not exist "%drive%\Registry" mkdir "%drive%\Registry"
if exist "%drive%\Registry\regbackup.reg" del "%drive%\Registry\regbackup.reg"
regedit /e "%drive%\Registry\regbackup.reg"
echo Backup Complete!
@pause
Double-Click that .bat file and allow it to run. Press any key when it completes.

This script copies the registry to the directory defined in the %drive% variable, or "C:\Backup". Remember if the script is run multiple times, it will only rewrite if the source files are newer. It will create subdirectories as necessary, it will retain file attributes and it can copy system and hidden files.

When completed, you'll find a new folder on the c:\ drive labeled Backup...and the copy of your registry is therein. If needed, you can double-click that .reg file and it will restore that registry copy.


Next, please copy all the text in the code box below into another blank Notepad. Make sure you click on Notepad's Format menu and uncheck "Word Wrap" first.

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\MSIServer]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\MSIServer]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\SafeBoot\Minimal\MSIServer]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\SafeBoot\Network\MSIServer]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\BITS]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\WUAUSERV]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\SafeBoot\Network\BITS]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\SafeBoot\Network\WUAUSERV]
@="Service"
Save the file to your desktop and name it safemode.reg
Change the "Save as type" to All Files

Next, please double click on the file. You will get a warning message asking if you want to merge the data...answer Yes...then reboot the system to Safe Mode. Once you are in Safe Mode you can install/uninstall whatever you like. Good Luck!
__________________
Disabled Veteran, U.S.C.G. 1972 - 1978

Windows XP Performance and Maintenance
Windows Vista Performance and Maintenance

1972vet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-26-2009, 06:39 PM   #42 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

In process...
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 06:47 PM   #43 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

Completed. rebooting now, but went into chkdsk without my prompting and is correcting a bunch of stuff.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 07:11 PM   #44 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

I rebooted without using the dell driver reset. It did not boot "normally" and appears to be like all the rest of my reboots. I will let it run and see where it goes.

Last edited by birdjaguar; 05-26-2009 at 07:19 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 07:27 PM   #45 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

After what appeared to be a bad start, everything reloaded quickly. MS error reporting popped up report twice, both times opening a web page about using dell driver resetting. which I will do now. MSconfig also opened. I canceled it. On to the next steps...
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 07:52 PM   #46 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

sfc /scannow gave me some choices, I choose check for compatibility. Results: no problems.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 08:11 PM   #47 (permalink)
Analyst, Security Team
 
Join Date: Jun 2008
Location: Midwest, U.S.A.
Posts: 564
OS: Dual Boot Setup, Vista SP2 and XPSP3


Re: Windows takes an hour to boot and then gives a BSOD message

Quote:
sfc /scannow gave me some choices, I choose check for compatibility. Results: no problems.
...uhmmmm what?

When you pasted the following at the command prompt:
sfc /scannow
...did you not have a progress bar pop up that read Windows File Protection, and you were never prompted to insert the windows installation cd? You certainly should not have been offered ANY options to choose other than Retry, More Information, and Cancel. Please explain your statement.
__________________
Disabled Veteran, U.S.C.G. 1972 - 1978

Windows XP Performance and Maintenance
Windows Vista Performance and Maintenance

1972vet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 08:34 PM   #48 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

cmd prompt does not let me paste the following nor enter 2 lines without hitting enter between them.

net start > junk
notepad junk
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 08:37 PM   #49 (permalink)
Analyst, Security Team
 
Join Date: Jun 2008
Location: Midwest, U.S.A.
Posts: 564
OS: Dual Boot Setup, Vista SP2 and XPSP3


Re: Windows takes an hour to boot and then gives a BSOD message

Please answer post #47
__________________
Disabled Veteran, U.S.C.G. 1972 - 1978

Windows XP Performance and Maintenance
Windows Vista Performance and Maintenance

1972vet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 08:39 PM   #50 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

Quote:
Originally Posted by 1972vet View Post
...uhmmmm what?

When you pasted the following at the command prompt:
sfc /scannow
...did you not have a progress bar pop up that read Windows File Protection, and you were never prompted to insert the windows installation cd? You certainly should not have been offered ANY options to choose other than Retry, More Information, and Cancel. Please explain your statement.
I got a prompt for retry etc. and the progress bar. while the progress bar was making its way, i got a insert the cd prompt which gave me the choices. It did the compatibility check and it went away; the progress bar then finished and disappeared.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 08:58 PM   #51 (permalink)
Analyst, Security Team
 
Join Date: Jun 2008
Location: Midwest, U.S.A.
Posts: 564
OS: Dual Boot Setup, Vista SP2 and XPSP3


Re: Windows takes an hour to boot and then gives a BSOD message

Please perform the sfc /scannow function once more. This time, when the system prompts you for the installation CD, insert it...then close the windows installation options window that opens. You aren't installing windows, you are merely using the installation CD to perform the scan. Once you've inserted the CD, click the "Try Again" option. If the installation window pops up in the meantime, close it to get it out of your way so you can read what's behind it. Allow the scan to complete...then, remove the cd and reboot the system. Next, carry on with the next item on the list.

When you entered the:
net start > junk
notepad junk
...as soon as you paste it into the command prompt, it may appear as though nothing happened.
It will appear on the screen as such:
C:\Documents and Settings\Whatevernamehere>net start . junk
C:\Documents and Settings\Whatevernamehere>notepad junk

At that point, just disregard your intuition and hit your enter key. Immediately a notepad file will open and this will appear at your command prompt:
C:\Documents and Settings\Whatevernamehere>
__________________
Disabled Veteran, U.S.C.G. 1972 - 1978

Windows XP Performance and Maintenance
Windows Vista Performance and Maintenance

1972vet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 09:04 PM   #52 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

Quote:
Originally Posted by 1972vet View Post
Please perform the sfc /scannow function once more. This time, when the system prompts you for the installation CD, insert it...then close the windows installation options window that opens. You aren't installing windows, you are merely using the installation CD to perform the scan. Once you've inserted the CD, click the "Try Again" option. If the installation window pops up in the meantime, close it to get it out of your way so you can read what's behind it. Allow the scan to complete...then, remove the cd and reboot the system. Next, carry on with the next item on the list.
OK

Quote:
Originally Posted by 1972vet View Post
When you entered the:
net start > junk
notepad junk
...as soon as you paste it into the command prompt, it may appear as though nothing happened.
It will appear on the screen as such:
C:\Documents and Settings\Whatevernamehere>net start . junk
C:\Documents and Settings\Whatevernamehere>notepad junk

At that point, just disregard your intuition and hit your enter key. Immediately a notepad file will open and this will appear at your command prompt:
C:\Documents and Settings\Whatevernamehere>
When I paste, I get ^v, which is the key command to paste.

Last edited by birdjaguar; 05-26-2009 at 09:05 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 09:09 PM   #53 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

I'm running the scan now, but it has not asked for the windows cd. 25% done.

At half way through it asked for the cd and is now continuing the scan.

Last edited by birdjaguar; 05-26-2009 at 09:15 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 09:31 PM   #54 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

Scan's done; it just disappeared without any message when it finished.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 09:41 PM   #55 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

Moving on to:
net start > junk
notepad junk
Using cntl V to paste does not work. I get an error message: '_' is not a recognized internal or external command, program or batch file.

EDIT: right click paste worked. :)

Last edited by birdjaguar; 05-26-2009 at 09:42 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 09:45 PM   #56 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

These Windows services are started:

Application Layer Gateway Service
Ati HotKey Poller
Automatic Updates
Background Intelligent Transfer Service
Bonjour Service
Canon Camera Access Library 8
COM+ Event System
Computer Browser
Cryptographic Services
DCOM Server Process Launcher
DHCP Client
Distributed Link Tracking Client
DNS Client
Error Reporting Service
Event Log
Fast User Switching Compatibility
Help and Support
HID Input Service
HTTP SSL
Intel(R) Matrix Storage Event Monitor
Intuit Update Service
IPSEC Services
Java Quick Starter
Lavasoft Ad-Aware Service
Logical Disk Manager
Machine Debug Manager
Network Connections
Network Location Awareness (NLA)
PIXMA Extended Survey Program
Plug and Play
Print Spooler
Protected Storage
Remote Access Connection Manager
Remote Procedure Call (RPC)
Remote Registry
Secondary Logon
Security Accounts Manager
Security Center
Server
Shell Hardware Detection
SSDP Discovery Service
System Event Notification
System Restore Service
Task Scheduler
TCP/IP NetBIOS Helper
Telephony
Terminal Services
Themes
TrueVector Internet Monitor
WebClient
Windows Audio
Windows Firewall/Internet Connection Sharing (ICS)
Windows Image Acquisition (WIA)
Windows Management Instrumentation
Windows Time
Wireless Zero Configuration
Workstation

The command completed successfully.

OS Name Microsoft Windows XP Professional
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Name BABAJAN
System Manufacturer Dell Inc.
System Model Dell DM061
System Type X86-based PC
Processor x86 Family 6 Model 15 Stepping 2 GenuineIntel ~2128 Mhz
Processor x86 Family 6 Model 15 Stepping 2 GenuineIntel ~2128 Mhz
BIOS Version/Date Dell Inc. 2.2.1, 3/23/2007
SMBIOS Version 2.3
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume2
Locale United States
Hardware Abstraction Layer Version = "5.1.2600.2705 (xpsp.050622-1524)"
User Name BABAJAN\David
Time Zone Mountain Daylight Time
Total Physical Memory 1,024.00 MB
Available Physical Memory 508.68 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 2.40 GB
Page File C:\pagefile.sys

Last edited by birdjaguar; 05-26-2009 at 09:49 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 10:00 PM   #57 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

Sigverif info is also in the attached text file.

********************************

Microsoft Signature Verification

Log file generated on 5/26/2009 at 9:55 PM
OS Platform: Windows 2000 (x86), Version: 5.1, Build: 2600, CSDVersion: Service Pack 2
Scan Results: Total Files: 259, Signed: 248, Unsigned: 11, Not Scanned: 0

User-specified search path: *.*
User-specified search pattern: C:\Windows\system32\drivers

File Modified Version Status Catalog Signed By
------------------ ------------ ----------- ------------ ----------- -------------------
[c:\windows\system32\drivers]
1028_dell_dim_dm061. 4/9/2007 None Not Signed N/A
abp480n5.sys 8/17/2001 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
acpi.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
acpiec.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
adpu160m.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
aec.sys 2/14/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
afd.sys 8/14/2008 2:5.1 Signed KB956803.cat Microsoft Windows Component Publisher
agp440.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
agpcpq.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
aha154x.sys 8/17/2001 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
aic78u2.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
aic78xx.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
aliide.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
alim1541.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
amdagp.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
amdk6.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
amdk7.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
amsint.sys 8/17/2001 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
arp1394.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
asc.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
asc3350p.sys 8/17/2001 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
asc3550.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
asyncmac.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
atapi.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ati2erec.dll 6/7/2006 2:5.00,2:5.1 Signed oem1.CAT Microsoft Windows Hardware Compatibility Publisher
ati2mtag.sys 6/7/2006 2:5.00,2:5.1 Signed oem1.CAT Microsoft Windows Hardware Compatibility Publisher
ativcaxx.cpa 2/8/2006 2:5.00,2:5.1 Signed oem1.CAT Microsoft Windows Hardware Compatibility Publisher
ativcaxx.vp 2/8/2006 2:5.00,2:5.1 Signed oem1.CAT Microsoft Windows Hardware Compatibility Publisher
ativckxx.vp 10/14/2005 2:5.00,2:5.1 Signed oem1.CAT Microsoft Windows Hardware Compatibility Publisher
ativvpxx.vp 6/7/2006 2:5.00,2:5.1 Signed oem1.CAT Microsoft Windows Hardware Compatibility Publisher
atmarpc.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
atmepvc.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
atmlane.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
atmuni.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
audstub.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
awrtpd.sys 4/29/2008 None Signed N/A Lavasoft AB
awrtrd.sys 4/29/2008 None Signed N/A Lavasoft AB
beep.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
bridge.sys 8/4/2004 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
bthport.sys 6/13/2008 2:5.1 Signed KB951376-v2.cat Microsoft Windows Component Publisher
cbidf2k.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
cd20xrnt.sys 8/17/2001 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
cdaudio.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
cdfs.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
cdrom.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
cinemst2.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
classpnp.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
cmdide.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
cpqarray.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
cpqdap01.sys 8/4/2004 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
crusoe.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dac2w2k.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dac960nt.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
disk.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
diskdump.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dlacdbhm.sys 8/25/2005 5.20.1.0 Not Signed N/A
dlartl_n.sys 8/25/2005 5.20.1.0 Not Signed N/A
dmboot.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dmio.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dmload.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dmusic.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dot4.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dot4prt.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dot4scan.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dot4usb.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dpti2o.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
drmk.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
drmkaud.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
drvmcdb.sys 9/12/2005 3.30.4.0 Not Signed N/A
drvnddm.sys 8/12/2005 3.0.0.0 Not Signed N/A

dxapi.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dxg.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
dxgthk.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
e100b325.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
e1e5132.sys 7/19/2006 2:5.00,2:5.1 Signed oem2.CAT Microsoft Windows Hardware Compatibility Publisher
fastfat.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
fdc.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
fips.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
flpydisk.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
fltmgr.sys 8/21/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
fsvga.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
fs_rec.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ftdisk.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
gearaspiwdm.sys 4/17/2008 2:5.00,2:5.1,2:5.2,2Signed oem24.CAT Microsoft Windows Hardware Compatibility Publisher
gm.dls 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
gmreadme.txt 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
hdaudbus.sys 8/12/2004 2:5.1 Signed KB835221WXP.cat Microsoft Windows XP Publisher
hdaudio.sys 8/12/2004 2:5.1 Signed KB835221WXP.cat Microsoft Windows XP Publisher
hidclass.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
hidparse.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
hidusb.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
hpn.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
http.sys 3/16/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
i2omgmt.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
i2omp.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
i8042prt.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
iastor.sys 7/6/2006 2:5.00,2:5.1,2:5.2 Signed oem4.CAT Microsoft Windows Hardware Compatibility Publisher
imapi.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ini910u.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
intelide.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
intelppm.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ip6fw.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ipfltdrv.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ipinip.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ipnat.sys 9/29/2004 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
ipsec.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
iqvw32.sys 6/5/2006 1.3.0.4 Not Signed N/A
irenum.sys 8/4/2004 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
isapnp.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
kbdclass.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
kbdhid.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
kmixer.sys 6/14/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
ks.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ksecdd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ma101andxp.sys 2/28/2002 1.3.3.99 Not Signed N/A
ma101rndxp.sys 2/28/2002 1.3.3.99 Not Signed N/A

mcd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mf.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mnmdd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
modem.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mouclass.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mouhid.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mountmgr.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mqac.sys 7/6/2007 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
mraid35x.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mrxdav.sys 12/18/2007 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
mrxsmb.sys 10/24/2008 2:5.1 Signed KB957097.cat Microsoft Windows Component Publisher
msfs.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
msgpc.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mskssrv.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mspclock.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mspqm.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mssmbios.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
mup.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ndis.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ndistapi.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ndisuio.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ndiswan.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ndproxy.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
netbios.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
netbt.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nic1394.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nikedrv.sys 8/4/2004 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
nmnt.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
npfs.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nsdriver.sys 4/29/2008 None Signed N/A Lavasoft AB
ntfs.sys 2/9/2007 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
null.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nv4_mini.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nwlnkflt.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nwlnkfwd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nwlnkipx.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nwlnknb.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nwlnkspx.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
nwrdr.sys 10/13/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
oprghdlr.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
p3.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
parport.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
partmgr.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
parvdm.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
pci.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
pciide.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
pciidex.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
pcmcia.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
perc2.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
perc2hib.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
portcls.sys 3/16/2004 2:5.1 Signed KB835221WXP.cat Microsoft Windows XP Publisher
processr.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
psched.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ptilink.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
pxhelp20.sys 1/26/2005 2.3.27.0 Not Signed N/A
ql1080.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ql10wnt.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ql12160.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ql1240.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ql1280.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rasacd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rasl2tp.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
raspppoe.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
raspptp.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
raspti.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rawwan.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rdbss.sys 5/5/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
rdpcdd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rdpdr.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rdpwd.sys 6/9/2005 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
redbook.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rio8drv.sys 8/4/2004 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
riodrv.sys 8/4/2004 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
rmcast.sys 5/8/2008 2:5.1 Signed KB950762.cat Microsoft Windows Component Publisher
rndismp.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
rootmdm.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sci0pl.sys 12/12/2000 2.1.0.0 Not Signed N/A
sci1pl.sys 12/12/2000 2.1.0.0 Not Signed N/A

scsiport.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sdbus.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
secdrv.sys 11/13/2007 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
serenum.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
serial.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
serscan.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sffdisk.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sffp_sd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sfloppy.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sisagp.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
smclib.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sonydcam.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sparrow.sys 8/17/2001 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
splitter.sys 6/14/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
sr.sys 8/4/2004 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
srv.sys 12/11/2008 2:5.1 Signed KB958687.cat Microsoft Windows Component Publisher
sthda.sys 7/24/2006 2:5.00,2:5.1 Signed oem9.CAT Microsoft Windows Hardware Compatibility Publisher
stream.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
swenum.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
swmidi.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
symc810.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
symc8xx.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sym_hi.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sym_u3.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
sysaudio.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
tape.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
tcpip.sys 6/20/2008 2:5.1 Signed KB951748.cat Microsoft Windows Component Publisher
tcpip6.sys 6/20/2008 2:5.1 Signed KB951748.cat Microsoft Windows Component Publisher
tdi.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
tdpipe.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
tdtcp.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
termdd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
tosdvd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
toside.sys 8/17/2001 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
tsbvcap.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
tunmp.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
udfs.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
ultra.sys 8/17/2001 2:5.1 Signed NT5INF.CAT Microsoft Windows Publisher
update.sys 4/23/2007 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
usb8023.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbcamd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbcamd2.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbccgp.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbehci.sys 10/25/2005 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
usbhub.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbintel.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbport.sys 10/25/2005 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
usbprint.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbscan.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbstor.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
usbuhci.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
vdmindvd.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
vga.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
viaagp.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
viaide.sys 8/3/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
videoprt.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
volsnap.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
wanarp.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
wdmaud.sys 6/14/2006 2:5.1 Signed sp3_uber.cat Microsoft Windows Component Publisher
wmilib.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
wpdusb.sys 10/18/2006 2:5.1 Signed WMFDist11.cat Microsoft Windows Component Publisher
ws2ifsl.sys 8/4/2004 2:5.1 Signed NT5.CAT Microsoft Windows Publisher
wudfpf.sys 9/28/2006 2:5.1,2:5.2 Signed Wudf01000.cat Microsoft Windows
wudfrd.sys 9/28/2006 2:5.1,2:5.2 Signed Wudf01000.cat Microsoft Windows
Attached Files
File Type: txt SIGVERIF.TXT (66.8 KB, 1 views)

Last edited by birdjaguar; 05-26-2009 at 10:04 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-26-2009, 10:13 PM   #58 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

It went to the BSOD with the message:

irql not less or equal
0x000000A (0x000000E8, 0x00000002, 0x00000001, 0x806E4A16)

There was no driver info, just that it was doing a file dump and that it was successful.

The last time I rebooted it took 3 minutes to go from showing an empty desktop to finished boot.

I am now current with your requests. :)

Last edited by birdjaguar; 05-26-2009 at 10:15 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-27-2009, 10:19 AM   #59 (permalink)
Analyst, Security Team
 
Join Date: Jun 2008
Location: Midwest, U.S.A.
Posts: 564
OS: Dual Boot Setup, Vista SP2 and XPSP3


Re: Windows takes an hour to boot and then gives a BSOD message

Notes made from the logs and info you posted...
*************************************
You can safely uninstall this:
PIXMA Extended Survey Program
...your printer will still work just fine without it.
*************************************
Your "Junk" log showed the Machine Debug Manager (Mdm.exe) as a running service. The service should not run on startup unless you are using that system to debug programs for some developer(s). Are you?

It is a program that is installed with the Microsoft Script Editor to provide support for program debugging. The Microsoft Script Editor is included with Microsoft Office 2000, and also can be obtained from the Microsoft Windows Update Web site.

The Machine Debug Manager runs as a service and is loaded when your computer starts. If you do not use your computer for debugging purposes, you can safely turn off the Machine Debug Manager.

If you run Microsoft Internet Explorer 5 or later, you can turn off the Machine Debug Manager by turning off script debugging. To do this, follow these steps:
1. Open Internet Explorer.
2. On the Tools menu, click Internet Options.
3. Click the Advanced tab.
4. Click to select the Disable script debugging check box, and then click OK.
5. Close Internet Explorer.
*************************************

The Roxio community forums has had some discussion regarding Windows XP and the BSOD which involves a driver for Sonic Solutions (drvmcdb.sys) from Roxio software. You should research your Roxio installed components with that manufacturer's web site to determine if your installation requires a fix for their software. There has been some chatter on that web site that implies Roxio will not provide a fix for blue screen issues involving their software except on a case by case basis...nuff said about Roxio and their support.
**************************************

These drivers:
ma101andxp.sys
ma101rndxp.sys
...supposing to belong to "NetGear" would most certainly return many more web pages in a google search than just the one or two that I got. These drivers are unknown to me. Do you know what they are? Consider that it is extremely rare to have something installed on your system that is peculiar to just a handful of people on the planet when in fact there are perhaps hundreds of millions of computer users these days.
***************************************

Which brings me to a question regarding your use of File Sharing software which we removed very early on in this troubleshooting effort...Do you know what files and or programs you have downloaded from the shared server using the p2p software that you had installed?
***************************************

Regarding your irql not less or equal
0x000000A (0x000000E8, 0x00000002, 0x00000001, 0x806E4A16) blue screen...the error that generates this bug check usually occurs after the installation of a faulty device driver, system service, or BIOS.

Once you turn off the "Machine Debugging Manager Service" you could get lucky and this blue screen issue could disappear...but it's always been my experience, things aren't quite that simple. Keep your fingers crossed. At any rate...To resolve an error caused by a faulty device driver, system service, or BIOS
  • Restart your computer.
  • Press F8 at the character-based menu that displays the operating system choices.
  • Select the Last Known Good Configuration option from the Windows Advanced Options menu. This option is most effective when only one driver or service is added at a time.

To resolve an error caused by an incompatible device driver, system service, virus scanner, or backup tool
  • Check the System Log in Event Viewer for error messages that might identify the device or driver that caused the error.
  • Try disabling memory caching of the BIOS.
  • Run the hardware diagnostics supplied by the system manufacturer, especially the memory scanner. For details on these procedures, see the owner's manual for your computer.
  • Make sure the latest Service Pack is installed.
  • If your system has small computer system interface (SCSI) adapters, contact the adapter manufacturer to obtain updated Windows drivers. Try disabling sync negotiation in the SCSI BIOS, checking the cabling and the SCSI IDs of each device, and confirming proper termination.
  • For integrated device electronics (IDE) devices, define the onboard IDE port as Primary only. Also, check each IDE device for the proper master/subordinate/stand-alone setting. Try removing all IDE devices except for hard disks.
**********************************************************
__________________
Disabled Veteran, U.S.C.G. 1972 - 1978

Windows XP Performance and Maintenance
Windows Vista Performance and Maintenance

1972vet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 05-27-2009, 01:53 PM   #60 (permalink)
Quark Habitat
 
birdjaguar's Avatar
 
Join Date: Jul 2008
Posts: 248
OS: Win xp sp2


Re: Windows takes an hour to boot and then gives a BSOD message

Quote:
Originally Posted by 1972vet View Post
Notes made from the logs and info you posted...
*************************************
You can safely uninstall this:
PIXMA Extended Survey Program
...your printer will still work just fine without it.

OK.
*************************************
Your "Junk" log showed the Machine Debug Manager (Mdm.exe) as a running service. The service should not run on startup unless you are using that system to debug programs for some developer(s). Are you? No, I haven't a clue about it.

It is a program that is installed with the Microsoft Script Editor to provide support for program debugging. The Microsoft Script Editor is included with Microsoft Office 2000, and also can be obtained from the Microsoft Windows Update Web site.

The Machine Debug Manager runs as a service and is loaded when your computer starts. If you do not use your computer for debugging purposes, you can safely turn off the Machine Debug Manager.

If you run Microsoft Internet Explorer 5 or later, you can turn off the Machine Debug Manager by turning off script debugging. To do this, follow these steps:
1. Open Internet Explorer.
2. On the Tools menu, click Internet Options.
3. Click the Advanced tab.
4. Click to select the Disable script debugging check box, and then click OK.
5. Close Internet Explorer.

Great, I'll do that.
*************************************

The Roxio community forums has had some discussion regarding Windows XP and the BSOD which involves a driver for Sonic Solutions (drvmcdb.sys) from Roxio software. You should research your Roxio installed components with that manufacturer's web site to determine if your installation requires a fix for their software. There has been some chatter on that web site that implies Roxio will not provide a fix for blue screen issues involving their software except on a case by case basis...nuff said about Roxio and their support.

Roxio came with the comouter, I don't use it for anything
**************************************

These drivers:
ma101andxp.sys
ma101rndxp.sys
...supposing to belong to "NetGear" would most certainly return many more web pages in a google search than just the one or two that I got. These drivers are unknown to me. Do you know what they are? Consider that it is extremely rare to have something installed on your system that is peculiar to just a handful of people on the planet when in fact there are perhaps hundreds of millions of computer users these days.

I used to have a netgear router, but not any more. More thatn that I don't know. Can I just delete them?***************************************

Which brings me to a question regarding your use of File Sharing software which we removed very early on in this troubleshooting effort...Do you know what files and or programs you have downloaded from the shared server using the p2p software that you had installed?

Just music, never software.
***************************************

Regarding your irql not less or equal
0x000000A (0x000000E8, 0x00000002, 0x00000001, 0x806E4A16) blue screen...the error that generates this bug check usually occurs after the installation of a faulty device driver, system service, or BIOS.

Once you turn off the "Machine Debugging Manager Service" you could get lucky and this blue screen issue could disappear...but it's always been my experience, things aren't quite that simple. Keep your fingers crossed. At any rate...To resolve an error caused by a faulty device driver, system service, or BIOS
  • Restart your computer.
  • Press F8 at the character-based menu that displays the operating system choices.
  • Select the Last Known Good Configuration option from the Windows Advanced Options menu. This option is most effective when only one driver or service is added at a time.

Should I run the above? ^^^

To resolve an error caused by an incompatible device driver, system service, virus scanner, or backup tool
  • Check the System Log in Event Viewer for error messages that might identify the device or driver that caused the error.
  • Try disabling memory caching of the BIOS.
  • Run the hardware diagnostics supplied by the system manufacturer, especially the memory scanner. For details on these procedures, see the owner's manual for your computer.
  • Make sure the latest Service Pack is installed.
  • If your system has small computer system interface (SCSI) adapters, contact the adapter manufacturer to obtain updated Windows drivers. Try disabling sync negotiation in the SCSI BIOS, checking the cabling and the SCSI IDs of each device, and confirming proper termination.
  • For integrated device electronics (IDE) devices, define the onboard IDE port as Primary only. Also, check each IDE device for the proper master/subordinate/stand-alone setting. Try removing all IDE devices except for hard disks.

Thanks.
**********************************************************
Wonderful. I'll do all this tonight.

Last edited by birdjaguar; 05-27-2009 at 01:56 PM.
birdjaguar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
 


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 07:01 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85