Sunday, March 27, 2022

"Error 0x80070197" error message when you use Windows Update

"Error 0x80070197" error message when you use Windows Update

Resolution for : "Error 0x80070197" error message when you use Windows Update

To resolve this issue, turn on the
Use http 1.1 through proxy connections setting in Internet Options:
  1. Start Microsoft Internet Explorer.
  2. Click Tools, and then click Internet Options.
  3. Click the Advanced tab, and then clear the Use HTTP 1.1 check box under HTTP 1.1 settings.
  4. Select the Use HTTP 1.1 through proxy connections check box under HTTP 1.1 settings, and then click OK.
  5. Visit the Windows Update Web site, and test to determine whether the issue is resolved.
  6. If the issue is not resolved, repeat steps 2 through 5, but select the Use HTTP 1.1 and Use HTTP 1.1 through proxy connections check boxes.
 
 
Regards,
Sohail Patel

Regds,"A journey of a thousand miles begins with a single step."

Resolution for : Error code 0x80245003

Resolution for : Error code 0x80245003

To resolve this issue, follow these steps:
  1. Click Start, and then click Run.
  2. Type cmd in the Open box, and then click OK.
  3. At the command prompt, type net stop wuauserv, and then press ENTER.
  4. Type rmdir /s %windir%\softwaredistribution\wuredir, and then press ENTER.
  5. Type net start wuauserv, and then press ENTER.
  6. Try to install updates again.


Regards,
Sohail Patel


Regds,"A journey of a thousand miles begins with a single step."

Resolution For Error code: 0x800A0046

Resolution For Error code: 0x800A0046"


 To resolve this issue, follow these steps on client computers.

Step 1: Verify DCOM security

  1. Click Start, click Run, type Dcomcnfg, and then click OK.
  2. Expand Component Services, and then expand Computers.
  3. Right-click My Computer, and then click Properties.
  4. Click the COM Security tab.
  5. Under Access Permissions, click Edit Default.
  6. Verify that the following accounts are listed:

    On Microsoft Windows XP-based and Microsoft Windows Server 2003-based clients
    Collapse this table Expand this table
    Account name Permission type Permission
    Self, Administrators, or a user who belongs to the Administrators group Local access Allow
    System Local access Allow
    On Microsoft Windows 2000-based clients
    Collapse this table Expand this table
    Account name Permission type Permission
    Administrators Local access Allow
    System Local access Allow
  7. If any one of these accounts is missing in the Access Permission box, follow these steps:
    1. Click Add, click Advanced, and then click Locations.
    2. In the Locations box, click the Local_Computer_Name, and then click OK.
    3. Click Find Now.
    4. Press CTRL, click the required account names, and then click OK two times.
    5. In the Group or User names box, click an account that you added, click Local Access in the Permissions for Account_Name box, and then click to select the check box in the Allow column.
    6. Repeat step 7e for all the accounts that you just added, and then click OK.
Step 2: Verify DCOM default properties
  1. Click the Default Properties tab.
  2. Verify that the following configuration:
    • The Enable Distributed COM on this computer check box is selected.
    • In the Default Authentication level box, Connect is selected.
    • In the Default Impersonation level box, Identify is selected.
  3. Make any required changes, and then click OK.
  4. Restart the computer.
 

Step 3: Verify that your user account is not a member of the Guests group

Note This step applies only to computers that are running Windows Server 2003, Windows XP Professional, or Windows 2000 and that are not joined to a domain.
  1. Click Start, click Settings, and then click Control Panel.
  2. Double-click Administrative Tools.
  3. Expand Computer Management, and then expand Local Users and Groups.
  4. Click Users.
  5. In the right-pane, double-click the account that you used to log on to the computer.
  6. Click the Member Of tab.
  7. Click Guests, click Remove, and then click OK.
 

Step 4: Verify the security descriptor in the Automatic Updates service

On Windows Server 2003-based and Windows XP-based clients
  1. Click Start, click Run, type cmd, and then click OK.
  2. At the command prompt, type the following command, and then press ENTER to reset the security descriptor:
    Sc sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    Note In a domain environment, this security setting may be configured by a Group Policy object. If the issue is only temporarily resolved after you type this command, a Group Policy object is probably configured. The domain administrator must modify Group Policy to include the correct security settings.
On Windows 2000-based clients
  1. Download the Subinacl utility. To do this, visit the following Microsoft Web site:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&DisplayLang=en (http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&DisplayLang=en)
  2. Double-click the downloaded file, and then follow instructions in the Windows Resource Kit Tools Setup Wizard. By default, the Subinacl utility is installed in the following directory:
    C:\Program Files\Windows Resource Kits\Tools
  3. Click Start, click Run, type cmd, and then click OK.
  4. At the command prompt, type cd C:\Program Files\Windows Resource Kits\Tools to move to the directory where the Subinacl utility was installed.
  5. Type the following command, and then press ENTER:
    Subinacl /service wuauserv /sddl=D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
  1. Note In a domain environment, this security setting may be configured by a Group Policy object. If the issue is only temporarily resolved after you type this command, a Group Policy object is probably configured. The domain administrator must modify Group Policy to include the correct security settings.
 

Step 5: Verify the local security policy

Notes
  • This step applies only to Windows Server 2003-based, Windows XP Professional-based, or Windows 2000-based computers.
  • If your user account belongs to a domain, this security setting may be configured by a Group policy object that is located on the network. Contact the network administrator, or see the following Microsoft Knowledge Base article for more information:
    810739  (http://support.microsoft.com/kb/810739/ ) White Paper: Troubleshooting Group Policy in Windows 2000
  1. Click Start, click Run, type gpedit.msc, and then click OK.
  2. Expand Computer Configuration, expand Windows Settings, expand Security Settings, and then expand Local Policies.
  3. Click User Rights Assignment.
  4. In the right-pane, double-click Impersonate a client after Authentication.
  5. Verify that the Service and Administrators accounts are included.
  6. If the Service account or the Administrators account is missing, follow these steps to add the account:
    1. Click Add User or Group, click Advanced, and then click Locations.
    2. In the Locations box, click Local_Computer_Name, and then click OK.
    3. Click Find Now.
    4. Press CTRL, click the required account names, and then click OK three times.
  7. Restart the computer.
 

Step 6: Enable user data persistence in Microsoft Internet Explorer

  1. Open Internet Explorer.
  2. On the Tools menu, click Internet Options.
  3. Click the Security tab, and then click Internet.
  4. Click Custom Level.
  5. In the Settings dialog box, scroll to the Miscellaneous section.
  6. Under Userdata persistence, click Enable.
  7. Click OK two times.

Regards,

Sohail Patel


Regds,"A journey of a thousand miles begins with a single step."

Resolution :0x80070002" or "0x80070003"

Resolution for Error Code :0x80070002" OR "0x80070003"

 To resolve this problem, remove the download directory, and then visit the update locations again. To do this, follow these steps:
  1. Stop the Automatic Updates service. To do this, follow these steps:
    1. Click Start, click Run, type services.msc, and then click OK.
    2. Right-click the Automatic Updates service, and then click Stop.
    3. Minimize the Services snap-in.
  2. Rename the SoftwareDistribution directory. To do this, follow these steps:
    1. Click Start, click Run, type cmd, and then click OK.
    2. Type cd %windir%, and then press ENTER.
    3. Type ren SoftwareDistribution SDTemp, and then press ENTER
    4. Type exit, and then press ENTER .


    Note When you remove the %windir%\softwaredistribution folder, the history list is erased from the "Review your Updates" section of the Windows Update Web site. This action will not affect the currently installed updates on your computer. Subsequent updates will appear in the history list.                                                                                                                                      
  3. Start the Automatic Updates service. To do this, follow these steps:
    1. Maximize the Services snap-in.
    2. Right-click the Automatic Updates service, and then click Start.
    3. Close the Services snap-in window.
  4. Visit the Windows Update Web site, the Microsoft Update Web site, or the WSUS server again, and then download an update.

Regards,
Sohail Patel


Regds,"A journey of a thousand miles begins with a single step."

Thoughts on Sticky Notes

Sticky Notes. I love how simple and useful they are. They would be even better if there were the option of grouping the notes. This could be achieved by adding a minimalistic context menu accessible by right clicking the upper pane area of each note. Options could be made for: "define group," "add to group," and "ungroup." Then a small minimize button could be added to the upper pane area next to the "close" button - or in the center. That way, notes/groups could show as different instances on the taskbar icon and certain "groups" could be hidden/minimized - while leaving others available in the foreground. Also, a jump list could be added for "restore all active notes." However, just giving an additional option on each note to enable closing/hiding of that particular note, (w/o having to close other notes, or lose the information on the note), would also increase it's functionality tremendously for me personally. Still, adding the simple grouping option would make my day the most. Any way we may be able to get this functionality?

Reply:
Sticky notes behave like an application. It appears in the task bar with no way to hide it, and will completely disappear with no saving when closed. I preferred them as a gadget (which it more so is).

When sticky notes app is closed, the open notes need to be saved. That's why they're there I assumed.

I do however love everything else, I had a few latched to the top of my desktop for a while but seeing them in the taskbar all the time and the fact that accidently closing it causes them to go forever... for some reason or another was annoying.

------------------------------------
Reply:
When I close my sticky notes and then reopen, the notes I created are still there.

------------------------------------
Reply:
If you close the Sticky Notes application, all notes currently open will be saved, and restored next time you open Sticky Notes. I know this.

What I was wishing for was the ability to group certain notes together. So I could define three or four notes as "Work" then another five or six as "Errands", etc etc. That way I could minimize notes from a group I wasn't currently concerned with, without totally losing those notes. Minimized "groups" of notes would then appear as another "layer" "tab" on the taskbar for the sticky notes icon. (Just as any other taskbar icon [IE, Firefox, Explorer, etc] shows tabs when multiple windows of the same app are open. Essentially "groups" of sticky notes would act like different windows of the application...

Anyone besides me think this would be useful?

------------------------------------

Please force a password on administrator accounts

 At the moment it is still possible to create an administrator account with no password (in fact, it defaults to this, and entering a password requires a separate operation).  I think this is an unnecessary security risk.

I understand that many users want a password-free user experience, but I think the time has come to restrict this to standard accounts.


Reply:
it will just make windows more annoying.

------------------------------------
Reply:
 Please don't. I hear where you are coming from, but not everyone is using Windows the way you might think. For instance I have a dedicated Media Center PC where it is useful, and in some cases neccesary, to run it as an admin. The box doesn't even have a physical keyboard, so the need to enter a password would be burdensome. As the box isn't used for many of the ordinary task you might associate with a PC, it isn't exposed to the same kinds of risk.

------------------------------------
Reply:
I am quite happy the way it is. Thank you.

------------------------------------
Reply:
Karl Essinger said:

..... I have a dedicated Media Center PC where it is useful, and in some cases neccesary, to run it as an admin. The box doesn't even have a physical keyboard, so the need to enter a password would be burdensome. As the box isn't used for many of the ordinary task you might associate with a PC, it isn't exposed to the same kinds of risk.


OK, good point.


------------------------------------
Reply:
As long as zero network access is allowed with accounts with no passwords, I don't see a huge problem.

------------------------------------

its the processes load vista/vista w/sp1 it time to ask ms to modify for W7!!

lik i was tryin to say win 95 to 7 task manager ms has been the same style of task manager for a long time. i was tryin to say is they make an update to the task manager a bit like make 5 mini manager that will be controled by 1 task manager so when u press alt+ctrl+delete and click on the procsses tab ul will see 5 mini managers insted of seeing 40,50 70 processes on bottom left of ur task manager like xp sp2 the task manager had 28 procsses in freah install   




------------------------------------------------/\  /\ KIDS LANG LOL/\ /\  ----------------------------------------------------
  Hi im new in this forms and wondering of any of u notic the load vista and sp1 load was taking and i was thinking if u ppl request to ms dev team to modify the processes to the next beta or RC her's an idea how it be 5 processes and servies manager controled by 1 main processes and servies manager thos 5 mini manager  will control groups of hardware and software for procsse:    1 cpu load.     2 will control video (benifet pci x video card ).        3 will control sound (even better if u hav x-fi it own cpu and ram).       4will control gaming (better for agiea ppu gaming card from nvidia).           5 network and network related soft/hardware(better on killer k1/m1). and 6 that will control all of thos procsses and servies tab will also manager group up to and i hope this messege will help vista and windows 7 performance. reply if any of lik this idea

Reply:
No disrespect, but I haven't the faintest idea what you are talking about.

If you want your comments to be taken seriously, you're going to have to pay some serious attention to your writing.

Plain English is all that's required.


------------------------------------
Reply:
I'm afraid I can't be as tactful... what are you actually trying to say? Please use your big people words and explain yourself like an adult.

------------------------------------

Old HP printers - Works OK

HP 5550 instaled and works just fine

Reply:
Thanks for your information sharing!

------------------------------------
Reply:
So does Laserjet 4M Plus

------------------------------------
Reply:
HP DeskJet 400 works.

------------------------------------
Reply:

Medion flatbed scanner of same age comes up incompatible tried Vista updates did not work either did not figure it would but had to try I will prob put it on older PC will need a new 1 once I build my new PC


------------------------------------

windows 7 installed but will not get past the "windows is preparing your pc for first use"

here is a list from a win log file telling what drivers did not load please help

Did not load driver @nettun.inf,%isatap.displayname%;[FyVY9][Μϊсřøšŏƒт ІŠǺŢÂР Аďǻрτэř !!! !!]
Did not load driver @netavpna.inf,%mp-agilevpn-dispname%;WAN Miniport (IKEv2)
Did not load driver @netrasa.inf,%mp-l2tp-dispname%;WAN Miniport (L2TP)
Did not load driver @netrasa.inf,%mp-bh-dispname%;WAN Miniport (Network Monitor)
Did not load driver @netrasa.inf,%mp-ip-dispname%;WAN Miniport (IP)
Did not load driver @netrasa.inf,%mp-ipv6-dispname%;WAN Miniport (IPv6)
Did not load driver @netrasa.inf,%mp-pppoe-dispname%;WAN Miniport (PPPOE)
Did not load driver @netrasa.inf,%mp-pptp-dispname%;WAN Miniport (PPTP)
Did not load driver @netsstpa.inf,%mp-sstp-dispname%;WAN Miniport (SSTP)

this section repeat about 10 to 20 times hard to count


Did not load driver cdrom.SYS
Did not load driver RDPCDD.SYS
Did not load driver RDPENCDD.SYS
Did not load driver RDPREFMP.SYS
Did not load driver tdx.SYS
Did not load driver AFD.SYS
Did not load driver NetBT.SYS
Did not load driver WfpLwf.SYS
Did not load driver Psched.SYS
Did not load driver NetBIOS.SYS
Did not load driver Serial.SYS
Did not load driver Wanarpv6.SYS
Did not load driver TermDD.SYS
Did not load driver rdbss.SYS
Did not load driver nsiproxy.SYS
Did not load driver discache.SYS
Did not load driver DfsC.SYS
Did not load driver blbdrive.SYS
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}

my problem is i cant get past the "windows is preparing your pc for first use"

my system just reboots

 motherboard: gigabyte GA-7N400 Pro nforce2 series

CPU: Athlon XP 2700+

Memory: 2.5gb

Graphics card: ATI Powercolor Radeon HD 3650 AGP

current OS: windows xp professional sp3

  • Moved by Ronnie VernonMVP Wednesday, January 28, 2009 6:36 AM (Moved from Windows 7 Hardware Compatibility to Windows 7 Installation, Setup, and Deployment)
  • Changed type Mark L. Ferguson Saturday, February 21, 2009 1:00 AM

Reply:
/bump

 


------------------------------------
Reply:
I am having this same problem. How can I fix it?

------------------------------------
Reply:

Hi

Boot from windows 7 dvd and try windows 7 repair option  to tru resolving this issue from this point

Do not wander why this happen if your system is overclocked


------------------------------------
Reply:

my system is not overclocked it is a older system but my graphics card and cpu and memory amout does meet requirements

unfortunately there is no vista drivers for my motherboard but i think that is not the problem

and i did go into the adanced repair option and tell it to repair but it sayed there was nothing wrong with the install and to my understanding it installed with out freezing


------------------------------------
Reply:
Ok are you sure you try to install 32 bit version? If system is old and you try x64 version this may cause problems

------------------------------------
Reply:
Hi there, 

I am having a similar issue...I downloaded both the x64 and 32bit version of the software but get the same result. It installs just fine, but when it boots for the first time, it gets to the screen "windows is preparing your pc for first use" for about 3 secs then reboots. The repair script on the DVD shows nothing is wrong only that setup failed. I tried multiple boot options such as safe mode (no luck--installation cannot continue), no driver signature check to no avail, using the low res mode. I have yet to see what the desktop looks like. I cleared off a 500GB drive (I have 2.2TB of storage) for this beta test. It is an SATA drive, E is the letter designation. My video system is 2 nVidia 8500GT's with SLI enabled on the motherboard. There is no on-board graphics processor on this MSI nForce 850i motherboard. My monitor is a Sylvania 22''widscreen DVI. Below is my ntbtlog.txt off the Win7 drive:

Microsoft (R) Windows (R) Version 6.1 (Build 7000)
 1 29 2009 20:35:00.110
Loaded driver \SystemRoot\system32\ntoskrnl.exe
Loaded driver \SystemRoot\system32\hal.dll
Loaded driver \SystemRoot\system32\kdcom.dll
Loaded driver \SystemRoot\system32\mcupdate_GenuineIntel.dll
Loaded driver \SystemRoot\system32\PSHED.dll
Loaded driver \SystemRoot\system32\BOOTVID.dll
Loaded driver \SystemRoot\system32\CLFS.SYS
Loaded driver \SystemRoot\system32\CI.dll
Loaded driver \SystemRoot\system32\drivers\Wdf01000.sys
Loaded driver \SystemRoot\system32\drivers\WDFLDR.SYS
Loaded driver \SystemRoot\system32\DRIVERS\ACPI.sys
Loaded driver \SystemRoot\system32\DRIVERS\WMILIB.SYS
Loaded driver \SystemRoot\system32\DRIVERS\msisadrv.sys
Loaded driver \SystemRoot\system32\DRIVERS\pci.sys
Loaded driver \SystemRoot\system32\DRIVERS\vdrvroot.sys
Loaded driver \SystemRoot\System32\drivers\partmgr.sys
Loaded driver \SystemRoot\system32\DRIVERS\volmgr.sys
Loaded driver \SystemRoot\System32\drivers\volmgrx.sys
Loaded driver \SystemRoot\system32\DRIVERS\pciide.sys
Loaded driver \SystemRoot\system32\DRIVERS\PCIIDEX.SYS
Loaded driver \SystemRoot\System32\drivers\mountmgr.sys
Loaded driver \SystemRoot\system32\DRIVERS\atapi.sys
Loaded driver \SystemRoot\system32\DRIVERS\ataport.SYS
Loaded driver \SystemRoot\system32\DRIVERS\nvstor.sys
Loaded driver \SystemRoot\system32\DRIVERS\msrpc.sys
Loaded driver \SystemRoot\system32\DRIVERS\ksecdd.sys
Loaded driver \SystemRoot\system32\DRIVERS\storport.sys
Loaded driver \SystemRoot\system32\drivers\fltmgr.sys
Loaded driver \SystemRoot\system32\drivers\fileinfo.sys
Loaded driver \SystemRoot\System32\Drivers\Fs_Rec.sys
Loaded driver \SystemRoot\System32\Drivers\cng.sys
Loaded driver \SystemRoot\System32\drivers\pcw.sys
Loaded driver \SystemRoot\system32\drivers\ndis.sys
Loaded driver \SystemRoot\system32\drivers\NETIO.SYS
Loaded driver \SystemRoot\System32\Drivers\ksecpkg.sys
Loaded driver \SystemRoot\System32\drivers\tcpip.sys
Loaded driver \SystemRoot\System32\drivers\fwpkclnt.sys
Loaded driver \SystemRoot\system32\DRIVERS\vmstorflt.sys
Loaded driver \SystemRoot\System32\Drivers\Ntfs.sys
Loaded driver \SystemRoot\system32\DRIVERS\volsnap.sys
Loaded driver \SystemRoot\System32\Drivers\spldr.sys
Loaded driver \SystemRoot\System32\drivers\rdyboost.sys
Loaded driver \SystemRoot\System32\Drivers\mup.sys
Loaded driver \SystemRoot\System32\drivers\hwpolicy.sys
Loaded driver \SystemRoot\System32\DRIVERS\fvevol.sys
Loaded driver \SystemRoot\system32\DRIVERS\disk.sys
Loaded driver \SystemRoot\system32\DRIVERS\CLASSPNP.SYS
Loaded driver \SystemRoot\system32\DRIVERS\cdrom.sys
Loaded driver \SystemRoot\System32\Drivers\Null.SYS
Loaded driver \SystemRoot\System32\Drivers\Beep.SYS
Loaded driver \SystemRoot\System32\drivers\vga.sys
Loaded driver \SystemRoot\System32\DRIVERS\RDPCDD.sys
Loaded driver \SystemRoot\system32\drivers\rdpencdd.sys
Loaded driver \SystemRoot\system32\drivers\rdprefmp.sys
Loaded driver \SystemRoot\System32\Drivers\Msfs.SYS
Loaded driver \SystemRoot\System32\Drivers\Npfs.SYS
Loaded driver \SystemRoot\system32\DRIVERS\tdx.sys
Loaded driver \SystemRoot\system32\drivers\afd.sys
Loaded driver \SystemRoot\System32\DRIVERS\netbt.sys
Loaded driver \SystemRoot\system32\DRIVERS\wfplwf.sys
Loaded driver \SystemRoot\system32\DRIVERS\pacer.sys
Loaded driver \SystemRoot\system32\DRIVERS\netbios.sys
Loaded driver \SystemRoot\system32\DRIVERS\serial.sys
Loaded driver \SystemRoot\system32\DRIVERS\wanarp.sys
Loaded driver \SystemRoot\system32\DRIVERS\termdd.sys
Loaded driver \SystemRoot\system32\DRIVERS\rdbss.sys
Loaded driver \SystemRoot\system32\drivers\nsiproxy.sys
Loaded driver \SystemRoot\System32\drivers\discache.sys
Loaded driver \SystemRoot\system32\drivers\csc.sys
Loaded driver \SystemRoot\System32\Drivers\dfsc.sys
Loaded driver \SystemRoot\system32\DRIVERS\blbdrive.sys
Loaded driver \SystemRoot\system32\DRIVERS\tunnel.sys
Loaded driver \SystemRoot\system32\DRIVERS\intelppm.sys
Loaded driver \SystemRoot\System32\drivers\dxgkrnl.sys
Loaded driver \SystemRoot\system32\DRIVERS\nvlddmkm.sys
Loaded driver \SystemRoot\system32\DRIVERS\serenum.sys
Loaded driver \SystemRoot\system32\DRIVERS\fdc.sys
Loaded driver \SystemRoot\system32\DRIVERS\i8042prt.sys
Loaded driver \SystemRoot\system32\DRIVERS\kbdclass.sys
Loaded driver \SystemRoot\system32\DRIVERS\mouclass.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbohci.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbehci.sys
Loaded driver \SystemRoot\system32\DRIVERS\Rtnicxp.sys
Loaded driver \SystemRoot\system32\DRIVERS\1394ohci.sys
Loaded driver \SystemRoot\system32\DRIVERS\nvm62x32.sys
Loaded driver \SystemRoot\system32\DRIVERS\CompositeBus.sys
Loaded driver \SystemRoot\system32\DRIVERS\AgileVpn.sys
Loaded driver \SystemRoot\system32\DRIVERS\rasl2tp.sys
Loaded driver \SystemRoot\system32\DRIVERS\ndistapi.sys
Loaded driver \SystemRoot\system32\DRIVERS\ndiswan.sys
Loaded driver \SystemRoot\system32\DRIVERS\raspppoe.sys
Loaded driver \SystemRoot\system32\DRIVERS\raspptp.sys
Loaded driver \SystemRoot\system32\DRIVERS\rassstp.sys
Loaded driver \SystemRoot\system32\DRIVERS\rdpbus.sys
Loaded driver \SystemRoot\system32\DRIVERS\swenum.sys
Loaded driver \SystemRoot\system32\DRIVERS\mssmbios.sys
Loaded driver \SystemRoot\system32\DRIVERS\umbus.sys
Did not load driver \SystemRoot\System32\drivers\vga.sys
Loaded driver \SystemRoot\system32\DRIVERS\flpydisk.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbhub.sys
Loaded driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Loaded driver \SystemRoot\system32\DRIVERS\USBSTOR.SYS
Loaded driver \SystemRoot\system32\DRIVERS\usbccgp.sys
Loaded driver \SystemRoot\system32\DRIVERS\hidusb.sys
Loaded driver \SystemRoot\system32\DRIVERS\kbdhid.sys
Loaded driver \SystemRoot\system32\DRIVERS\udfs.sys
Microsoft (R) Windows (R) Version 6.1 (Build 7000)
 1 29 2009 20:39:00.125
Loaded driver \SystemRoot\system32\ntoskrnl.exe
Loaded driver \SystemRoot\system32\hal.dll
Loaded driver \SystemRoot\system32\kdcom.dll
Loaded driver \SystemRoot\system32\mcupdate_GenuineIntel.dll
Loaded driver \SystemRoot\system32\PSHED.dll
Loaded driver \SystemRoot\system32\BOOTVID.dll
Loaded driver \SystemRoot\system32\CLFS.SYS
Loaded driver \SystemRoot\system32\CI.dll
Loaded driver \SystemRoot\system32\drivers\Wdf01000.sys
Loaded driver \SystemRoot\system32\drivers\WDFLDR.SYS
Loaded driver \SystemRoot\system32\DRIVERS\ACPI.sys
Loaded driver \SystemRoot\system32\DRIVERS\WMILIB.SYS
Loaded driver \SystemRoot\system32\DRIVERS\msisadrv.sys
Loaded driver \SystemRoot\system32\DRIVERS\pci.sys
Loaded driver \SystemRoot\system32\DRIVERS\vdrvroot.sys
Loaded driver \SystemRoot\System32\drivers\partmgr.sys
Loaded driver \SystemRoot\system32\DRIVERS\volmgr.sys
Loaded driver \SystemRoot\System32\drivers\volmgrx.sys
Loaded driver \SystemRoot\system32\DRIVERS\pciide.sys
Loaded driver \SystemRoot\system32\DRIVERS\PCIIDEX.SYS
Loaded driver \SystemRoot\System32\drivers\mountmgr.sys
Loaded driver \SystemRoot\system32\DRIVERS\atapi.sys
Loaded driver \SystemRoot\system32\DRIVERS\ataport.SYS
Loaded driver \SystemRoot\system32\DRIVERS\nvstor.sys
Loaded driver \SystemRoot\system32\DRIVERS\msrpc.sys
Loaded driver \SystemRoot\system32\DRIVERS\ksecdd.sys
Loaded driver \SystemRoot\system32\DRIVERS\storport.sys
Loaded driver \SystemRoot\system32\drivers\fltmgr.sys
Loaded driver \SystemRoot\system32\drivers\fileinfo.sys
Loaded driver \SystemRoot\System32\Drivers\Fs_Rec.sys
Loaded driver \SystemRoot\System32\Drivers\cng.sys
Loaded driver \SystemRoot\System32\drivers\pcw.sys
Loaded driver \SystemRoot\system32\drivers\ndis.sys
Loaded driver \SystemRoot\system32\drivers\NETIO.SYS
Loaded driver \SystemRoot\System32\Drivers\ksecpkg.sys
Loaded driver \SystemRoot\System32\drivers\tcpip.sys
Loaded driver \SystemRoot\System32\drivers\fwpkclnt.sys
Loaded driver \SystemRoot\system32\DRIVERS\vmstorflt.sys
Loaded driver \SystemRoot\System32\Drivers\Ntfs.sys
Loaded driver \SystemRoot\system32\DRIVERS\volsnap.sys
Loaded driver \SystemRoot\System32\Drivers\spldr.sys
Loaded driver \SystemRoot\System32\drivers\rdyboost.sys
Loaded driver \SystemRoot\System32\Drivers\mup.sys
Loaded driver \SystemRoot\System32\drivers\hwpolicy.sys
Loaded driver \SystemRoot\System32\DRIVERS\fvevol.sys
Loaded driver \SystemRoot\system32\DRIVERS\disk.sys
Loaded driver \SystemRoot\system32\DRIVERS\CLASSPNP.SYS
Did not load driver @hal.inf,%acpiapic.devicedesc%;ACPI x86-based PC
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver cdrom.SYS
Loaded driver \SystemRoot\System32\Drivers\Null.SYS
Loaded driver \SystemRoot\System32\Drivers\Beep.SYS
Loaded driver \SystemRoot\System32\drivers\vga.sys
Did not load driver RDPCDD.SYS
Loaded driver \SystemRoot\system32\drivers\rdpencdd.sys
Did not load driver RDPREFMP.SYS
Loaded driver \SystemRoot\System32\Drivers\Msfs.SYS
Loaded driver \SystemRoot\System32\Drivers\Npfs.SYS
Loaded driver \SystemRoot\system32\DRIVERS\tdx.sys
Loaded driver \SystemRoot\system32\drivers\afd.sys
Loaded driver \SystemRoot\System32\DRIVERS\netbt.sys
Loaded driver \SystemRoot\system32\DRIVERS\wfplwf.sys
Loaded driver \SystemRoot\system32\DRIVERS\pacer.sys
Loaded driver \SystemRoot\system32\DRIVERS\netbios.sys
Did not load driver Serial.SYS
Did not load driver Wanarpv6.SYS
Did not load driver TermDD.SYS
Loaded driver \SystemRoot\system32\DRIVERS\rdbss.sys
Loaded driver \SystemRoot\system32\drivers\nsiproxy.sys
Did not load driver discache.SYS
Loaded driver \SystemRoot\system32\drivers\csc.sys
Loaded driver \SystemRoot\System32\Drivers\dfsc.sys
Did not load driver blbdrive.SYS
Loaded driver \SystemRoot\system32\DRIVERS\tunnel.sys
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Loaded driver \SystemRoot\system32\DRIVERS\fdc.sys
Loaded driver \SystemRoot\system32\DRIVERS\i8042prt.sys
Loaded driver \SystemRoot\system32\DRIVERS\kbdclass.sys
Loaded driver \SystemRoot\system32\DRIVERS\mouclass.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbohci.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbehci.sys
Loaded driver \SystemRoot\system32\DRIVERS\cdrom.sys
Loaded driver \SystemRoot\system32\DRIVERS\Rtnicxp.sys
Loaded driver \SystemRoot\system32\DRIVERS\1394ohci.sys
Loaded driver \SystemRoot\system32\DRIVERS\nvm62x32.sys
Loaded driver \SystemRoot\system32\DRIVERS\blbdrive.sys
Loaded driver \SystemRoot\system32\DRIVERS\CompositeBus.sys
Loaded driver \SystemRoot\system32\DRIVERS\AgileVpn.sys
Loaded driver \SystemRoot\system32\DRIVERS\rasl2tp.sys
Loaded driver \SystemRoot\system32\DRIVERS\ndistapi.sys
Loaded driver \SystemRoot\system32\DRIVERS\ndiswan.sys
Loaded driver \SystemRoot\system32\DRIVERS\raspppoe.sys
Loaded driver \SystemRoot\system32\DRIVERS\raspptp.sys
Loaded driver \SystemRoot\system32\DRIVERS\rassstp.sys
Loaded driver \SystemRoot\system32\DRIVERS\rdpbus.sys
Loaded driver \SystemRoot\system32\DRIVERS\termdd.sys
Loaded driver \SystemRoot\system32\DRIVERS\swenum.sys
Loaded driver \SystemRoot\system32\DRIVERS\mssmbios.sys
Loaded driver \SystemRoot\system32\DRIVERS\umbus.sys
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Loaded driver \SystemRoot\system32\DRIVERS\flpydisk.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbhub.sys
Loaded driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Loaded driver \SystemRoot\system32\DRIVERS\USBSTOR.SYS
Loaded driver \SystemRoot\system32\DRIVERS\usbccgp.sys
Loaded driver \SystemRoot\system32\DRIVERS\hidusb.sys
Loaded driver \SystemRoot\system32\DRIVERS\kbdhid.sys
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @cpu.inf,%intelppm.devicedesc%;Intel Processor
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @nv_lh.inf,%nvidia_g86.dev_0421.1%;NVIDIA GeForce 8500 GT (Microsoft Corporation - WDDM v1.1)
Did not load driver @msports.inf,%*pnp0501.devicedesc%;Communications Port
Loaded driver \SystemRoot\system32\DRIVERS\udfs.sys
Microsoft (R) Windows (R) Version 6.1 (Build 7000)
 1 29 2009 21:00:52.110
Loaded driver \SystemRoot\system32\ntoskrnl.exe
Loaded driver \SystemRoot\system32\hal.dll
Loaded driver \SystemRoot\system32\kdcom.dll
Loaded driver \SystemRoot\system32\mcupdate_GenuineIntel.dll
Loaded driver \SystemRoot\system32\PSHED.dll
Loaded driver \SystemRoot\system32\BOOTVID.dll
Loaded driver \SystemRoot\system32\CLFS.SYS
Loaded driver \SystemRoot\system32\CI.dll
Loaded driver \SystemRoot\system32\drivers\Wdf01000.sys
Loaded driver \SystemRoot\system32\drivers\WDFLDR.SYS
Loaded driver \SystemRoot\system32\DRIVERS\ACPI.sys
Loaded driver \SystemRoot\system32\DRIVERS\WMILIB.SYS
Loaded driver \SystemRoot\system32\DRIVERS\msisadrv.sys
Loaded driver \SystemRoot\system32\DRIVERS\pci.sys
Loaded driver \SystemRoot\system32\DRIVERS\vdrvroot.sys
Loaded driver \SystemRoot\system32\DRIVERS\isapnp.sys
Loaded driver \SystemRoot\system32\DRIVERS\mpio.sys
Loaded driver \SystemRoot\System32\drivers\partmgr.sys
Loaded driver \SystemRoot\system32\DRIVERS\volmgr.sys
Loaded driver \SystemRoot\System32\drivers\volmgrx.sys
Loaded driver \SystemRoot\system32\DRIVERS\intelide.sys
Loaded driver \SystemRoot\system32\DRIVERS\PCIIDEX.SYS
Loaded driver \SystemRoot\system32\DRIVERS\aliide.sys
Loaded driver \SystemRoot\system32\DRIVERS\amdide.sys
Loaded driver \SystemRoot\system32\DRIVERS\cmdide.sys
Loaded driver \SystemRoot\system32\DRIVERS\compbatt.sys
Loaded driver \SystemRoot\system32\DRIVERS\BATTC.SYS
Loaded driver \SystemRoot\System32\drivers\mountmgr.sys
Loaded driver \SystemRoot\system32\DRIVERS\msdsm.sys
Loaded driver \SystemRoot\system32\DRIVERS\nvraid.sys
Loaded driver \SystemRoot\system32\DRIVERS\msrpc.sys
Loaded driver \SystemRoot\system32\DRIVERS\ksecdd.sys
Loaded driver \SystemRoot\system32\DRIVERS\CLASSPNP.SYS
Loaded driver \SystemRoot\system32\DRIVERS\pciide.sys
Loaded driver \SystemRoot\system32\DRIVERS\viaide.sys
Loaded driver \SystemRoot\system32\DRIVERS\iaStorV.sys
Loaded driver \SystemRoot\system32\DRIVERS\atapi.sys
Loaded driver \SystemRoot\system32\DRIVERS\ataport.SYS
Loaded driver \SystemRoot\system32\DRIVERS\lsi_sas.sys
Loaded driver \SystemRoot\system32\DRIVERS\storport.sys
Loaded driver \SystemRoot\system32\DRIVERS\HpSAMD.sys
Loaded driver \SystemRoot\system32\DRIVERS\adp94xx.sys
Loaded driver \SystemRoot\system32\DRIVERS\adpahci.sys
Loaded driver \SystemRoot\system32\DRIVERS\adpu320.sys
Loaded driver \SystemRoot\system32\DRIVERS\djsvs.sys
Loaded driver \SystemRoot\system32\DRIVERS\SCSIPORT.SYS
Loaded driver \SystemRoot\system32\DRIVERS\arc.sys
Loaded driver \SystemRoot\system32\DRIVERS\arcsas.sys
Loaded driver \SystemRoot\system32\DRIVERS\elxstor.sys
Loaded driver \SystemRoot\system32\DRIVERS\iirsp.sys
Loaded driver \SystemRoot\system32\DRIVERS\lsi_fc.sys
Loaded driver \SystemRoot\system32\DRIVERS\lsi_scsi.sys
Loaded driver \SystemRoot\system32\DRIVERS\megasas.sys
Loaded driver \SystemRoot\system32\DRIVERS\MegaSR.sys
Loaded driver \SystemRoot\system32\DRIVERS\msahci.sys
Loaded driver \SystemRoot\system32\DRIVERS\nfrd960.sys
Loaded driver \SystemRoot\system32\DRIVERS\nvstor.sys
Loaded driver \SystemRoot\system32\DRIVERS\ql2300.sys
Loaded driver \SystemRoot\system32\DRIVERS\ql40xx.sys
Loaded driver \SystemRoot\system32\DRIVERS\SiSRaid2.sys
Loaded driver \SystemRoot\system32\DRIVERS\sisraid4.sys
Loaded driver \SystemRoot\system32\DRIVERS\vsmraid.sys
Loaded driver \SystemRoot\system32\drivers\fltmgr.sys
Loaded driver \SystemRoot\system32\drivers\fileinfo.sys
Loaded driver \SystemRoot\System32\Drivers\Fs_Rec.sys
Loaded driver \SystemRoot\System32\Drivers\cng.sys
Loaded driver \SystemRoot\System32\drivers\pcw.sys
Loaded driver \SystemRoot\system32\drivers\ndis.sys
Loaded driver \SystemRoot\system32\drivers\NETIO.SYS
Loaded driver \SystemRoot\System32\Drivers\ksecpkg.sys
Loaded driver \SystemRoot\System32\drivers\tcpip.sys
Loaded driver \SystemRoot\System32\drivers\fwpkclnt.sys
Loaded driver \SystemRoot\System32\Drivers\Ntfs.sys
Loaded driver \SystemRoot\system32\DRIVERS\wd.sys
Loaded driver \SystemRoot\system32\DRIVERS\volsnap.sys
Loaded driver \SystemRoot\System32\Drivers\spldr.sys
Loaded driver \SystemRoot\system32\DRIVERS\sbp2port.sys
Loaded driver \SystemRoot\System32\drivers\rdyboost.sys
Loaded driver \SystemRoot\System32\Drivers\mup.sys
Loaded driver \SystemRoot\System32\drivers\hwpolicy.sys
Loaded driver \SystemRoot\System32\DRIVERS\fvevol.sys
Loaded driver \SystemRoot\system32\DRIVERS\disk.sys

Did not load driver cdrom.SYS
Loaded driver \SystemRoot\System32\Drivers\Null.SYS
Loaded driver \SystemRoot\System32\Drivers\Beep.SYS
Loaded driver \SystemRoot\System32\drivers\vga.sys
Did not load driver RDPCDD.SYS
Loaded driver \SystemRoot\system32\drivers\rdpencdd.sys
Did not load driver RDPREFMP.SYS
Loaded driver \SystemRoot\System32\Drivers\Msfs.SYS
Loaded driver \SystemRoot\System32\Drivers\Npfs.SYS
Loaded driver \SystemRoot\system32\DRIVERS\tdx.sys
Loaded driver \SystemRoot\system32\drivers\afd.sys
Loaded driver \SystemRoot\System32\DRIVERS\netbt.sys
Loaded driver \SystemRoot\system32\DRIVERS\wfplwf.sys
Loaded driver \SystemRoot\system32\DRIVERS\pacer.sys
Loaded driver \SystemRoot\system32\DRIVERS\netbios.sys
Did not load driver Serial.SYS
Did not load driver Wanarpv6.SYS
Did not load driver TermDD.SYS
Loaded driver \SystemRoot\system32\DRIVERS\rdbss.sys
Loaded driver \SystemRoot\system32\drivers\nsiproxy.sys
Did not load driver discache.SYS
Loaded driver \SystemRoot\System32\Drivers\dfsc.sys
Did not load driver blbdrive.SYS
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {4D36E978-E325-11CE-BFC1-08002BE10318}
Loaded driver \SystemRoot\system32\DRIVERS\fdc.sys
Loaded driver \SystemRoot\system32\DRIVERS\i8042prt.sys
Loaded driver \SystemRoot\system32\DRIVERS\kbdclass.sys
Loaded driver \SystemRoot\system32\DRIVERS\mouclass.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbohci.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbehci.sys
Loaded driver \SystemRoot\system32\DRIVERS\cdrom.sys
Loaded driver \SystemRoot\system32\DRIVERS\1394ohci.sys
Loaded driver \SystemRoot\system32\DRIVERS\blbdrive.sys
Loaded driver \SystemRoot\system32\DRIVERS\CompositeBus.sys
Loaded driver \SystemRoot\system32\DRIVERS\AgileVpn.sys
Loaded driver \SystemRoot\system32\DRIVERS\rasl2tp.sys
Loaded driver \SystemRoot\system32\DRIVERS\ndistapi.sys
Loaded driver \SystemRoot\system32\DRIVERS\ndiswan.sys
Loaded driver \SystemRoot\system32\DRIVERS\raspppoe.sys
Loaded driver \SystemRoot\system32\DRIVERS\raspptp.sys
Loaded driver \SystemRoot\system32\DRIVERS\rassstp.sys
Loaded driver \SystemRoot\system32\DRIVERS\termdd.sys
Loaded driver \SystemRoot\system32\DRIVERS\swenum.sys
Loaded driver \SystemRoot\system32\DRIVERS\mssmbios.sys
Loaded driver \SystemRoot\system32\DRIVERS\umbus.sys
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {4D36E978-E325-11CE-BFC1-08002BE10318}
Loaded driver \SystemRoot\system32\DRIVERS\flpydisk.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbhub.sys
Loaded driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver \SystemRoot\System32\Drivers\NDProxy.SYS
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {4D36E978-E325-11CE-BFC1-08002BE10318}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {4D36E978-E325-11CE-BFC1-08002BE10318}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {4D36E978-E325-11CE-BFC1-08002BE10318}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {4D36E978-E325-11CE-BFC1-08002BE10318}
Loaded driver \SystemRoot\system32\DRIVERS\udfs.sys
Loaded driver \SystemRoot\system32\DRIVERS\UsbStor.sys
Loaded driver \SystemRoot\system32\DRIVERS\usbccgp.sys
Loaded driver \SystemRoot\system32\DRIVERS\hidusb.sys
Loaded driver \SystemRoot\system32\DRIVERS\kbdhid.sys
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {50127DC3-0F36-415E-A6CC-4CB3BE910B65}
Did not load driver {4D36E978-E325-11CE-BFC1-08002BE10318}

 From what I can tell, Win7 did not like my Intel Core 2 Quad-core 6700 series processor, or my 8500 GT's in SLI mode. Why the install didn't work is the big question here. 

Below is a capture of my sysinfo from the WinXPSP3 side of the computer...the dual booting between the drives works just fine :)

Here is my abbreviated sysinfo:

System Information report written at: 01/29/09 21:39:14
System Name: THE-148229623CA
[System Summary]

Item    Value    
OS Name    Microsoft Windows XP Professional    
Version    5.1.2600 Service Pack 3 Build 2600    
OS Manufacturer    Microsoft Corporation    
System Name    THE-148229623CA    
System Manufacturer    MSI    
System Model    MS-7350    
System Type    X86-based PC    
Processor    x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2666 Mhz    
BIOS Version/Date    American Megatrends Inc. V2.5, 3/7/2008    
SMBIOS Version    2.5    
Windows Directory    C:\WINDOWS    
System Directory    C:\WINDOWS\system32    
Boot Device    \Device\HarddiskVolume1    
Locale    United States    
Hardware Abstraction Layer    Version = "5.1.2600.5512 (xpsp.080413-2111)"    
User Name    THE-148229623CA\Michael P. Sexton    
Time Zone    Mountain Standard Time    
Total Physical Memory    2,048.00 MB    
Available Physical Memory    1.03 GB    
Total Virtual Memory    2.00 GB    
Available Virtual Memory    1.95 GB    
Page File Space    3.85 GB    
Page File    C:\pagefile.sys    

[Hardware Resources]


Anybody have any ideas? I would love to see this OS in action....

 

Regards,

irishboy




------------------------------------
Reply:

yes i an smart enough to download and install the 32x version my motherboard is not rated for 64x eny way so i dont think it would have even booted setup if it were not 32x

 


------------------------------------
Reply:
irishboy try this:

- load bios defaults
-disable from bios all devices unnecessary for setup including NIC
-disconnect all unnecessary devices for setup including LAN


------------------------------------
Reply:
i always do that that is the first thing i did reset my bios then unplug my LAN i just retryed that no result i just have the same error

------------------------------------
Reply:
ok, then try with hdd controller in ide and ahci/raid modes and make full format on partition before to install

------------------------------------
Reply:
unfortunately the setup will not identify any thing on my raid controller i have to install on the main ide ports then move it to raid after installing the motherboard driver
im hopefully geting a newer system with a duel core so that system will probably handle windows 7 way better than my nforce 2 board

------------------------------------
Reply:
 For all those who are unaware, you can boot Windows 7 with the program Nero.I did not need to make a bootable dvd.I went ahead and created one anyway but it refused to boot.Unfortunitly I cannot find any drivers for the DSL connection being that I am currently running Windows XP.Windows 7 loaded just fine but no connection and it would not detect any hardware.

------------------------------------
Reply:
Okay all,
I finally got Win7 installed and here is how:

I looked at other forums and found that the display drivers for nvidia cards, specifically for nForce 650i mobo's, will not drive DVI display. I had to hook up VGA (analogue), reinstall, and I was able to boot in. Once in, I installed the Vista mobo drivers, nVidia drivers, and now everything works including SLI acceleration.  The post I got this from seems to already have been removed. I will type out my print-out for you here to try:

Solution 1 (simpler if it works):

Use analogue (VGA) graphics port on your motherboard or graphics card rather than DVI during installation.

Disable Windows Update automatice update - set ot notify of updates but not install.

Once installed and running, download and install the most recent Vista motherboard drivers from the chipset manufacturer and install them.

Replace VGA calbe with DVI cable and reboot.

(This worked for me)

Solution 2 (if above does not work):

Install a separate graphics card and install your system using that graphics card.

Disable Windows Update automatic update - set to notify of updates but no install.

Now install Vista motherboard drivers as above.

Remove extra graphics card and reboot.

This was found in the hardware compatibility forum as "installation fails (constant rebooting when restarts for first use".



Hope this helps, it fixed it for me (solution 1).

Regards,
irishboy0

------------------------------------
Reply:
The question then is what update option before to start install do, or you did not checked for update from there?

------------------------------------
Reply:
I have win 7 64 bit  installed. When win 7 installs win 7 doesn't install graphics driver till the OS is installed.
I think it's best if possible for a smooth install, if easy for you, to have the latest mother bios installed . My XP
and Vista 32 performed okay but my win 7 crawled till I updated my bios now they are all much smoother, but my bios was easy to update, it's an intel and I updated with in XP with an exe from desk top.
I'm sorry so many are experiencing problems. I made this machine 2007 so it's fairly new, Dual core 6600 @ 2.40Ghz 2, 2Gig corsair fast  dual mem @ 800. 3 sata drives intel DP965LT but the bios was a year old .
Sandy.

------------------------------------

Computer Shuts Down Before Install Starts

So I have tried installing both 32 and 64 bit DVDs to my Desktop with different DVD drives and copies.  Both DVDs are good copies as they both loaded and install onto my other computer.

 

Other than one time I was able to get my computer to go through 64bit Install untill it noticed a drive order problem.  I fixed this order and now I am facing my earlier problem.

 

I stick the DVD in and press a button and on what seems like a random cycle, my computer either shuts off the second I press the button or at the second "Windows is Loading Files" screen.

 

 I will post up my detailed specs, but it is a Core II Duo CPU and a biostar MB

 

My question is that this is a build computer and I don't know really what I am doing as this MB is convoluted in it's menu and I do not know the installation of RAM and the Jumper locations for my IDE drives, which I feel is likely my problem.


Reply:
Ok so, the 64 Bit DVD is complaining of missing files. So now I am rewriting the DVD on my laptop in imgBurn at 2x.  I think that the problem may have stemed from the fact that I was moving my laptop during the writing of the 64bit DVD... Or maybe my computer just wanted to spite me and load until the person I asked to help troubleshoot left the room.

------------------------------------
Reply:
I have the same problem. I boot my computer to the installation dvd. It says Loading Windows, and then when the loading bar completes it shuts down. What is going on here?

 

I have to do a clean install because I run Windows Xp and it wouldn't let me install from inside Win Xp.

------------------------------------
Reply:
OK does anyone know some install methods for non-windows systems? I AM SICK OF MAKING $1 COASTERS ALL OVER MY HOUSE!!!!  This was a linux box before so Vista upgrade is out of the question.

------------------------------------
Reply:
Put the disk in , if it comes up with a 1 and 2 cd pick the 1 then it asks to press any key to load files.  it might be very slow, if your bios needs updating and it's easy to update, I would update it. You might have to tell it to boot from your cd drive , I didn't one of my sons did.  Before install name your partitions you don't want it to go on top of your  linux. Pick custom install it will show all your drives pick the partition you named to put it on.
I must admit I had to write the disk twice my first disk refused to boot but I have wriitten to a better quaility disk I did use nero to write the image or iso.
Once it starts writing to your partition, it might be very slow, but it does get there in the end, mine was very slow but is fast since I updated my bios. My son now has linux xp and win 7 so it can work with linux. I have xp vista 32 and win 64.
I hope this helps.
Sandy

------------------------------------

Media Center tries to force a record on an HD channel when set to SD channel

So, I had to set up all my recordings again since the switch to 7.

I noticed that if I set up a series recording on a standard def channel like 62 USA on my guide it will switch the channel to an HD channel unknowingly.

Here's an example:

Say I search for Monk... "Search: MONK" > Lists all shows containing MONK in the title. Highlight the correct one and it shows Channel 62 - USA for the recording, set it to record. When I click Series Settings it will list channel 711 (my HD version of USA here).

WTF?

Windows 7 build 7000 upgrade from Vista Ultimate SP1.

Reply:
 

Maybe your default series channel is set to HD preferred.  Change your default series preferences (main menu, settings, tv, recorder).

You may have to set it as either "SD Only" or "Channel 62 only" in the series setup screen? 


------------------------------------
Reply:
I wonder if setting a show to record in analog and also selecting "Best"  quality will cause Media Center to jump to a HD showing?

------------------------------------
Reply:
Well, the technical glitch here is that you can go through the guide, find channel 62, set it to record a series and all the screens show that it is supposed to record 62.

Then when you enter the series settings it's set to 711.

???

------------------------------------
Reply:
It did that on my XP install -- my dual tuner tuned both the SD and HD versions of the same channel. I have yet to make a recording on my W7 install. (keep fingers crossed) :)

------------------------------------

Windows Task bar UI

After playing with the task bar a bit. I think the small icons are too small. Maybe just 10 pixels larger would be better. However the size of the bar it self is great!

Installation of Windows 7

Hi All,

 A few days ago I wrote about my issues of windows 7 64 bit , I installed again and it was painfully slow a total of 11 hours. Once inside windows it was again painfully slow.

I decided to update the bios, I don't normally do this, if it's working I normally leave it alone.

 Anyway updated my bios in XP it was a 2007 bios intel board DP965LT  intel core 2 6600@2.40Ghz 2x2 dual 4 gig of 800 ram.  Geforce 7800 GTX.  I haven't updated this bios since I made up this machine 2007 anyhow updating the bios windows 7 is now very speedy. I get the odd blip in internet explorer but the whole feel of the machine is amazing. I just thought this would help someone with a similar board and suffering go slow. I should of updated the bios before the install most probably would have been much faster.

If anyone has hifi extreme audio the 64 bit creative  wouldn't work, but I used Creative Vista 32 driver, used Vista compatibility and admistrator and I now have good sound on the windows 7.  Just got to have music.

I've got my printer to do everthing but the scan, don't know why yet, but working on it. TV works great on win 7 tabletand pen and artrage work fine.

I shall most probably go with win 7 64 bit when it is out, very pleased with it now.

Very pleased now with  XP my Vister 32 and Windows 7.

Regards Sandy.

Unable to install W7 64bit in RAID mode

Hi,

I'm unable to install the 64 bit version of Windows 7 in RAID mode on my hardware:

mb ASUS M2A-VM HDMI
cpu ATHLON BE-2350
ram 2x1GB ddr2 800
hd 320gb hitachi - RAID mode
video ati radeon HD 3650 512mb

64bit RAID drivers used: 2.5.1540.47 taken from ATI 8.12 RAID drivers package from http://game.amd.com/us-en/drivers_catalyst.aspx?p=xp/integratedip-xp

I get this error when I click on "Install now"

Windows could not collect information for [OSImage] since the specified image file [install.wim] does not exist. 

So I tried a trick that worked on 32 bit version:

1) click on "repair my computer"
2) click "load drivers"
3) close the "system recovery options" window
4) click on "Install now" again

In that way I was able to start the installation on the 64bit version too, but it hangs on 0% of "expanding files" with error:

Windows cannot install required files. Make sure all files required for installation are available, and restart the installation. 

I think that it's a driver related issue

What can I do?

TIA

Sorry for my poor english



Reply:
Does this machine also have a SATA DVD?
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)

------------------------------------
Reply:
yes, sata optiarc 7173s

------------------------------------
Reply:

This may be the contributing factor. Other scenarios have suggested there may be a deficiency of SATA DVD drivers in the existing install image.

Does the machine have an IDE interface that you can connect an IDE DVD to?

If not, the other alternative would be to either use an ISO mounter and install from a mounted ISO image,

or copy the contents of the DVD to a folder on the local drive and start the installation from there.


Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)

------------------------------------
Reply:
ok i will try to install from a usb drive following these instructions installing-windows-7-using-a-usb-stick

and I'll make you know

 

Thanks


------------------------------------
Reply:
installing from usb worked..........

 ..............until this point

2009-01-30 19:26:35, Info                  SYSPRP Status: Total = 262,    Complete = 136,     Progress = 51%    (58%) 

now i'm  writing during the hanged installation itself :)

I was able to install firefox via shift+f10 and write this post. :)

what can I do now?


------------------------------------
Reply:

It's most likely the same issue... lack of device drivers for your installation media.

Your solution most likely lies in the use of an IDE-connected DVD-ROM drive for installation.

Another alternative methodology could be to install Windows Vista and then perform an upgrade; or install WinXP or Windows Vista to an alternate (temporary) partition, and then perform an installation from within the WinXp/WinVista partition. After successful installation you can trash the WinXP/WinVista partition and reclaim the drive space.

Also, consider you may also be hitting (or will hit) device driver issues for that ATI 3650 video card.


Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)

------------------------------------
Reply:
I already tried to install from x64 vista but (I don't remember why) the upgrade didn't work.

I read that there will be no beta 2 for Windows 7... I must wait the final release to try a 64bit version?

------------------------------------

The action Center

I like the action center Idea. If I were going to make any changes it would be to have the flag change colors maybe to red, where there were actions to preform, like update or scan. This Actions Center idea i think  has the right Idea when it comes to system maintenance and updates. Rather than bombard people with dialogues and intrusive balloons why not just "turn red and wait for the user to act" Once they click the action center then Providing meaningful contextual and relevant explanations about why the proposed action should taken are in order.

"Hide inactive icons" option

Hello,

I see in Control Panel\All Control Panel Items\Notification Area Icons an option for showing all icons in the notification area: "Always show all icons and notifications on the taskbar". I think that would be useful an option for hiding inactive icons, like in previous Windows versions (Vista and XP). I think that are users that like the old way in which Windows shows icons and hides those unused.

Reply:
Which inactive Icons do you see?

Inactive Icons are always not visible now, or I'm wrong?

------------------------------------
Reply:
yes, all icons are not visible, but by checking "always show all icons and notifications, all become visible, even those inactive.

------------------------------------
Reply:

That's exactly how XP worked too:  If you told it to always show them (in XP that option did the same thing, but was called "Do not hide inactive icons"), they were all there and never hid.  Windows 7 works exactly the same, except it defaults to hiding every icon unless it has a notification, without waiting for it to become inactive.


------------------------------------

The Weather Desktop Gadget always on a move!

For last few days, the Weather gadget on my PC is changing its posision. Last week when I changed the background, only the Weather Gadget disappeared. I noticed that the weather Gadget is missing, but I didnt know that changing the background image caused the gadget to disappear. After few days, I decided to switch back to the old background image. Guess what, The Weather Gadget came back.

I keep my Desktop Gadgets horizontally aligned on top of the desktop. Today when I started my PC, the Weather Gadget was citting at the middle of the Desktop alone, just staring at me.

I noticed this behaviour only in Weather Gadget. Did anyone else noticed the same problem? Any solution?


Zaheer Sheikh

Reply:
Did you use the Weather Gadget that is part of the Gadgets defaults with Windows 7?  I have not had any issues with mine moving around.  Could be that the one you saw sitting in the middle of your desktop was the one that was added when you switched wallpapers?
~Alex T.~
~Windows Desktop Experience MVP~

------------------------------------
Reply:

Yes, the weather gadget that I am using is part of the Gadgets defaults with Windows 7. The Weather Gadget moved in the middle of the desktop several times. One day when I switched the Wallpaper, the other day when I restarted my PC, and today when I terned on my computer.

 

This is the only gadget on my Desktop that is updated via Internet.


Zaheer Sheikh

------------------------------------
Reply:

Why are these gadgets so incredibly small?

The weather gadget can be resized, but there is just ONE step to raise its size.  I find this still way too small to comfortable edit the preferences (city) and to read the weather data.

Is there any way or trick to resize it even more or to get bigger fonts?

No, increasing dpi of the entire system is not such a good idea - I already use 149% dpi, I would like to raise the dpi even more, but then I get an ugly, incredibly annoying big mouse cursor!? This already started with windows XP, the mouse cursor was still okay with windows 2000 and did not become a monster...

 


------------------------------------
Reply:
Hello Zaheer,

Do you have Auto Align on or turned off?  Maybe having it turned off is what is causing this gadget to appear in the middle.

egman,

This is not something easily answered.  Cause it is the way they are built and designed.  They are made to be used on any desktop.  So while you need them to be bigger i prefer them to be smaller.  Even on the smallest setting with my DPI set to the lowset setting to me the gadgets are still very big.

Each person has their own preference and to be able to accommodate everyone is a tough task.  You may have to look through the Gadget Gallery to find one that you like.

Regards,


~Alex T.~
~Windows Desktop Experience MVP~

------------------------------------

WLAN 802.11n

Unable to connect to wireless to the Linksys N Ultra Plus Dual Band Wrt600n router, using Windows 7

Reply:
you probably need a driver for your wireless card compatible with windows 7

------------------------------------
Reply:
Hi
Try to update wireless card driver. If windows cannot find online driver install driver for vista.

------------------------------------

Auto-hide

I'm one of those guys who use auto-hide for the taskbar. A pet peeve of mine if that it often doesn't. Always been this way for me. Different computers different versions of Windows. Doesn't matter. Just for the record, Windows 7  acts no different. I still have to go back and re-apply auto-hide to get it working again

win 7 spontaneous reboots - how to debug?

need help debugging spontaneous windows 7 reboots. reboots within minutes of last boot. reboots even when activity is idle. system is stable on vista 64 but with occasional nVidia driver issues.

system specs - HP Pavilion dv6661se

http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01163907&lc=en&dlc=en&cc=us&lang=en&os=2100&product=3557125


Deep Creek Services

Reply:
 

Hi,

 

Thank you for posting.

 

Before moving on troubleshooting, could you please confirm the following points?

 

1.       Does the issue re-occur in Safe Mode?

2.       Does the issue re-occur in Clean Boot?

3.       Did you check event log?

 

For your reference:

 

How to view and manage event logs in Event Viewer in Windows XP

About Windows Event Log

 

For your convenience:

 

How to take a Clean Boot

===========================

1. Click Start, type "MSCONFIG" (without the quotations) in the Search Bar and Press "Enter" to start the System Configuration Utility.

2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click "Disable All" (if it is not gray).

3. Click the "Startup" tab, click "Disable All" and click "OK".

4. Restart the computer and test the issue.

 

Note: Clean Boot is a troubleshooting step. If some programs have been disabled, we can re-enable them later. If you see the System Configuration Utility, check the box of "Don't show this message" and then click "OK".

 

Please monitor the system in the Clean Boot environment. If the problem does not occur, it indicates that the problem is related to one application or service we have disabled. You may use the MSCONFIG tool again to re-enable the disabled item one by one to find out the culprit.

 

Hope it helps.


------------------------------------
Reply:
As well as the above, can you do anything in W7 to force a reboot? I.e. if you start a game does it reboot?

------------------------------------
Reply:
the events log only notated each reboot as not having shutdown properly. not much of use..

i'll give the proposed methods a try..

Thanks
Deep Creek Services

------------------------------------
Reply:
System is stable in Safe Mode. On to clean boot next...

I had hoped that Win 7 would add new features/utilities for debugging hardware driver issues. The elemination process for each driver is a repetitive process. The utility could help identify the required services/drivers and user installed services/drivers. It could retain the list of tested/approved and not yet tested drivers/services.

In my case, I now see that two hardware drivers failed to install and no updates are available.

I am not able to force the reboots via normal usage of the system, or I have yet to detect any type of pattern or repeatability.
Deep Creek Services

------------------------------------
Reply:

In the computer  Management pane under device manager - other devices:

coprocessor and sm bus controller - drivers do not load - no updates available

 

Clean Boot - was buggy but I recovered. When I checked hide all MS services they vanished. When I unchecked it only one MS service returned. After rebooting ALL the MS services were disabled and I found no way to enable them. The restart services options were all grayed out! I was hosed with no usability. I could not even do a system restore. I was happy to find a restore system option after I booted from the install disk and avoided a re-install. Great new feature.

On the second Clean Boot retry things worked normally. But with all user installed services and start ups suppressed, I still get the random spontaneous reboots in under 20 minutes after boot.


Deep Creek Services

------------------------------------
Reply:
Hi there have just looked into this thread, and with regards to youre sm bus and co=processor not loading drivers, did you try installing the drivers in compatibility mode?

Having looked through HP's site for Vista 64 drivers, from the link you supplied i would download(if you havent already) the nvidia nForce Chipset Driver version 13.11A dated 06-2007,

then right click on the file, and select Properties /compatibility tab select Vista

at bottom put a tick in the Run as Administrator box then apply/OK

after that try running the file and see if it sorts the problems with you smbus controller and C0processor.

------------------------------------
Reply:
in the advanced boot options 'F8' as the pc is booting, or if you have a dual boot system Press F8 while the selection bar is on Windows 7. there is an option

Disable Automatic restart on system Failure. I'm not sure as i havent needed to try this yet, but i think it might be a way of preventing windows going into the restart so that if it crashes , you can see if it is giving you any stop errors or similar, which would then give you additional information(hopefully) on what might be causin the restarts.

------------------------------------
Reply:

loading the recommended nVidia drivers fix those hardware driver issues.

with reboot suppressed all I got was a black screen.


Deep Creek Services

------------------------------------
Reply:
don't know if this is related to reboots. my kaspersky labs win7 trial anti-virus has issues updating.

I've given up on use of win7 untill some new ideas come up. Thanks all for trying.

KA
Deep Creek Services

------------------------------------
Reply:
there have been a few other people saying about the kapersky updating issues in the application compatibility forum. Im actualy using a trial of KIS2009 from Kapersky, and that hasnt had any issues so far.

------------------------------------

No comments:

Post a Comment

Setup is Split Across Multiple CDs

Setup is Split Across Multiple CDs Lately I've seen a bunch of people hitting installation errors that have to do with the fact th...