[Fix]SxStrace error Side by Side configuration is incorrect in Windows 10

This error will occur because the vc++ was unable to perform its required operation,install visual c++

redistributable particularly vc++ 2008 (you can find the download links on official link :

https://support.microsoft.com/en-in/kb/2977003
or simply google or bing search to find the official link) if you had already installed try reinstalling it..



if that hadn't helped try this.. Method 2 : ======== 1 )Open regedit.. 2)Navigate to this section(by expanding each section) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_policy.9.0.microsoft.vc90.crt_
(if there is no such thing,check this location

HKEY_LOCAL_MACHINE\COMPONENTS\Winners\x86_policy.9.0.microsoft.vc90.crt) 3) Expand that too, you can find a Key 9.0,click on it. 4) On your right pane there will be some entries,click on the "Default" which will pop you a data note that down in some place like notepad. 5)Now,look on other items( on the same right pane listed under this default) find the highest number. 6)Note that down too.. Now,again go to default which you see on step 4.change the value data value with this one(step 6's value) if higher. Click Ok and exit Restart your system. If that doesn't worked,try this Method 3: Also run sfc utility.. ========================== Run CMD AS Admininstrator https://www.youtube.com/watch?v=QXgIzMRSt8g Type sfc/scannow Hit enter.. It will begin its search and will correct if there is problem with any windows file.. But re/installing the vc++ file may fix the problem in most cases.. Hope it helps.