PDF Previw Handler breaks with every Edge update
I've noticed that every time one of my users gets an update for Microsoft Edge, it breaks the PDF Preview functionality through Adobe Reader. It happens for multiple users including myself. Has anyone else experienced this at all? Trying to figure out why this is happening, and if it's isolated to our environment.
I've figured out that I can fix it by unregistering and re-registering the PDF Preview Handler DLL by running the following 2 commands, but I have to fix it every time Edge updates (which is pretty often).
regsvr32 /s /u "C:\Program Files\Adobe\Acrobat DC\Acrobat\PDFPrevHndlr.dll"
regsvr32 /s "C:\Program Files\Adobe\Acrobat DC\Acrobat\PDFPrevHndlr.dll"
