[python-win32] export registry keys

Tim Roberts timr at probo.com
Fri Mar 10 01:00:22 CET 2006


On Thu, 09 Mar 2006 17:56:08 +0100, le dahut <le.dahut at laposte.net> wrote:

>What is the best way to export/import a part of windows registry into 
>original .reg files (according to the os type). Code must run on both 98 
>and XP ?
>

If you can find a copy of the Windows 2000 Resource Kit (and it may be
downloadable from Microsoft), you can use the regdmp and regini tools to
do that.  Regini is built-in to XP, but both tools work on 98 as well
(95, even).  The file format is similar, but not identical, to a stock
regedit script.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-win32 mailing list