Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export settings for transfer/backup #121

Open
chbeck2010 opened this issue Nov 27, 2023 · 2 comments
Open

Export settings for transfer/backup #121

chbeck2010 opened this issue Nov 27, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@chbeck2010
Copy link

Please make sure to fill out this form completely, and attach your program logs (set to Debug setting). You can delete this line.

**WinNUT Version: ** 2.0.7722.30975
**Windows OS Version: ** windows 10 21H2

Describe the bug
A clear and concise description of what the bug is.

In win nut 1.x it was pretty easy to make one ini file and use that on multiple systems. Is there a way to quickly export a config on one system and inport it on another? (registry export/inport, appdata or something like that?

@chbeck2010 chbeck2010 added the bug Something isn't working label Nov 27, 2023
@chbeck2010
Copy link
Author

Created #121

@gbakeman gbakeman changed the title In win nut 1.x it was pretty easy to make one ini file and use that on multiple systems. Is there a way to quickly export a config on one system and inport it on another? (registry export/inport, appdata or something like that? Export settings for transfer/backup Dec 2, 2023
@gbakeman
Copy link
Contributor

gbakeman commented Dec 2, 2023

Hi @chbeck2010 ,

WinNUT currently does not have an official method for exporting your settings. However, since settings are stored in the Registry, you can accomplish what you want with a few simple steps:

  1. Open a user (non-Admin) command prompt under the user that was running WinNUT
  2. Run command reg.exe export "HKEY_CURRENT_USER\SOFTWARE\WinNUT" "<export destination>" (where <export destination> is where the exported registry contents will go on your file system)

This creates a .reg file which you can then backup, and/or copy to additional computers, after which you can double-click the file so it will be imported and available for WinNUT.

I'm currently working on an upgrade to the Settings system and I think this will be a useful feature to have. I'd like to leave this issue open so I can reference it in the future. Thank you!

Ref #100

@gbakeman gbakeman added enhancement New feature or request and removed bug Something isn't working labels Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants