Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back a page or two to re-sync the thread and this will then show latest posts. Thanks, Mike.

Export/import utility for windows registry

  • 20-08-2005 9:53pm
    #1
    Closed Accounts Posts: 3,413 ✭✭✭


    Guys, I’m trying to find an app that will automatically import one reg key into the registry, and that will export one every day according to a schedule.

    Is there anything on the net that might do it...


Comments

  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,385 Mod ✭✭✭✭Capt'n Midnight


    reg.exe is part of the microsoft reskit and is on their site somewhere
    you can use AT or task scheculder to run it when required.


    Console Registry Tool for Windows - version 3.0
    Copyright (C) Microsoft Corp. 1981-2001. All rights reserved


    REG EXPORT KeyName FileName

    Keyname ROOTKEY\SubKey (local machine only)
    ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
    SubKey The full name of a registry key under the selected ROOTKEY
    FileName The name of the disk file to export

    Examples:

    REG EXPORT HKLM\Software\MyCo\MyApp AppBkUp.reg
    Exports all subkeys and values of the key MyApp to the file AppBkUp.reg

    REG IMPORT AppBkUp.reg
    Imports registry entrys from the file AppBkUp.reg


  • Closed Accounts Posts: 3,413 ✭✭✭HashSlinging


    thanks man!


Advertisement