If your Windows system reset fails, you may need to manually enable the Windows Recovery Environment (WinRE). Here's a step-by-step guide:
Prerequisites:
Administrative privileges: You'll need to be logged in as an administrator.
Steps:
- Open PowerShell as an administrator:
- Right-click on the Start button.
- Select "Windows PowerShell (Admin)".
2. Check the current status of WinRE:
- In the PowerShell window, type the following command and press Enter:
Reagentc /Info
This command will display detailed information about WinRE, including its status.
3. Enable WinRE if it's disabled:
If the output from the previous command shows that WinRE is "Disabled", type the following command and press Enter to enable it:
Reagentc /Enable
After running these commands, try resetting your system again.
Comments
0 comments
Article is closed for comments.