hi friends if you are getting windows startup error in your pc or laptop. It might be the cause of startup files are corrupted or new updates run.
so follow these steps to fix this issue:
Since Startup Repair and System Restore did not resolve the issue, try the following steps:
1. Boot from the Windows 7 DVD, select your keyboard and language options, select Repair your computer, and then select the Command Prompt.
2. From the Command Prompt run the following command:
Dism /image:c:\ /get-packages
This will produce a list of installed updates and packages. They will look like this:
Package Identity: Package_for_KB978262~31bf3856ad364e35~x86~~6.1.1.0
State: Installed
Release Type : Security Update
Install Time : 2/11/2010 1:01 PM
3. Find the most recent one and then make a note of the package identity.
4. Run:
dism /image:c:\ /remove-package
/PackageName:Package_for_KB978262~31bf3856ad364e35~x86~~6.1.1.0 (name of update from
previous step)
You will get a status of the removal until it is complete.
5. Then reboot your PC.
You will want to start with the most recent and remove them one at a time to find the problem update.
Link to full Post :
http://answers.microsoft.com/en-us/windows/forum/windows_7-system/startup-repair-boot-loop/4dcc986b-11b8-4161-bca1-7a1c22ba3e6a
so follow these steps to fix this issue:
Since Startup Repair and System Restore did not resolve the issue, try the following steps:
1. Boot from the Windows 7 DVD, select your keyboard and language options, select Repair your computer, and then select the Command Prompt.
2. From the Command Prompt run the following command:
Dism /image:c:\ /get-packages
This will produce a list of installed updates and packages. They will look like this:
Package Identity: Package_for_KB978262~31bf3856ad364e35~x86~~6.1.1.0
State: Installed
Release Type : Security Update
Install Time : 2/11/2010 1:01 PM
3. Find the most recent one and then make a note of the package identity.
4. Run:
dism /image:c:\ /remove-package
/PackageName:Package_for_KB978262~31bf3856ad364e35~x86~~6.1.1.0 (name of update from
previous step)
You will get a status of the removal until it is complete.
5. Then reboot your PC.
You will want to start with the most recent and remove them one at a time to find the problem update.
Link to full Post :
http://answers.microsoft.com/en-us/windows/forum/windows_7-system/startup-repair-boot-loop/4dcc986b-11b8-4161-bca1-7a1c22ba3e6a
0 comments:
Post a Comment