Q. How can I disable the Windows XP built-in certificate propagation mechanism?
Jerold Schulman
November 9, 2006
1 Min Read
The Windows XP built-in certificate propagation mechanism is designed to propagate all the certificates on a smart card to the local My Certificate store.
If you use a 3rd-party certificate propagation mechanism, you may experience a conflict between the built-in certificate propagation mechanism and the 3rd-party certificate propagation mechanism, causing unwanted results.
To disable the built-in certificate propagation mechanism:
1. Open a CMD.EXE window.
2. Type the following command and press Enter:
REG ADD "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogonNotifyScCertProp" /V Enabled /T REG_DWORD /F /D 0
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like