just an example of how to get registry entries from other places besides HKEY_LOCAL_MACHINE
+ Code Snippetreg$="/e c:\reg.reg "+chr$(34)+"HKEY_CURRENT_USER\Software "+chr$(34)
execute file "regedit.exe",reg$,""
use that code then just reed it from the file
hope that helped someone