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 there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Export/import utility for windows registry

  • 20-08-2005 8: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: 93,583 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