Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

turn FIPS Mode on off

Clint Troxel edited this page Nov 8, 2016 · 1 revision

Check if FIPS mode is enabled get-item HKLM:system\CurrentControlSet\Control\Lsa\FIPSAlgorithmPolicy

Turn FIPS mode on Set-ItemProperty -Path "HKLM:System\CurrentControlSet\Control\Lsa\FIPSAlgorithmPolicy" -Name "Enabled" -value 1