<X509Objects>
<Base path="F:\Users\abby\AppData\LocalLow\Microsoft\X509Objects”/>
Verbose mode is useful for operations that rarely fail, such are store and cache operations, but are sometimes useful to give context to other events. If the operation fails, an error event with a level of 2 will be logged and will be available in the default logging mode.
To enable verbose mode
1. Click the Start button, click Start Search, type Run, and then press Enter.
2. In Run, type regedit, and then click OK.
3. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
4. Navigate to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\crypt32.
5. Add a DWORD (32-bit) value DiagLevel with value 0x00000005.
6. Add a QWORD (64-bit) value DiagMatchAnyMask with value 0x00ffffff.
Additionally,
7. If you want to log events only for a particular process, add a multi-string value:
"DiagProcessName" and enter the process name such as iexplore.exe
8. If you want to log events only for specific keywords, you can set the appropriate mask in DiagMatchAnyMask.
Carsten Siemens edited Revision 3. Comment: Added tag: has comment
Ed Price MSFT edited Original. Comment: Added "See Also" section.
Great job summarizing this information.
thanks,
Good Article.
very informative.