f you cannot get into Windows:
Start your PC, just as Windows attempts to load (spinning dots), press and hold Power Button for 5 - 10 seconds to perform a Hard Shut Down
Do this twice
On the third start Windows will boot into the Recovery Environment and from there you can access System Repair, Safe Mode, Command Prompt . . . etc.
Go to Troubleshoot - Advanced Option - ommand Prompt
Copy the command below (depends on your system). then in the Command window, right click to paste, then hit Enter to run the command
For 32bit Systems:
dism.exe /image:c:\ /remove-package /packagename

ackage_for_RollupFix~31bf3856ad364e35~x86~~16299.248.1.17
For 64bit Systems:
dism.exe /image:c:\ /remove-package /packagename

ackage_for_RollupFix~31bf3856ad364e35~amd64~~16299.248.1.17
Close Command and Restart your System
If you can get into Windows:
Open Command Prompt as Admin and copy the command below (depends on your system). then in the Command window, right click to paste, then hit Enter to run the command
For 32bit Systems:
dism.exe /image:c:\ /remove-package /packagename

ackage_for_RollupFix~31bf3856ad364e35~x86~~16299.248.1.17
For 64bit Systems:
dism.exe /image:c:\ /remove-package /packagename

ackage_for_RollupFix~31bf3856ad364e35~amd64~~16299.248.1.17