I can't change any system files from CMDCan't change Windows 7 passwordWhat can I do if I forgot my Windows...
Are Roman Catholic priests ever addressed as pastor
What is a ^ b and (a & b) << 1?
Violin - Can double stops be played when the strings are not next to each other?
What is the adequate fee for a reveal operation?
How can we have a quark condensate without a quark potential?
How to deal with taxi scam when on vacation?
How to write cleanly even if my character uses expletive language?
Happy pi day, everyone!
Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?
Meme-controlled people
How could a scammer know the apps on my phone / iTunes account?
Knife as defense against stray dogs
I am confused as to how the inverse of a certain function is found.
Why is a white electrical wire connected to 2 black wires?
Why do passenger jet manufacturers design their planes with stall prevention systems?
Is "upgrade" the right word to use in this context?
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
"Words were different when they (lived / were living) inside of you"
How to pronounce "I ♥ Huckabees"?
This word with a lot of past tenses
Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?
Recruiter wants very extensive technical details about all of my previous work
How are passwords stolen from companies if they only store hashes?
et qui - how do you really understand that kind of phraseology?
I can't change any system files from CMD
Can't change Windows 7 passwordWhat can I do if I forgot my Windows password?How to change the password in windows without knowing the current password?Change Windows 7 password from Linux?Can't change Windows 7 passwordHow to prevent the sethc.exe hack?Change Windows 8.1 password: windows chroot equivalent?How to access computer without passwordHow can I restore `cmd.exe` executable?From command line how do I change passwordNon destructive change of Windows 10 administrator account passwordWindows command: “net user <name> <password>” does not work
In my previous question:
I forgot the Windows 7 password on my own computer, I used the trick
described in Resetting Your Forgotten Windows Password
(http://www.howtogeek.com/96630/how-to-reset-your-forgotten-windows-password-the-easy-way/):
Boot from the Windows 7 repair ISO.
Execute:
copy c:windowssystem32cmd.exe c:windowssystem32sethc.exe Use the
Sticky Keys feature of the log in screen (now the command prompt) to
execute:
net user Admin MyNewPassword I kept the file there in case I ever
forgot it again.
A client of mine asked if I could do the same for him, and he also has
a PC with Windows 7 Professional x32.
I followed the same steps as on my computer. The command of step 2
says it was successful, but when press Shift five times to trigger
Sticky Keys, the regular message for sethc.exe opens up.
I tried entering the command of step 3 directly from the repair ISO.
This claimed to be successful as well, but the password was not
changed!
What I'm doing wrong?
I have realized the problem is bigger than just not being able to change the password, any changes made to files using CMD don't actually change... and I can't figure out why.
In regard to the password, I tried using several "password reset" ISOs and they also look like they work but don't actually change anything.
CMD:
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:Windowssystem32>net user Administrator NEWPASS
The command completed successfully.
C:Windowssystem32>
Password doesn't change.
windows-7 windows command-line filesystems passwords
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 1 more comment
In my previous question:
I forgot the Windows 7 password on my own computer, I used the trick
described in Resetting Your Forgotten Windows Password
(http://www.howtogeek.com/96630/how-to-reset-your-forgotten-windows-password-the-easy-way/):
Boot from the Windows 7 repair ISO.
Execute:
copy c:windowssystem32cmd.exe c:windowssystem32sethc.exe Use the
Sticky Keys feature of the log in screen (now the command prompt) to
execute:
net user Admin MyNewPassword I kept the file there in case I ever
forgot it again.
A client of mine asked if I could do the same for him, and he also has
a PC with Windows 7 Professional x32.
I followed the same steps as on my computer. The command of step 2
says it was successful, but when press Shift five times to trigger
Sticky Keys, the regular message for sethc.exe opens up.
I tried entering the command of step 3 directly from the repair ISO.
This claimed to be successful as well, but the password was not
changed!
What I'm doing wrong?
I have realized the problem is bigger than just not being able to change the password, any changes made to files using CMD don't actually change... and I can't figure out why.
In regard to the password, I tried using several "password reset" ISOs and they also look like they work but don't actually change anything.
CMD:
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:Windowssystem32>net user Administrator NEWPASS
The command completed successfully.
C:Windowssystem32>
Password doesn't change.
windows-7 windows command-line filesystems passwords
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Perhaps there are two instances of Windows installed on the computer, and you're manipulating the wrong one?
– Harry Johnston
Jan 28 '13 at 23:52
It would seem so, but as far I can tell there is not. When I run windows recovery it only show once instance of windows installed. This is frustrating
– Jack '
Jan 29 '13 at 7:54
After copying cmd.exe over sethc.exe, you need to exit the recovery environment and boot back into the HDD installation of Windows. What method did you use to exit the recovery environment? (Put another way, how did you reboot the computer?)
– Harry Johnston
Jan 30 '13 at 20:06
I think I clicked "restart" in the repair disc menu, or I may have just turned the computer off and back on without the repair disc inside. I did the same thing to the other computer and it worked. Is there another way to boot into HDD installation of windows?
– Jack '
Jan 30 '13 at 21:29
Changes made on the HDD might not stick properly if you just turn the computer off without explicitly shutting down the recovery environment. Clicking "restart" in the repair disc menu should be fine, and if changes to the HDD aren't sticking in that case the computer might have some sort of security software installed, or perhaps a physical problem with the drive, or a malware infection (though I've never heard of one behaving that way) or something else unusual is going on.
– Harry Johnston
Jan 30 '13 at 22:29
|
show 1 more comment
In my previous question:
I forgot the Windows 7 password on my own computer, I used the trick
described in Resetting Your Forgotten Windows Password
(http://www.howtogeek.com/96630/how-to-reset-your-forgotten-windows-password-the-easy-way/):
Boot from the Windows 7 repair ISO.
Execute:
copy c:windowssystem32cmd.exe c:windowssystem32sethc.exe Use the
Sticky Keys feature of the log in screen (now the command prompt) to
execute:
net user Admin MyNewPassword I kept the file there in case I ever
forgot it again.
A client of mine asked if I could do the same for him, and he also has
a PC with Windows 7 Professional x32.
I followed the same steps as on my computer. The command of step 2
says it was successful, but when press Shift five times to trigger
Sticky Keys, the regular message for sethc.exe opens up.
I tried entering the command of step 3 directly from the repair ISO.
This claimed to be successful as well, but the password was not
changed!
What I'm doing wrong?
I have realized the problem is bigger than just not being able to change the password, any changes made to files using CMD don't actually change... and I can't figure out why.
In regard to the password, I tried using several "password reset" ISOs and they also look like they work but don't actually change anything.
CMD:
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:Windowssystem32>net user Administrator NEWPASS
The command completed successfully.
C:Windowssystem32>
Password doesn't change.
windows-7 windows command-line filesystems passwords
In my previous question:
I forgot the Windows 7 password on my own computer, I used the trick
described in Resetting Your Forgotten Windows Password
(http://www.howtogeek.com/96630/how-to-reset-your-forgotten-windows-password-the-easy-way/):
Boot from the Windows 7 repair ISO.
Execute:
copy c:windowssystem32cmd.exe c:windowssystem32sethc.exe Use the
Sticky Keys feature of the log in screen (now the command prompt) to
execute:
net user Admin MyNewPassword I kept the file there in case I ever
forgot it again.
A client of mine asked if I could do the same for him, and he also has
a PC with Windows 7 Professional x32.
I followed the same steps as on my computer. The command of step 2
says it was successful, but when press Shift five times to trigger
Sticky Keys, the regular message for sethc.exe opens up.
I tried entering the command of step 3 directly from the repair ISO.
This claimed to be successful as well, but the password was not
changed!
What I'm doing wrong?
I have realized the problem is bigger than just not being able to change the password, any changes made to files using CMD don't actually change... and I can't figure out why.
In regard to the password, I tried using several "password reset" ISOs and they also look like they work but don't actually change anything.
CMD:
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:Windowssystem32>net user Administrator NEWPASS
The command completed successfully.
C:Windowssystem32>
Password doesn't change.
windows-7 windows command-line filesystems passwords
windows-7 windows command-line filesystems passwords
edited Mar 20 '17 at 10:17
Community♦
1
1
asked Jan 27 '13 at 13:28
Jack 'Jack '
18117
18117
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 8 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Perhaps there are two instances of Windows installed on the computer, and you're manipulating the wrong one?
– Harry Johnston
Jan 28 '13 at 23:52
It would seem so, but as far I can tell there is not. When I run windows recovery it only show once instance of windows installed. This is frustrating
– Jack '
Jan 29 '13 at 7:54
After copying cmd.exe over sethc.exe, you need to exit the recovery environment and boot back into the HDD installation of Windows. What method did you use to exit the recovery environment? (Put another way, how did you reboot the computer?)
– Harry Johnston
Jan 30 '13 at 20:06
I think I clicked "restart" in the repair disc menu, or I may have just turned the computer off and back on without the repair disc inside. I did the same thing to the other computer and it worked. Is there another way to boot into HDD installation of windows?
– Jack '
Jan 30 '13 at 21:29
Changes made on the HDD might not stick properly if you just turn the computer off without explicitly shutting down the recovery environment. Clicking "restart" in the repair disc menu should be fine, and if changes to the HDD aren't sticking in that case the computer might have some sort of security software installed, or perhaps a physical problem with the drive, or a malware infection (though I've never heard of one behaving that way) or something else unusual is going on.
– Harry Johnston
Jan 30 '13 at 22:29
|
show 1 more comment
Perhaps there are two instances of Windows installed on the computer, and you're manipulating the wrong one?
– Harry Johnston
Jan 28 '13 at 23:52
It would seem so, but as far I can tell there is not. When I run windows recovery it only show once instance of windows installed. This is frustrating
– Jack '
Jan 29 '13 at 7:54
After copying cmd.exe over sethc.exe, you need to exit the recovery environment and boot back into the HDD installation of Windows. What method did you use to exit the recovery environment? (Put another way, how did you reboot the computer?)
– Harry Johnston
Jan 30 '13 at 20:06
I think I clicked "restart" in the repair disc menu, or I may have just turned the computer off and back on without the repair disc inside. I did the same thing to the other computer and it worked. Is there another way to boot into HDD installation of windows?
– Jack '
Jan 30 '13 at 21:29
Changes made on the HDD might not stick properly if you just turn the computer off without explicitly shutting down the recovery environment. Clicking "restart" in the repair disc menu should be fine, and if changes to the HDD aren't sticking in that case the computer might have some sort of security software installed, or perhaps a physical problem with the drive, or a malware infection (though I've never heard of one behaving that way) or something else unusual is going on.
– Harry Johnston
Jan 30 '13 at 22:29
Perhaps there are two instances of Windows installed on the computer, and you're manipulating the wrong one?
– Harry Johnston
Jan 28 '13 at 23:52
Perhaps there are two instances of Windows installed on the computer, and you're manipulating the wrong one?
– Harry Johnston
Jan 28 '13 at 23:52
It would seem so, but as far I can tell there is not. When I run windows recovery it only show once instance of windows installed. This is frustrating
– Jack '
Jan 29 '13 at 7:54
It would seem so, but as far I can tell there is not. When I run windows recovery it only show once instance of windows installed. This is frustrating
– Jack '
Jan 29 '13 at 7:54
After copying cmd.exe over sethc.exe, you need to exit the recovery environment and boot back into the HDD installation of Windows. What method did you use to exit the recovery environment? (Put another way, how did you reboot the computer?)
– Harry Johnston
Jan 30 '13 at 20:06
After copying cmd.exe over sethc.exe, you need to exit the recovery environment and boot back into the HDD installation of Windows. What method did you use to exit the recovery environment? (Put another way, how did you reboot the computer?)
– Harry Johnston
Jan 30 '13 at 20:06
I think I clicked "restart" in the repair disc menu, or I may have just turned the computer off and back on without the repair disc inside. I did the same thing to the other computer and it worked. Is there another way to boot into HDD installation of windows?
– Jack '
Jan 30 '13 at 21:29
I think I clicked "restart" in the repair disc menu, or I may have just turned the computer off and back on without the repair disc inside. I did the same thing to the other computer and it worked. Is there another way to boot into HDD installation of windows?
– Jack '
Jan 30 '13 at 21:29
Changes made on the HDD might not stick properly if you just turn the computer off without explicitly shutting down the recovery environment. Clicking "restart" in the repair disc menu should be fine, and if changes to the HDD aren't sticking in that case the computer might have some sort of security software installed, or perhaps a physical problem with the drive, or a malware infection (though I've never heard of one behaving that way) or something else unusual is going on.
– Harry Johnston
Jan 30 '13 at 22:29
Changes made on the HDD might not stick properly if you just turn the computer off without explicitly shutting down the recovery environment. Clicking "restart" in the repair disc menu should be fine, and if changes to the HDD aren't sticking in that case the computer might have some sort of security software installed, or perhaps a physical problem with the drive, or a malware infection (though I've never heard of one behaving that way) or something else unusual is going on.
– Harry Johnston
Jan 30 '13 at 22:29
|
show 1 more comment
2 Answers
2
active
oldest
votes
I would recommend you use the Offline NT Password and Registry Editor to reset your Windows password.
Thanks for the response. I have tried that and like the other programs, it claims to work but does not!
– Jack '
Jan 28 '13 at 16:44
add a comment |
Old question but I encountered this exactly on the weekend so worth answering I think . . .
Answer 1: Why don't the files change ? What is going wrong?
You booted from the Windows 7 repair ISO. And then ran command-line (cmd.exe).
I think the files you see mounted in disk in Windows/system32 are not the files from your hard disk. They are the files mounted from the repair CD. I saw this when booting with a Windows 7 repair CD. When you run 'net user administrator *' or other commands you are manipulating the accounts in memory only of the repair cd boot. So your password change doesn't persist or take effect on your hard disk and actual windows user accounts.
When running in that command line look for disks c: d: x: etc. Use 'wmic logicaldisk get name'. Check does the disk and contents look like your hard disk or does it actually look like the rescue cd disk.
Answer 2: How can you get it to work?
So anyway I would have preferred if Windows 7 repair CD allowed me to recover password without hacking. But it didn't work out for me.
What did work was not using any repair CD. Power off windows during startup to trigger reboot with system recovery. After system recovery it was possible to trigger command-line as Administrator user with the hard disk mounted and ability to modify the files.
I have recorded my experience and eventual success using this replace sticky keys sethc.exe with cmd.exe hack in more detail here:
https://superuser.com/a/1128410/307382
What can I do if I forgot my Windows password?
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%2f542458%2fi-cant-change-any-system-files-from-cmd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would recommend you use the Offline NT Password and Registry Editor to reset your Windows password.
Thanks for the response. I have tried that and like the other programs, it claims to work but does not!
– Jack '
Jan 28 '13 at 16:44
add a comment |
I would recommend you use the Offline NT Password and Registry Editor to reset your Windows password.
Thanks for the response. I have tried that and like the other programs, it claims to work but does not!
– Jack '
Jan 28 '13 at 16:44
add a comment |
I would recommend you use the Offline NT Password and Registry Editor to reset your Windows password.
I would recommend you use the Offline NT Password and Registry Editor to reset your Windows password.
answered Jan 28 '13 at 15:54
user181734
Thanks for the response. I have tried that and like the other programs, it claims to work but does not!
– Jack '
Jan 28 '13 at 16:44
add a comment |
Thanks for the response. I have tried that and like the other programs, it claims to work but does not!
– Jack '
Jan 28 '13 at 16:44
Thanks for the response. I have tried that and like the other programs, it claims to work but does not!
– Jack '
Jan 28 '13 at 16:44
Thanks for the response. I have tried that and like the other programs, it claims to work but does not!
– Jack '
Jan 28 '13 at 16:44
add a comment |
Old question but I encountered this exactly on the weekend so worth answering I think . . .
Answer 1: Why don't the files change ? What is going wrong?
You booted from the Windows 7 repair ISO. And then ran command-line (cmd.exe).
I think the files you see mounted in disk in Windows/system32 are not the files from your hard disk. They are the files mounted from the repair CD. I saw this when booting with a Windows 7 repair CD. When you run 'net user administrator *' or other commands you are manipulating the accounts in memory only of the repair cd boot. So your password change doesn't persist or take effect on your hard disk and actual windows user accounts.
When running in that command line look for disks c: d: x: etc. Use 'wmic logicaldisk get name'. Check does the disk and contents look like your hard disk or does it actually look like the rescue cd disk.
Answer 2: How can you get it to work?
So anyway I would have preferred if Windows 7 repair CD allowed me to recover password without hacking. But it didn't work out for me.
What did work was not using any repair CD. Power off windows during startup to trigger reboot with system recovery. After system recovery it was possible to trigger command-line as Administrator user with the hard disk mounted and ability to modify the files.
I have recorded my experience and eventual success using this replace sticky keys sethc.exe with cmd.exe hack in more detail here:
https://superuser.com/a/1128410/307382
What can I do if I forgot my Windows password?
add a comment |
Old question but I encountered this exactly on the weekend so worth answering I think . . .
Answer 1: Why don't the files change ? What is going wrong?
You booted from the Windows 7 repair ISO. And then ran command-line (cmd.exe).
I think the files you see mounted in disk in Windows/system32 are not the files from your hard disk. They are the files mounted from the repair CD. I saw this when booting with a Windows 7 repair CD. When you run 'net user administrator *' or other commands you are manipulating the accounts in memory only of the repair cd boot. So your password change doesn't persist or take effect on your hard disk and actual windows user accounts.
When running in that command line look for disks c: d: x: etc. Use 'wmic logicaldisk get name'. Check does the disk and contents look like your hard disk or does it actually look like the rescue cd disk.
Answer 2: How can you get it to work?
So anyway I would have preferred if Windows 7 repair CD allowed me to recover password without hacking. But it didn't work out for me.
What did work was not using any repair CD. Power off windows during startup to trigger reboot with system recovery. After system recovery it was possible to trigger command-line as Administrator user with the hard disk mounted and ability to modify the files.
I have recorded my experience and eventual success using this replace sticky keys sethc.exe with cmd.exe hack in more detail here:
https://superuser.com/a/1128410/307382
What can I do if I forgot my Windows password?
add a comment |
Old question but I encountered this exactly on the weekend so worth answering I think . . .
Answer 1: Why don't the files change ? What is going wrong?
You booted from the Windows 7 repair ISO. And then ran command-line (cmd.exe).
I think the files you see mounted in disk in Windows/system32 are not the files from your hard disk. They are the files mounted from the repair CD. I saw this when booting with a Windows 7 repair CD. When you run 'net user administrator *' or other commands you are manipulating the accounts in memory only of the repair cd boot. So your password change doesn't persist or take effect on your hard disk and actual windows user accounts.
When running in that command line look for disks c: d: x: etc. Use 'wmic logicaldisk get name'. Check does the disk and contents look like your hard disk or does it actually look like the rescue cd disk.
Answer 2: How can you get it to work?
So anyway I would have preferred if Windows 7 repair CD allowed me to recover password without hacking. But it didn't work out for me.
What did work was not using any repair CD. Power off windows during startup to trigger reboot with system recovery. After system recovery it was possible to trigger command-line as Administrator user with the hard disk mounted and ability to modify the files.
I have recorded my experience and eventual success using this replace sticky keys sethc.exe with cmd.exe hack in more detail here:
https://superuser.com/a/1128410/307382
What can I do if I forgot my Windows password?
Old question but I encountered this exactly on the weekend so worth answering I think . . .
Answer 1: Why don't the files change ? What is going wrong?
You booted from the Windows 7 repair ISO. And then ran command-line (cmd.exe).
I think the files you see mounted in disk in Windows/system32 are not the files from your hard disk. They are the files mounted from the repair CD. I saw this when booting with a Windows 7 repair CD. When you run 'net user administrator *' or other commands you are manipulating the accounts in memory only of the repair cd boot. So your password change doesn't persist or take effect on your hard disk and actual windows user accounts.
When running in that command line look for disks c: d: x: etc. Use 'wmic logicaldisk get name'. Check does the disk and contents look like your hard disk or does it actually look like the rescue cd disk.
Answer 2: How can you get it to work?
So anyway I would have preferred if Windows 7 repair CD allowed me to recover password without hacking. But it didn't work out for me.
What did work was not using any repair CD. Power off windows during startup to trigger reboot with system recovery. After system recovery it was possible to trigger command-line as Administrator user with the hard disk mounted and ability to modify the files.
I have recorded my experience and eventual success using this replace sticky keys sethc.exe with cmd.exe hack in more detail here:
https://superuser.com/a/1128410/307382
What can I do if I forgot my Windows password?
edited Mar 20 '17 at 10:17
Community♦
1
1
answered Sep 26 '16 at 14:32
gaoithegaoithe
37135
37135
add a comment |
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.
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%2f542458%2fi-cant-change-any-system-files-from-cmd%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
Perhaps there are two instances of Windows installed on the computer, and you're manipulating the wrong one?
– Harry Johnston
Jan 28 '13 at 23:52
It would seem so, but as far I can tell there is not. When I run windows recovery it only show once instance of windows installed. This is frustrating
– Jack '
Jan 29 '13 at 7:54
After copying cmd.exe over sethc.exe, you need to exit the recovery environment and boot back into the HDD installation of Windows. What method did you use to exit the recovery environment? (Put another way, how did you reboot the computer?)
– Harry Johnston
Jan 30 '13 at 20:06
I think I clicked "restart" in the repair disc menu, or I may have just turned the computer off and back on without the repair disc inside. I did the same thing to the other computer and it worked. Is there another way to boot into HDD installation of windows?
– Jack '
Jan 30 '13 at 21:29
Changes made on the HDD might not stick properly if you just turn the computer off without explicitly shutting down the recovery environment. Clicking "restart" in the repair disc menu should be fine, and if changes to the HDD aren't sticking in that case the computer might have some sort of security software installed, or perhaps a physical problem with the drive, or a malware infection (though I've never heard of one behaving that way) or something else unusual is going on.
– Harry Johnston
Jan 30 '13 at 22:29