GianAutoitprogrammer 0 Posted April 15, 2011 How to back-up all the registry keys in the registry using autoit, if there is source code it will help me... Share this post Link to post Share on other sites
Melba23 3,455 Posted April 15, 2011 GianAutoitprogrammer,Open the Help file and search for "Registry". You will find a section called "Registry functions Reference" which is a good place to start. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites
LurchMan 2 Posted April 15, 2011 Use the search feature at the top its very useful. I've attached an include that will help you.reg.au3 Dating a girl is just like writing software. Everything's going to work just fine in the testing lab (dating), but as soon as you have contract with a customer (marriage), then your program (life) is going to be facing new situations you never expected. You'll be forced to patch the code (admit you're wrong) and then the code (wife) will just end up all bloated and unmaintainable in the end. Share this post Link to post Share on other sites
wakillon 403 Posted April 15, 2011 You can use regedit for save the entire registry to a file. RunWait ( 'regedit /e ' & @ScriptDir & '\Save.reg' ) AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
GianAutoitprogrammer 0 Posted April 16, 2011 thank you! Share this post Link to post Share on other sites
ReFran 15 Posted April 16, 2011 Hi, I don't know for what you want to use it. For backup the registry and restore different version I use since years: http://www.larshederer.homepage.t-online.de/erunt/ That works perfectly and it's tested by thousands of user. I use it for standard backups and in front of new installations, so that I can quickly restore. The optimizer works also fine. Never got a problem after use. You may consinder that, Reinhard Share this post Link to post Share on other sites