There was a problem resetting your PC, No changes were made
There was a problem resetting your PC, No changes were made, Complete Solution to every kind of issue
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- choose command prompt from list of different option
- choose the username and enter the password; if it ask for username and password
- Then after it will open command prompt
- Type the commands bellow and press enter key to get list of all the drive in your computer and its description with level
wmic logicaldisk get deviceid, volumename, description
- select the drive; one that got operating system files; lets say D: drive has operating system
- type this command bellow to get inside D: drive
D:\windows\system32
Note: Drive one that got operating system files; must have windows and system32 inside it; if any issue check other drive
- type the command bellow to scan
sfc /scannow
- this scanning will take some time
- once done type Exit to close
- Click on continue or restart your PC
- If it works you can enjoy; if do not work proceed to next method
Method 3
- come back to the advance boot option or see advance repair option (for that hold a shift key and restart your computer or you get this option to choose as "see advance repair option" automatically when your computer has any kind of issue restarting)
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- choose system Restore from list of different option
- follow the wizard now; choose the restore point in the wizard; click on next; follow the wizard to restore your system to previous time; when it was working fine a week ago or a month ago.
- If it works you can enjoy; if no restore point; skip this step, if do not work proceed to next method
Method 4 (if you have a back up image recovery disk)
- - come back to the advance boot option or see advance repair option (for that hold a shift key and restart your computer or you get this option to choose as "see advance repair option" automatically when your computer has any kind of issue restarting)
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- insert a back up image recovery disk (DVD)
- choose system Image Recovery from list of different option
- follow the wizard to recover your windows 10 from image recovery disk (DVD)
- If it works you can enjoy; if you do not have image recovery disk (DVD) ; skip this step, if do not work proceed to next method
Method 5
- go to start; choose settings
- choose update and security
- choose windows security
- choose device performance and health
- scroll down; click on additional info after fresh start
- click on get started to fresh start
- now follow the wizard; click on next; read everything before you proceed; to Fresh start
- If it works you can enjoy; if do not work proceed to next method
Method 6
- get the bootable USB flash drive or DVD; and boot from it
- give a time to boot; then after choose Repair Your computer
- it will take you to advance option
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- choose command prompt from list of different option
- choose the username and enter the password; if it ask for username and password
- Then after it will open command prompt
- Type the commands bellow and press enter key
dism /get-wiminfo /wimfile:F:/sources/install.esd
(The commands above will show you image details; F:/sources/install.esd; is the path of install.esd file inside bootable media; your drive may be other than F: drive; so confirm first; type this commands to get details; that help you confirm; wmic logicaldisk get deviceid, volumename, description)
- Type the commands bellow and press enter key to make scratch directory
mkdir d:\scratch
(d: drive is the drive where your operating system is installed; you want to repair; your drive may be other than d: drive; so confirm first; type this commands to get details; that help you confirm; wmic logicaldisk get deviceid, volumename, description)
- Type the commands bellow again and press enter key
dism /image:d:\ /cleanup-image /restorehealth /sources:esd:F:\sources\install.esd:1 /scratch dir:d:\scratch /limitaccess
- give a time to complete process; once done exit and continue
- If it works you can enjoy; if do not work proceed to next method
Method 7
- still do not work; finally you have to do the clean installation again, create a fresh bootable USB flash or DVD and insert it into Flash drive or DVD drive respectively; and do the clean installation
For Step by step video guide; follow the video tutorial: https://youtu.be/8X1YESVvwWw
Method 1
- open the commands prompt as an administrator
- Type the commands bellow to disable reagentc
reagentc /disable
- Type the commands bellow to enable reagentc
reagentc /enable
- now go back and try to reset your pc; it should be working; if not proceed to next solution
Method 2
- - go to the advance boot option or see advance repair option (for that hold a shift key and restart your computer or you get this option to choose as "see advance repair option" automatically when your computer has any kind of issue restarting)
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- choose command prompt from list of different option
- choose the username and enter the password; if it ask for username and password
- Then after it will open command prompt
- Type the commands bellow and press enter key to get list of all the drive in your computer and its description with level
wmic logicaldisk get deviceid, volumename, description
- select the drive; one that got operating system files; lets say D: drive has operating system
- type this command bellow to get inside D: drive
D:\windows\system32
Note: Drive one that got operating system files; must have windows and system32 inside it; if any issue check other drive
- type the command bellow to scan
sfc /scannow
- this scanning will take some time
- once done type Exit to close
- Click on continue or restart your PC
- If it works you can enjoy; if do not work proceed to next method
Method 3
- come back to the advance boot option or see advance repair option (for that hold a shift key and restart your computer or you get this option to choose as "see advance repair option" automatically when your computer has any kind of issue restarting)
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- choose system Restore from list of different option
- follow the wizard now; choose the restore point in the wizard; click on next; follow the wizard to restore your system to previous time; when it was working fine a week ago or a month ago.
- If it works you can enjoy; if no restore point; skip this step, if do not work proceed to next method
Method 4 (if you have a back up image recovery disk)
- - come back to the advance boot option or see advance repair option (for that hold a shift key and restart your computer or you get this option to choose as "see advance repair option" automatically when your computer has any kind of issue restarting)
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- insert a back up image recovery disk (DVD)
- choose system Image Recovery from list of different option
- follow the wizard to recover your windows 10 from image recovery disk (DVD)
- If it works you can enjoy; if you do not have image recovery disk (DVD) ; skip this step, if do not work proceed to next method
Method 5
- go to start; choose settings
- choose update and security
- choose windows security
- choose device performance and health
- scroll down; click on additional info after fresh start
- click on get started to fresh start
- now follow the wizard; click on next; read everything before you proceed; to Fresh start
- If it works you can enjoy; if do not work proceed to next method
Method 6
- get the bootable USB flash drive or DVD; and boot from it
- give a time to boot; then after choose Repair Your computer
- it will take you to advance option
- choose Troubleshoot from list of different option
- choose Advance option from list of different option
- choose command prompt from list of different option
- choose the username and enter the password; if it ask for username and password
- Then after it will open command prompt
- Type the commands bellow and press enter key
dism /get-wiminfo /wimfile:F:/sources/install.esd
(The commands above will show you image details; F:/sources/install.esd; is the path of install.esd file inside bootable media; your drive may be other than F: drive; so confirm first; type this commands to get details; that help you confirm; wmic logicaldisk get deviceid, volumename, description)
- Type the commands bellow and press enter key to make scratch directory
mkdir d:\scratch
(d: drive is the drive where your operating system is installed; you want to repair; your drive may be other than d: drive; so confirm first; type this commands to get details; that help you confirm; wmic logicaldisk get deviceid, volumename, description)
- Type the commands bellow again and press enter key
dism /image:d:\ /cleanup-image /restorehealth /sources:esd:F:\sources\install.esd:1 /scratch dir:d:\scratch /limitaccess
- give a time to complete process; once done exit and continue
- If it works you can enjoy; if do not work proceed to next method
Method 7
- still do not work; finally you have to do the clean installation again, create a fresh bootable USB flash or DVD and insert it into Flash drive or DVD drive respectively; and do the clean installation
For Step by step video guide; follow the video tutorial: https://youtu.be/8X1YESVvwWw

Comments
Post a Comment