You can remove KB3033055 after getting the flickering wifi icon, no need to reset from scratch.
- Interrupt the boot process a couple times by holding down the power button to force windows into startup repair.
- Open the command prompt from the menus. (Troubleshoot, Advanced, Command Prompt)
- You will be prompted to enter username and password
- At the command prompt type:
dism /image:c:\ /get-packages > c:\dism-output.txt
notepad c:\dism-output.txt
In notepad press ctrl-f and type 3033055, you should find the full name (In my case it was Package_for_KB3033055~31bf3856ad364e35~arm~~6.3.1.19)
Back to the command prompt, In my case I typed:
dism /image:c:\ /remove-package /packagename:Package_for_KB3033055~31bf3856ad364e35~arm~~6.3.1.19
exit
From there you should be able to continue to Windows as normal.