Power on and off your computer three times
On the third time, your computer will boot into the Advanced Recovery environment
Click Advanced Options
Click Troubleshoot
Click Advanced Options
Click Command Prompt (Admin)
Confirm the drive letter for the Windows image. Usually D: –> dir d:
Run the following to view the installed packages which will also show a date of install.
Dism /Image:D:\ /Get-Packages
Find the package(s) that were just installed by date. Run the following command on the last installed package:
dism.exe /image:c:\ /remove-package /packagename:Package\_for\_RollupFix~31bf3856ad364e35~amd64~~16299.248.1.17
Reboot.