Skip to content

Instantly share code, notes, and snippets.

View smithnigelw's full-sized avatar

Nigel Smith smithnigelw

View GitHub Profile
@smithnigelw
smithnigelw / ListOleDb.cs
Created January 12, 2024 13:54
Checks the Windows Registry for details relating to "Microsoft.ACE.OLEDB" and "Microsoft.Jet.OLEDB"
using System;
using Microsoft.Win32;
public class Program
{
public static void Main()
{
const string searchKey1 = "Microsoft.ACE.OLEDB";
const string searchKey2 = "Microsoft.Jet.OLEDB";