Thank you. Please try the following.
Revert Pending Changes
1. Click your Start button so it brings up the Start Screen.
2. Hold down your left Shift button while you click the Power button in the upper-right and choose Restart.
Note: Keep the shift button held down while the machine restarts until the
Choose an Option screen shows.
3. Click the
Troubleshoot button.
4. Click the
Advanced Options button.
5. Choose the
Command Prompt button.
6. Select your account and put in your password if prompted.
7. Once the command Window is displayed please follow the below steps.
8. Type
notepad into the command prompt and hit enter.
9. Click the
File menu in notepad and choose
Open. Click on the
This PC icon on the left hand side so that you see all the drive letters. You sill see Boot (X:) and likely others. Look for the drive letter that is associated to
Local Disk. It won't be drive letter X. If you are unsure which one represents your local disk you can double-click on each drive and look to see if there is a Windows directory in it. That will be the drive letter we are interested in.
10. Once you've identified the driver letter you may cancel out of this screen and close notepad.
11. Now type the following into the Command Prompt replacing C (shown in red) with the drive letter you identified in bullet#9.
Note: there is a space after C:\ as well as before the last forward slash.
DISM /Image:C:\ /Cleanup-Image /RevertPendingActions
12. If all goes well you will see the following as the last few lines. Please let me know if you don't.
Code:
Reverting pending actions from the image...
The operation completed. Any revert of pending actions will be attempted after reboot.
The operation completed successfully.