Your PC/Device needs to be repaired with Error code: 0xc0000605
Today I had an error code 0xc0000605 at startup. I cannot boot into my computer. It says:
Recovery
Your PC/Device needs to be repaired.
A component of your operating system has expired.
File: windowssystem32winload.efi Error Code: 0xc0000605
You'll need to use recovery tools. If you don't have any installation
media (like a disc or a USB device), contact your PC administrator or
PC/Device manufacturer.
Press the Windows key for UEFI Firmware Settings.
I have a Surface Pro 2. I upgraded from Windows 8.1. What should I do? I have a working Mac and a 4GB USB I can use if needed.
windows windows-10 windows-10-upgrade
add a comment |
Today I had an error code 0xc0000605 at startup. I cannot boot into my computer. It says:
Recovery
Your PC/Device needs to be repaired.
A component of your operating system has expired.
File: windowssystem32winload.efi Error Code: 0xc0000605
You'll need to use recovery tools. If you don't have any installation
media (like a disc or a USB device), contact your PC administrator or
PC/Device manufacturer.
Press the Windows key for UEFI Firmware Settings.
I have a Surface Pro 2. I upgraded from Windows 8.1. What should I do? I have a working Mac and a 4GB USB I can use if needed.
windows windows-10 windows-10-upgrade
add a comment |
Today I had an error code 0xc0000605 at startup. I cannot boot into my computer. It says:
Recovery
Your PC/Device needs to be repaired.
A component of your operating system has expired.
File: windowssystem32winload.efi Error Code: 0xc0000605
You'll need to use recovery tools. If you don't have any installation
media (like a disc or a USB device), contact your PC administrator or
PC/Device manufacturer.
Press the Windows key for UEFI Firmware Settings.
I have a Surface Pro 2. I upgraded from Windows 8.1. What should I do? I have a working Mac and a 4GB USB I can use if needed.
windows windows-10 windows-10-upgrade
Today I had an error code 0xc0000605 at startup. I cannot boot into my computer. It says:
Recovery
Your PC/Device needs to be repaired.
A component of your operating system has expired.
File: windowssystem32winload.efi Error Code: 0xc0000605
You'll need to use recovery tools. If you don't have any installation
media (like a disc or a USB device), contact your PC administrator or
PC/Device manufacturer.
Press the Windows key for UEFI Firmware Settings.
I have a Surface Pro 2. I upgraded from Windows 8.1. What should I do? I have a working Mac and a 4GB USB I can use if needed.
windows windows-10 windows-10-upgrade
windows windows-10 windows-10-upgrade
edited Dec 24 '15 at 0:20
karel
9,18793138
9,18793138
asked Sep 17 '15 at 0:34
1.21 gigawatts1.21 gigawatts
82551844
82551844
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I had this on 10162. After reading several posts on dates it occurred to me:
- I backdated the BIOS to think it was July, and it started fine. Then I updated Windows over the net.
Hope it works for you.
add a comment |
You were running a preview build, and it expired. Get the current build.
Source:
- BSOD in Windows 10 Insider Preview. A component of the operating system has expired
If you're running a current preview build, ensure the date on your computer is set properly.
Source:
- MS Answers Forum post
add a comment |
The error 0xC0000605 means:
//
// MessageId: STATUS_IMAGE_CERT_EXPIRED
//
// MessageText:
//
// Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.
//
#define STATUS_IMAGE_CERT_EXPIRED ((NTSTATUS)0xC0000605L)
So a .cat file is corrupted.
Boot into the Recovery Options (via DVD), open the cmd and try to run sfc and DISM to repair corrupted .cat files:
sfc /SCANNOW /OFFBOOTDIR=c: /OFFWINDIR=c:windows
Replace C: with the drive letter where you installed Windows.
DISM /image:C: /cleanup-image /RestoreHealth
I'm on a Surface Pro 2. No DVD drive.
– 1.21 gigawatts
Sep 17 '15 at 6:11
1
create a bootable USB drive with Rufus from a 2nd PC: rufus.akeo.ie
– magicandre1981
Sep 17 '15 at 14:53
add a comment |
How to Fix Windows Error 0xc0000605 (Recovery - Your PC/Device needs to be repaired) Blue Screen
I want to say that there is no need to work with anything, just change the date on your computer in the 08/22/2015 and the problem needs to be resolved.
1
Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question.
– Twisty Impersonator
Dec 22 '18 at 16:19
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f974117%2fyour-pc-device-needs-to-be-repaired-with-error-code-0xc0000605%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had this on 10162. After reading several posts on dates it occurred to me:
- I backdated the BIOS to think it was July, and it started fine. Then I updated Windows over the net.
Hope it works for you.
add a comment |
I had this on 10162. After reading several posts on dates it occurred to me:
- I backdated the BIOS to think it was July, and it started fine. Then I updated Windows over the net.
Hope it works for you.
add a comment |
I had this on 10162. After reading several posts on dates it occurred to me:
- I backdated the BIOS to think it was July, and it started fine. Then I updated Windows over the net.
Hope it works for you.
I had this on 10162. After reading several posts on dates it occurred to me:
- I backdated the BIOS to think it was July, and it started fine. Then I updated Windows over the net.
Hope it works for you.
edited Dec 23 '15 at 23:08
g2mk
1,257813
1,257813
answered Dec 23 '15 at 20:58
user537187user537187
411
411
add a comment |
add a comment |
You were running a preview build, and it expired. Get the current build.
Source:
- BSOD in Windows 10 Insider Preview. A component of the operating system has expired
If you're running a current preview build, ensure the date on your computer is set properly.
Source:
- MS Answers Forum post
add a comment |
You were running a preview build, and it expired. Get the current build.
Source:
- BSOD in Windows 10 Insider Preview. A component of the operating system has expired
If you're running a current preview build, ensure the date on your computer is set properly.
Source:
- MS Answers Forum post
add a comment |
You were running a preview build, and it expired. Get the current build.
Source:
- BSOD in Windows 10 Insider Preview. A component of the operating system has expired
If you're running a current preview build, ensure the date on your computer is set properly.
Source:
- MS Answers Forum post
You were running a preview build, and it expired. Get the current build.
Source:
- BSOD in Windows 10 Insider Preview. A component of the operating system has expired
If you're running a current preview build, ensure the date on your computer is set properly.
Source:
- MS Answers Forum post
answered Sep 17 '15 at 1:27
Ƭᴇcʜιᴇ007Ƭᴇcʜιᴇ007
98.8k14156212
98.8k14156212
add a comment |
add a comment |
The error 0xC0000605 means:
//
// MessageId: STATUS_IMAGE_CERT_EXPIRED
//
// MessageText:
//
// Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.
//
#define STATUS_IMAGE_CERT_EXPIRED ((NTSTATUS)0xC0000605L)
So a .cat file is corrupted.
Boot into the Recovery Options (via DVD), open the cmd and try to run sfc and DISM to repair corrupted .cat files:
sfc /SCANNOW /OFFBOOTDIR=c: /OFFWINDIR=c:windows
Replace C: with the drive letter where you installed Windows.
DISM /image:C: /cleanup-image /RestoreHealth
I'm on a Surface Pro 2. No DVD drive.
– 1.21 gigawatts
Sep 17 '15 at 6:11
1
create a bootable USB drive with Rufus from a 2nd PC: rufus.akeo.ie
– magicandre1981
Sep 17 '15 at 14:53
add a comment |
The error 0xC0000605 means:
//
// MessageId: STATUS_IMAGE_CERT_EXPIRED
//
// MessageText:
//
// Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.
//
#define STATUS_IMAGE_CERT_EXPIRED ((NTSTATUS)0xC0000605L)
So a .cat file is corrupted.
Boot into the Recovery Options (via DVD), open the cmd and try to run sfc and DISM to repair corrupted .cat files:
sfc /SCANNOW /OFFBOOTDIR=c: /OFFWINDIR=c:windows
Replace C: with the drive letter where you installed Windows.
DISM /image:C: /cleanup-image /RestoreHealth
I'm on a Surface Pro 2. No DVD drive.
– 1.21 gigawatts
Sep 17 '15 at 6:11
1
create a bootable USB drive with Rufus from a 2nd PC: rufus.akeo.ie
– magicandre1981
Sep 17 '15 at 14:53
add a comment |
The error 0xC0000605 means:
//
// MessageId: STATUS_IMAGE_CERT_EXPIRED
//
// MessageText:
//
// Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.
//
#define STATUS_IMAGE_CERT_EXPIRED ((NTSTATUS)0xC0000605L)
So a .cat file is corrupted.
Boot into the Recovery Options (via DVD), open the cmd and try to run sfc and DISM to repair corrupted .cat files:
sfc /SCANNOW /OFFBOOTDIR=c: /OFFWINDIR=c:windows
Replace C: with the drive letter where you installed Windows.
DISM /image:C: /cleanup-image /RestoreHealth
The error 0xC0000605 means:
//
// MessageId: STATUS_IMAGE_CERT_EXPIRED
//
// MessageText:
//
// Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.
//
#define STATUS_IMAGE_CERT_EXPIRED ((NTSTATUS)0xC0000605L)
So a .cat file is corrupted.
Boot into the Recovery Options (via DVD), open the cmd and try to run sfc and DISM to repair corrupted .cat files:
sfc /SCANNOW /OFFBOOTDIR=c: /OFFWINDIR=c:windows
Replace C: with the drive letter where you installed Windows.
DISM /image:C: /cleanup-image /RestoreHealth
answered Sep 17 '15 at 4:16
magicandre1981magicandre1981
81.2k20124203
81.2k20124203
I'm on a Surface Pro 2. No DVD drive.
– 1.21 gigawatts
Sep 17 '15 at 6:11
1
create a bootable USB drive with Rufus from a 2nd PC: rufus.akeo.ie
– magicandre1981
Sep 17 '15 at 14:53
add a comment |
I'm on a Surface Pro 2. No DVD drive.
– 1.21 gigawatts
Sep 17 '15 at 6:11
1
create a bootable USB drive with Rufus from a 2nd PC: rufus.akeo.ie
– magicandre1981
Sep 17 '15 at 14:53
I'm on a Surface Pro 2. No DVD drive.
– 1.21 gigawatts
Sep 17 '15 at 6:11
I'm on a Surface Pro 2. No DVD drive.
– 1.21 gigawatts
Sep 17 '15 at 6:11
1
1
create a bootable USB drive with Rufus from a 2nd PC: rufus.akeo.ie
– magicandre1981
Sep 17 '15 at 14:53
create a bootable USB drive with Rufus from a 2nd PC: rufus.akeo.ie
– magicandre1981
Sep 17 '15 at 14:53
add a comment |
How to Fix Windows Error 0xc0000605 (Recovery - Your PC/Device needs to be repaired) Blue Screen
I want to say that there is no need to work with anything, just change the date on your computer in the 08/22/2015 and the problem needs to be resolved.
1
Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question.
– Twisty Impersonator
Dec 22 '18 at 16:19
add a comment |
How to Fix Windows Error 0xc0000605 (Recovery - Your PC/Device needs to be repaired) Blue Screen
I want to say that there is no need to work with anything, just change the date on your computer in the 08/22/2015 and the problem needs to be resolved.
1
Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question.
– Twisty Impersonator
Dec 22 '18 at 16:19
add a comment |
How to Fix Windows Error 0xc0000605 (Recovery - Your PC/Device needs to be repaired) Blue Screen
I want to say that there is no need to work with anything, just change the date on your computer in the 08/22/2015 and the problem needs to be resolved.
How to Fix Windows Error 0xc0000605 (Recovery - Your PC/Device needs to be repaired) Blue Screen
I want to say that there is no need to work with anything, just change the date on your computer in the 08/22/2015 and the problem needs to be resolved.
answered Dec 22 '18 at 15:56
aleksaaleksa
1
1
1
Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question.
– Twisty Impersonator
Dec 22 '18 at 16:19
add a comment |
1
Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question.
– Twisty Impersonator
Dec 22 '18 at 16:19
1
1
Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question.
– Twisty Impersonator
Dec 22 '18 at 16:19
Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question.
– Twisty Impersonator
Dec 22 '18 at 16:19
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f974117%2fyour-pc-device-needs-to-be-repaired-with-error-code-0xc0000605%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown