Thursday 13 April 2017

Regedit: Find and export keys from command prompt or Export an ODBC Data Source from the registry

Open command promt and issue following command to export the odbc.ini

regedit /e c:\output.reg "HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI"
regedit /e c:\output.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI"


No comments:

Post a Comment