Cannot restore registry to default in Windows 10?How can I restore the registry keys from another C drive on Windows 7 64-bit?How to stop auto-changing registry values?After crash, Windows7 does not want run any *.exe. It claims that it cannot find themWindows 10 System Restore - Old restore points not appearing in System RestoreLinux crashed causing Windows virtualized (physical) partition registry corruptionWindows 7 registry .exe broken & inaccessableWindows Update - BSODError while opening Windows Registry or Command Prompt as administrator after registry editAttempted to restore registry from WindowsSystem32ConfigRegBackup with xcopy. Got Share Violation errorHow to create a registry hive file from a .reg backup
Do UK voters know if their MP will be the Speaker of the House?
Cursor Replacement for Newbies
What does the expression "A Mann!" means
Is it inappropriate for a student to attend their mentor's dissertation defense?
Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?
Is there a hemisphere-neutral way of specifying a season?
What mechanic is there to disable a threat instead of killing it?
How do I handle a potential work/personal life conflict as the manager of one of my friends?
Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?
How did the Super Star Destroyer Executor get destroyed exactly?
Is it logically or scientifically possible to artificially send energy to the body?
Alternative to sending password over mail?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Can a virus destroy the BIOS of a modern computer?
Apex Framework / library for consuming REST services
Arrow those variables!
Intersection Puzzle
I would say: "You are another teacher", but she is a woman and I am a man
Am I breaking OOP practice with this architecture?
Why doesn't using multiple commands with a || or && conditional work?
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
How to prevent "they're falling in love" trope
What does “the session was packed” mean in this context?
Which is the best way to check return result?
Cannot restore registry to default in Windows 10?
How can I restore the registry keys from another C drive on Windows 7 64-bit?How to stop auto-changing registry values?After crash, Windows7 does not want run any *.exe. It claims that it cannot find themWindows 10 System Restore - Old restore points not appearing in System RestoreLinux crashed causing Windows virtualized (physical) partition registry corruptionWindows 7 registry .exe broken & inaccessableWindows Update - BSODError while opening Windows Registry or Command Prompt as administrator after registry editAttempted to restore registry from WindowsSystem32ConfigRegBackup with xcopy. Got Share Violation errorHow to create a registry hive file from a .reg backup
I made a mistake, changed the value of .exe
in the registry editor
and currently I can not open the editor again or any other .exe program (nothing) .. Can I back up registry through cmd, I tried with
Xcopy c:windowssystem32configRegBack c:windowssystem32config
But it returns me "0 files copied", files are in RegBack, OS is Windows 10. Also tried with system restore from 5 different system restore points, but it throws error, any ideas ?
windows windows-10 windows-registry
New contributor
add a comment |
I made a mistake, changed the value of .exe
in the registry editor
and currently I can not open the editor again or any other .exe program (nothing) .. Can I back up registry through cmd, I tried with
Xcopy c:windowssystem32configRegBack c:windowssystem32config
But it returns me "0 files copied", files are in RegBack, OS is Windows 10. Also tried with system restore from 5 different system restore points, but it throws error, any ideas ?
windows windows-10 windows-registry
New contributor
add a comment |
I made a mistake, changed the value of .exe
in the registry editor
and currently I can not open the editor again or any other .exe program (nothing) .. Can I back up registry through cmd, I tried with
Xcopy c:windowssystem32configRegBack c:windowssystem32config
But it returns me "0 files copied", files are in RegBack, OS is Windows 10. Also tried with system restore from 5 different system restore points, but it throws error, any ideas ?
windows windows-10 windows-registry
New contributor
I made a mistake, changed the value of .exe
in the registry editor
and currently I can not open the editor again or any other .exe program (nothing) .. Can I back up registry through cmd, I tried with
Xcopy c:windowssystem32configRegBack c:windowssystem32config
But it returns me "0 files copied", files are in RegBack, OS is Windows 10. Also tried with system restore from 5 different system restore points, but it throws error, any ideas ?
windows windows-10 windows-registry
windows windows-10 windows-registry
New contributor
New contributor
New contributor
asked 2 days ago
MorganFreeFarmMorganFreeFarm
1486
1486
New contributor
New contributor
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I bet you can open the Registry Editor by opening a command prompt (as administrator) and running:
regedit
.exe
in the classes root are for Explorer to know how to work with .exe
files.
Command Prompt should therefore be unaffected.
No I can't open it from .cmd but I can access folders, so tried to copy files. Via bash It returns mebash: /c/WINDOWS/regedit: Permission denied
. Probably I should change User's permission, somehow ?
– MorganFreeFarm
2 days ago
And if I open BASH and typecmd
then typeregedit
it shows me path to exe with errorNo such interface supported
after that show on consoleAccess denied
– MorganFreeFarm
2 days ago
4
Do not use Linux on sensitive Windows files!
– harrymc
2 days ago
Can you use the REG command in a command prompt? It is basically regedit but in a CMD interface. You can also try renaming regedit.exe to regedit.com and see if you can start it from the commandline then.
– LPChip
2 days ago
1
@FreeSoftwareServers: My psychic powers tell me OP is using Windows Subsystem for Linux (WSL).
– Kevin
yesterday
|
show 2 more comments
Here is what I did:
Enable Administrator account, base on this article:
- Activate the Start menu on the system.
- Type lusrmgr.msc and select the result that is returned to you.
- Left-click on "Users" in the left sidebar. You get a list of all accounts of the local system on the right.
- Right-click on Administrator and select Properties from the context menu.
- Remove the checkmark from "Account is disabled" on the Administrator Properties window and click apply, then ok.
Open the Administrator account from Start -> Change user
- Open
Git Bash here
from some folder with right click, then opencmd
from BASH and typeregedit
. - Back values from
HKEY_CLASSES_ROOT -> exefile
andexefile -> shell -> open -> command
to default (which I changed early).
P.S: I found a good way to change the values of registry if you are already closed Registry editor, this is example for exefile:
- Double-click a text (.txt) file in your system. (This opens Notepad.)
- From the File menu, click New.
Copy the following contents and paste into Notepad.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.exe] @="exefile"Save the file with .REG extension.
- Double-click the file to run it.
- This fixes the .exe file type ProgID.
New contributor
@LPChip Thanks for your help you guided me to open cmd from Administrator user : )
– MorganFreeFarm
2 days ago
You're welcome. If you really want to be awesome, hit the checkmark near my answer, given that that is basically what got you to the solution eventually. :)
– LPChip
2 days ago
add a comment |
The best solution might be
to go back to a previous system restore point.
See the article (among many)
How to recover using System Restore on Windows 10.
One small problem : This is handled by a the process SystemPropertiesProtection.exe
, which is an .exe
file! Ouch!
You will therefore need to do this from a boot USB, as follows:
- On a working PC, go to the
Microsoft software download website - Download the Windows 10 media creation tool and then run it
- Select Create installation media for another PC
- Choose a language, edition, and architecture (64-bit or 32-bit)
- Follow the steps to create installation media, and then select Finish
- Connect the installation media you created to your nonfunctional PC, and then turn it on.
- On the initial setup screen, enter your language and other preferences, and then select Next. If you don't see the setup screen, your PC might not be set up in the BIOS to boot from the drive.
- Select Repair your computer
- On the Choose an option screen, select Troubleshoot
- Select Advanced options > System Restore.
You might also be able to boot into the Command Prompt,
with a good chance that the copy will work in that environment.
Only that this might take you back too far in time.
1
Read the question, man : )) I already tried with system restore, there is 5 different system restore points, but cannot restore, has a file who cannot be restored
– MorganFreeFarm
2 days ago
add a comment |
registry associations are not recursive.
1) Turn on "show file extensions
2) Create a new text file on the deskotp
3) type 3 letters cmd
into it and save
4) rename to .bat
5) right click -> run as administrator
6) regedit
7) Undo your change
The OP seems to be able to runcmd
; why do you believe that this is helpful?
– G-Man
2 days ago
@G-Man: There's a couple other ways to get acmd
open that bypass file associations, but none that get an administrativecmd
open that I know of without creating some files. My understanding of borking.exe
association is admin elevate of executables is completely broken, but this invokes elevation on a.bat
.
– Joshua
2 days ago
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
);
);
MorganFreeFarm is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1419969%2fcannot-restore-registry-to-default-in-windows-10%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 bet you can open the Registry Editor by opening a command prompt (as administrator) and running:
regedit
.exe
in the classes root are for Explorer to know how to work with .exe
files.
Command Prompt should therefore be unaffected.
No I can't open it from .cmd but I can access folders, so tried to copy files. Via bash It returns mebash: /c/WINDOWS/regedit: Permission denied
. Probably I should change User's permission, somehow ?
– MorganFreeFarm
2 days ago
And if I open BASH and typecmd
then typeregedit
it shows me path to exe with errorNo such interface supported
after that show on consoleAccess denied
– MorganFreeFarm
2 days ago
4
Do not use Linux on sensitive Windows files!
– harrymc
2 days ago
Can you use the REG command in a command prompt? It is basically regedit but in a CMD interface. You can also try renaming regedit.exe to regedit.com and see if you can start it from the commandline then.
– LPChip
2 days ago
1
@FreeSoftwareServers: My psychic powers tell me OP is using Windows Subsystem for Linux (WSL).
– Kevin
yesterday
|
show 2 more comments
I bet you can open the Registry Editor by opening a command prompt (as administrator) and running:
regedit
.exe
in the classes root are for Explorer to know how to work with .exe
files.
Command Prompt should therefore be unaffected.
No I can't open it from .cmd but I can access folders, so tried to copy files. Via bash It returns mebash: /c/WINDOWS/regedit: Permission denied
. Probably I should change User's permission, somehow ?
– MorganFreeFarm
2 days ago
And if I open BASH and typecmd
then typeregedit
it shows me path to exe with errorNo such interface supported
after that show on consoleAccess denied
– MorganFreeFarm
2 days ago
4
Do not use Linux on sensitive Windows files!
– harrymc
2 days ago
Can you use the REG command in a command prompt? It is basically regedit but in a CMD interface. You can also try renaming regedit.exe to regedit.com and see if you can start it from the commandline then.
– LPChip
2 days ago
1
@FreeSoftwareServers: My psychic powers tell me OP is using Windows Subsystem for Linux (WSL).
– Kevin
yesterday
|
show 2 more comments
I bet you can open the Registry Editor by opening a command prompt (as administrator) and running:
regedit
.exe
in the classes root are for Explorer to know how to work with .exe
files.
Command Prompt should therefore be unaffected.
I bet you can open the Registry Editor by opening a command prompt (as administrator) and running:
regedit
.exe
in the classes root are for Explorer to know how to work with .exe
files.
Command Prompt should therefore be unaffected.
edited 2 days ago
G-Man
5,705112359
5,705112359
answered 2 days ago
LPChipLPChip
36.7k55587
36.7k55587
No I can't open it from .cmd but I can access folders, so tried to copy files. Via bash It returns mebash: /c/WINDOWS/regedit: Permission denied
. Probably I should change User's permission, somehow ?
– MorganFreeFarm
2 days ago
And if I open BASH and typecmd
then typeregedit
it shows me path to exe with errorNo such interface supported
after that show on consoleAccess denied
– MorganFreeFarm
2 days ago
4
Do not use Linux on sensitive Windows files!
– harrymc
2 days ago
Can you use the REG command in a command prompt? It is basically regedit but in a CMD interface. You can also try renaming regedit.exe to regedit.com and see if you can start it from the commandline then.
– LPChip
2 days ago
1
@FreeSoftwareServers: My psychic powers tell me OP is using Windows Subsystem for Linux (WSL).
– Kevin
yesterday
|
show 2 more comments
No I can't open it from .cmd but I can access folders, so tried to copy files. Via bash It returns mebash: /c/WINDOWS/regedit: Permission denied
. Probably I should change User's permission, somehow ?
– MorganFreeFarm
2 days ago
And if I open BASH and typecmd
then typeregedit
it shows me path to exe with errorNo such interface supported
after that show on consoleAccess denied
– MorganFreeFarm
2 days ago
4
Do not use Linux on sensitive Windows files!
– harrymc
2 days ago
Can you use the REG command in a command prompt? It is basically regedit but in a CMD interface. You can also try renaming regedit.exe to regedit.com and see if you can start it from the commandline then.
– LPChip
2 days ago
1
@FreeSoftwareServers: My psychic powers tell me OP is using Windows Subsystem for Linux (WSL).
– Kevin
yesterday
No I can't open it from .cmd but I can access folders, so tried to copy files. Via bash It returns me
bash: /c/WINDOWS/regedit: Permission denied
. Probably I should change User's permission, somehow ?– MorganFreeFarm
2 days ago
No I can't open it from .cmd but I can access folders, so tried to copy files. Via bash It returns me
bash: /c/WINDOWS/regedit: Permission denied
. Probably I should change User's permission, somehow ?– MorganFreeFarm
2 days ago
And if I open BASH and type
cmd
then type regedit
it shows me path to exe with error No such interface supported
after that show on console Access denied
– MorganFreeFarm
2 days ago
And if I open BASH and type
cmd
then type regedit
it shows me path to exe with error No such interface supported
after that show on console Access denied
– MorganFreeFarm
2 days ago
4
4
Do not use Linux on sensitive Windows files!
– harrymc
2 days ago
Do not use Linux on sensitive Windows files!
– harrymc
2 days ago
Can you use the REG command in a command prompt? It is basically regedit but in a CMD interface. You can also try renaming regedit.exe to regedit.com and see if you can start it from the commandline then.
– LPChip
2 days ago
Can you use the REG command in a command prompt? It is basically regedit but in a CMD interface. You can also try renaming regedit.exe to regedit.com and see if you can start it from the commandline then.
– LPChip
2 days ago
1
1
@FreeSoftwareServers: My psychic powers tell me OP is using Windows Subsystem for Linux (WSL).
– Kevin
yesterday
@FreeSoftwareServers: My psychic powers tell me OP is using Windows Subsystem for Linux (WSL).
– Kevin
yesterday
|
show 2 more comments
Here is what I did:
Enable Administrator account, base on this article:
- Activate the Start menu on the system.
- Type lusrmgr.msc and select the result that is returned to you.
- Left-click on "Users" in the left sidebar. You get a list of all accounts of the local system on the right.
- Right-click on Administrator and select Properties from the context menu.
- Remove the checkmark from "Account is disabled" on the Administrator Properties window and click apply, then ok.
Open the Administrator account from Start -> Change user
- Open
Git Bash here
from some folder with right click, then opencmd
from BASH and typeregedit
. - Back values from
HKEY_CLASSES_ROOT -> exefile
andexefile -> shell -> open -> command
to default (which I changed early).
P.S: I found a good way to change the values of registry if you are already closed Registry editor, this is example for exefile:
- Double-click a text (.txt) file in your system. (This opens Notepad.)
- From the File menu, click New.
Copy the following contents and paste into Notepad.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.exe] @="exefile"Save the file with .REG extension.
- Double-click the file to run it.
- This fixes the .exe file type ProgID.
New contributor
@LPChip Thanks for your help you guided me to open cmd from Administrator user : )
– MorganFreeFarm
2 days ago
You're welcome. If you really want to be awesome, hit the checkmark near my answer, given that that is basically what got you to the solution eventually. :)
– LPChip
2 days ago
add a comment |
Here is what I did:
Enable Administrator account, base on this article:
- Activate the Start menu on the system.
- Type lusrmgr.msc and select the result that is returned to you.
- Left-click on "Users" in the left sidebar. You get a list of all accounts of the local system on the right.
- Right-click on Administrator and select Properties from the context menu.
- Remove the checkmark from "Account is disabled" on the Administrator Properties window and click apply, then ok.
Open the Administrator account from Start -> Change user
- Open
Git Bash here
from some folder with right click, then opencmd
from BASH and typeregedit
. - Back values from
HKEY_CLASSES_ROOT -> exefile
andexefile -> shell -> open -> command
to default (which I changed early).
P.S: I found a good way to change the values of registry if you are already closed Registry editor, this is example for exefile:
- Double-click a text (.txt) file in your system. (This opens Notepad.)
- From the File menu, click New.
Copy the following contents and paste into Notepad.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.exe] @="exefile"Save the file with .REG extension.
- Double-click the file to run it.
- This fixes the .exe file type ProgID.
New contributor
@LPChip Thanks for your help you guided me to open cmd from Administrator user : )
– MorganFreeFarm
2 days ago
You're welcome. If you really want to be awesome, hit the checkmark near my answer, given that that is basically what got you to the solution eventually. :)
– LPChip
2 days ago
add a comment |
Here is what I did:
Enable Administrator account, base on this article:
- Activate the Start menu on the system.
- Type lusrmgr.msc and select the result that is returned to you.
- Left-click on "Users" in the left sidebar. You get a list of all accounts of the local system on the right.
- Right-click on Administrator and select Properties from the context menu.
- Remove the checkmark from "Account is disabled" on the Administrator Properties window and click apply, then ok.
Open the Administrator account from Start -> Change user
- Open
Git Bash here
from some folder with right click, then opencmd
from BASH and typeregedit
. - Back values from
HKEY_CLASSES_ROOT -> exefile
andexefile -> shell -> open -> command
to default (which I changed early).
P.S: I found a good way to change the values of registry if you are already closed Registry editor, this is example for exefile:
- Double-click a text (.txt) file in your system. (This opens Notepad.)
- From the File menu, click New.
Copy the following contents and paste into Notepad.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.exe] @="exefile"Save the file with .REG extension.
- Double-click the file to run it.
- This fixes the .exe file type ProgID.
New contributor
Here is what I did:
Enable Administrator account, base on this article:
- Activate the Start menu on the system.
- Type lusrmgr.msc and select the result that is returned to you.
- Left-click on "Users" in the left sidebar. You get a list of all accounts of the local system on the right.
- Right-click on Administrator and select Properties from the context menu.
- Remove the checkmark from "Account is disabled" on the Administrator Properties window and click apply, then ok.
Open the Administrator account from Start -> Change user
- Open
Git Bash here
from some folder with right click, then opencmd
from BASH and typeregedit
. - Back values from
HKEY_CLASSES_ROOT -> exefile
andexefile -> shell -> open -> command
to default (which I changed early).
P.S: I found a good way to change the values of registry if you are already closed Registry editor, this is example for exefile:
- Double-click a text (.txt) file in your system. (This opens Notepad.)
- From the File menu, click New.
Copy the following contents and paste into Notepad.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.exe] @="exefile"Save the file with .REG extension.
- Double-click the file to run it.
- This fixes the .exe file type ProgID.
New contributor
edited 2 days ago
Worthwelle
2,87831325
2,87831325
New contributor
answered 2 days ago
MorganFreeFarmMorganFreeFarm
1486
1486
New contributor
New contributor
@LPChip Thanks for your help you guided me to open cmd from Administrator user : )
– MorganFreeFarm
2 days ago
You're welcome. If you really want to be awesome, hit the checkmark near my answer, given that that is basically what got you to the solution eventually. :)
– LPChip
2 days ago
add a comment |
@LPChip Thanks for your help you guided me to open cmd from Administrator user : )
– MorganFreeFarm
2 days ago
You're welcome. If you really want to be awesome, hit the checkmark near my answer, given that that is basically what got you to the solution eventually. :)
– LPChip
2 days ago
@LPChip Thanks for your help you guided me to open cmd from Administrator user : )
– MorganFreeFarm
2 days ago
@LPChip Thanks for your help you guided me to open cmd from Administrator user : )
– MorganFreeFarm
2 days ago
You're welcome. If you really want to be awesome, hit the checkmark near my answer, given that that is basically what got you to the solution eventually. :)
– LPChip
2 days ago
You're welcome. If you really want to be awesome, hit the checkmark near my answer, given that that is basically what got you to the solution eventually. :)
– LPChip
2 days ago
add a comment |
The best solution might be
to go back to a previous system restore point.
See the article (among many)
How to recover using System Restore on Windows 10.
One small problem : This is handled by a the process SystemPropertiesProtection.exe
, which is an .exe
file! Ouch!
You will therefore need to do this from a boot USB, as follows:
- On a working PC, go to the
Microsoft software download website - Download the Windows 10 media creation tool and then run it
- Select Create installation media for another PC
- Choose a language, edition, and architecture (64-bit or 32-bit)
- Follow the steps to create installation media, and then select Finish
- Connect the installation media you created to your nonfunctional PC, and then turn it on.
- On the initial setup screen, enter your language and other preferences, and then select Next. If you don't see the setup screen, your PC might not be set up in the BIOS to boot from the drive.
- Select Repair your computer
- On the Choose an option screen, select Troubleshoot
- Select Advanced options > System Restore.
You might also be able to boot into the Command Prompt,
with a good chance that the copy will work in that environment.
Only that this might take you back too far in time.
1
Read the question, man : )) I already tried with system restore, there is 5 different system restore points, but cannot restore, has a file who cannot be restored
– MorganFreeFarm
2 days ago
add a comment |
The best solution might be
to go back to a previous system restore point.
See the article (among many)
How to recover using System Restore on Windows 10.
One small problem : This is handled by a the process SystemPropertiesProtection.exe
, which is an .exe
file! Ouch!
You will therefore need to do this from a boot USB, as follows:
- On a working PC, go to the
Microsoft software download website - Download the Windows 10 media creation tool and then run it
- Select Create installation media for another PC
- Choose a language, edition, and architecture (64-bit or 32-bit)
- Follow the steps to create installation media, and then select Finish
- Connect the installation media you created to your nonfunctional PC, and then turn it on.
- On the initial setup screen, enter your language and other preferences, and then select Next. If you don't see the setup screen, your PC might not be set up in the BIOS to boot from the drive.
- Select Repair your computer
- On the Choose an option screen, select Troubleshoot
- Select Advanced options > System Restore.
You might also be able to boot into the Command Prompt,
with a good chance that the copy will work in that environment.
Only that this might take you back too far in time.
1
Read the question, man : )) I already tried with system restore, there is 5 different system restore points, but cannot restore, has a file who cannot be restored
– MorganFreeFarm
2 days ago
add a comment |
The best solution might be
to go back to a previous system restore point.
See the article (among many)
How to recover using System Restore on Windows 10.
One small problem : This is handled by a the process SystemPropertiesProtection.exe
, which is an .exe
file! Ouch!
You will therefore need to do this from a boot USB, as follows:
- On a working PC, go to the
Microsoft software download website - Download the Windows 10 media creation tool and then run it
- Select Create installation media for another PC
- Choose a language, edition, and architecture (64-bit or 32-bit)
- Follow the steps to create installation media, and then select Finish
- Connect the installation media you created to your nonfunctional PC, and then turn it on.
- On the initial setup screen, enter your language and other preferences, and then select Next. If you don't see the setup screen, your PC might not be set up in the BIOS to boot from the drive.
- Select Repair your computer
- On the Choose an option screen, select Troubleshoot
- Select Advanced options > System Restore.
You might also be able to boot into the Command Prompt,
with a good chance that the copy will work in that environment.
Only that this might take you back too far in time.
The best solution might be
to go back to a previous system restore point.
See the article (among many)
How to recover using System Restore on Windows 10.
One small problem : This is handled by a the process SystemPropertiesProtection.exe
, which is an .exe
file! Ouch!
You will therefore need to do this from a boot USB, as follows:
- On a working PC, go to the
Microsoft software download website - Download the Windows 10 media creation tool and then run it
- Select Create installation media for another PC
- Choose a language, edition, and architecture (64-bit or 32-bit)
- Follow the steps to create installation media, and then select Finish
- Connect the installation media you created to your nonfunctional PC, and then turn it on.
- On the initial setup screen, enter your language and other preferences, and then select Next. If you don't see the setup screen, your PC might not be set up in the BIOS to boot from the drive.
- Select Repair your computer
- On the Choose an option screen, select Troubleshoot
- Select Advanced options > System Restore.
You might also be able to boot into the Command Prompt,
with a good chance that the copy will work in that environment.
Only that this might take you back too far in time.
edited 2 days ago
answered 2 days ago
harrymcharrymc
264k14273582
264k14273582
1
Read the question, man : )) I already tried with system restore, there is 5 different system restore points, but cannot restore, has a file who cannot be restored
– MorganFreeFarm
2 days ago
add a comment |
1
Read the question, man : )) I already tried with system restore, there is 5 different system restore points, but cannot restore, has a file who cannot be restored
– MorganFreeFarm
2 days ago
1
1
Read the question, man : )) I already tried with system restore, there is 5 different system restore points, but cannot restore, has a file who cannot be restored
– MorganFreeFarm
2 days ago
Read the question, man : )) I already tried with system restore, there is 5 different system restore points, but cannot restore, has a file who cannot be restored
– MorganFreeFarm
2 days ago
add a comment |
registry associations are not recursive.
1) Turn on "show file extensions
2) Create a new text file on the deskotp
3) type 3 letters cmd
into it and save
4) rename to .bat
5) right click -> run as administrator
6) regedit
7) Undo your change
The OP seems to be able to runcmd
; why do you believe that this is helpful?
– G-Man
2 days ago
@G-Man: There's a couple other ways to get acmd
open that bypass file associations, but none that get an administrativecmd
open that I know of without creating some files. My understanding of borking.exe
association is admin elevate of executables is completely broken, but this invokes elevation on a.bat
.
– Joshua
2 days ago
add a comment |
registry associations are not recursive.
1) Turn on "show file extensions
2) Create a new text file on the deskotp
3) type 3 letters cmd
into it and save
4) rename to .bat
5) right click -> run as administrator
6) regedit
7) Undo your change
The OP seems to be able to runcmd
; why do you believe that this is helpful?
– G-Man
2 days ago
@G-Man: There's a couple other ways to get acmd
open that bypass file associations, but none that get an administrativecmd
open that I know of without creating some files. My understanding of borking.exe
association is admin elevate of executables is completely broken, but this invokes elevation on a.bat
.
– Joshua
2 days ago
add a comment |
registry associations are not recursive.
1) Turn on "show file extensions
2) Create a new text file on the deskotp
3) type 3 letters cmd
into it and save
4) rename to .bat
5) right click -> run as administrator
6) regedit
7) Undo your change
registry associations are not recursive.
1) Turn on "show file extensions
2) Create a new text file on the deskotp
3) type 3 letters cmd
into it and save
4) rename to .bat
5) right click -> run as administrator
6) regedit
7) Undo your change
answered 2 days ago
JoshuaJoshua
529315
529315
The OP seems to be able to runcmd
; why do you believe that this is helpful?
– G-Man
2 days ago
@G-Man: There's a couple other ways to get acmd
open that bypass file associations, but none that get an administrativecmd
open that I know of without creating some files. My understanding of borking.exe
association is admin elevate of executables is completely broken, but this invokes elevation on a.bat
.
– Joshua
2 days ago
add a comment |
The OP seems to be able to runcmd
; why do you believe that this is helpful?
– G-Man
2 days ago
@G-Man: There's a couple other ways to get acmd
open that bypass file associations, but none that get an administrativecmd
open that I know of without creating some files. My understanding of borking.exe
association is admin elevate of executables is completely broken, but this invokes elevation on a.bat
.
– Joshua
2 days ago
The OP seems to be able to run
cmd
; why do you believe that this is helpful?– G-Man
2 days ago
The OP seems to be able to run
cmd
; why do you believe that this is helpful?– G-Man
2 days ago
@G-Man: There's a couple other ways to get a
cmd
open that bypass file associations, but none that get an administrative cmd
open that I know of without creating some files. My understanding of borking .exe
association is admin elevate of executables is completely broken, but this invokes elevation on a .bat
.– Joshua
2 days ago
@G-Man: There's a couple other ways to get a
cmd
open that bypass file associations, but none that get an administrative cmd
open that I know of without creating some files. My understanding of borking .exe
association is admin elevate of executables is completely broken, but this invokes elevation on a .bat
.– Joshua
2 days ago
add a comment |
MorganFreeFarm is a new contributor. Be nice, and check out our Code of Conduct.
MorganFreeFarm is a new contributor. Be nice, and check out our Code of Conduct.
MorganFreeFarm is a new contributor. Be nice, and check out our Code of Conduct.
MorganFreeFarm is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1419969%2fcannot-restore-registry-to-default-in-windows-10%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