jruelan Posted February 6, 2008 Posted February 6, 2008 hello, just want to ask how to automatically export the whole registry without opening the regedit window? meaning, i wont run the regedit.exe tnx
/dev/null Posted February 6, 2008 Posted February 6, 2008 hello, just want to ask how to automatically export the whole registry without opening the regedit window? meaning, i wont run the regedit.exe tnxthe windows resource kit tools contain some registry tools. one is: REGDUMP.EXE. So, get the resource kit tools and use regdump.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
jruelan Posted February 6, 2008 Author Posted February 6, 2008 the windows resource kit tools contain some registry tools. one is: REGDUMP.EXE. So, get the resource kit tools and use regdump.CheersKurttnx for your great help
GaryFrost Posted February 6, 2008 Posted February 6, 2008 look at reg instead of regedit SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jruelan Posted February 6, 2008 Author Posted February 6, 2008 look at reg instead of regedittnx, reg is the one!i used this reg export myreg.regtnx
rasim Posted February 6, 2008 Posted February 6, 2008 More solutions! RunWait('regedit /e C:\MyReg.reg "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt"')
GaryFrost Posted February 6, 2008 Posted February 6, 2008 More solutions! RunWait('regedit /e C:\MyReg.reg "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt"') Try using that command if regedit is already running on the machine. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
rasim Posted February 6, 2008 Posted February 6, 2008 Try using that command if regedit is already running on the machine.Hi GaryFrost!I run regedit and then run this script, work fine
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now