Fall creators update breaks compatibility troubleshooter

Joined
Oct 22, 2017
Messages
3
Reaction score
0
After installing the Fall creators update on the the compatibility troubleshooter is broken.

none of the solutions found online fix this. Fortunately we had a back up and verified no errors in registry as well as defragged the computer prior to updating. we reverted back to the back up and the compatibility troubleshooter works. he ran the update and its broken again, this eliminates any previous issues may have occurred and pin points what caused it to break. will Windows be creating a fix for this.? Thank you kindly in advance.
Running windows 10 professional
 
Last edited:
Joined
Oct 22, 2017
Messages
3
Reaction score
0
Capture.JPG
RightClick menuAndPropertiesCompatibility.PNG

Apologies i meant trouble shooting wizard
Chkdsk found no problems
SFC Found No problems
Dism Found No problems

run DISM /Online /Cleanup-Image /RestoreHealth

then run SFC /scannow to repair and replace damaged files

No Problems
open windows Services and make sure following services are running and have corresponding Startup type: Diagnostic Policy Service – Automatic Diagnostic Service Host – Manual Diagnostic System Host – Manual

Used TFixer.bat file in Admin mode
Command Line Below:

@echo off
net stop wuauserv
cd %systemroot%
ren SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2.old
net start cryptsvc
regsvr32 Softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll /s
echo Restarting Computer
shutdown.exe -r -t 00

Still No Fix
View attachment 7375
 
Last edited:
Joined
Oct 22, 2017
Messages
3
Reaction score
0
UPDATE the bat file fixed the PCWD diagnostics but not the right click entry or clicking from properties computer is Optiplex 7010 running win 10 pro 1064 bit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top