When Windows setting to force use FIPS Compliant algorithms is turned on and if there is an application that uses non-FIPS compliant algorithm running on that machine, and exception is thrown in that application saying something like it is not part of windows FIPS implementation... I have seen someone bypassing the the FIPS check by commenting out this check in the application code. If one can do this, is this real FIPS compliant?
How does windows detect if an application is using FIPS compliant algorithm or not?