Registry Backup and Restore (RegBak) 1.5

Suggest new features for future releases, participate in beta tests and share the results
siliconman01
Posts: 121
Joined: Sat Aug 25, 2007 9:09 am

Re: Registry Backup and Restore (RegBak) Beta 1.5

Post by siliconman01 » Sun Sep 21, 2014 7:26 am

I notice if a user attempts to run regbak.exe on a 64-bit system, regbak.exe issues a message to "Please run the 64-bit version of this program".

Why not just code regbak.exe to start the 64-bit version regbak64.exe automatically, shut down regbak.exe, and eliminate the message all together?
Home Built ASUS ROG Maximus Extreme with Windows 10x64 Pro; Dell XPS 15 (9575) 2in1 with Windows 11x64 Pro; Dell XPS 8940SE with Windows 10 x64 Pro.

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by Aneesh » Mon Sep 29, 2014 7:45 pm

RegBak v1.5 released.

We thank all our users for the support.
Regards,
Aneesh,
Acelogix Software Team.

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by Aneesh » Sat Oct 11, 2014 3:14 pm

Oct 11. 2014: Updated RegBak v1.5

* Improved the working of 'Delete all backups except the last ...' option.
* launches 64-bit version if the 32-bit version is run from a 64-bit OS.
Regards,
Aneesh,
Acelogix Software Team.

siliconman01
Posts: 121
Joined: Sat Aug 25, 2007 9:09 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by siliconman01 » Sun Oct 12, 2014 7:34 am

Aneesh wrote:Oct 11. 2014: Updated RegBak v1.5

* Improved the working of 'Delete all backups except the last ...' option.
* launches 64-bit version if the 32-bit version is run from a 64-bit OS.

Are these enhancements part of AU V5.6.1's RegBak component as well?
Home Built ASUS ROG Maximus Extreme with Windows 10x64 Pro; Dell XPS 15 (9575) 2in1 with Windows 11x64 Pro; Dell XPS 8940SE with Windows 10 x64 Pro.

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by Aneesh » Sun Oct 12, 2014 9:45 am

siliconman01 wrote:
Are these enhancements part of AU V5.6.1's RegBak component as well?
If the release date of Ace Utilities supersedes that of RegBak stand-alone version, then yes.
If not, you can simply put the appropriate newest regbak executable file and the help file in Ace Utilities installation folder.
Regards,
Aneesh,
Acelogix Software Team.

siliconman01
Posts: 121
Joined: Sat Aug 25, 2007 9:09 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by siliconman01 » Sun Oct 12, 2014 1:34 pm

Thanks for the prompt response.

You might wish to release an update to AU because AU V5.6.1 does not contain a regbak64.exe file....at least it did not on my Windows 8.1.1 x64 Professional systems. I manually updated the RegBak files in my installed AU V5.6.1 per the latest release of RegBak.
Home Built ASUS ROG Maximus Extreme with Windows 10x64 Pro; Dell XPS 15 (9575) 2in1 with Windows 11x64 Pro; Dell XPS 8940SE with Windows 10 x64 Pro.

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by Aneesh » Sun Oct 12, 2014 1:50 pm

siliconman01 wrote:Thanks for the prompt response.

You might wish to release an update to AU because AU V5.6.1 does not contain a regbak64.exe file....at least it did not on my Windows 8.1.1 x64 Professional systems. I manually updated the RegBak files in my installed AU V5.6.1 per the latest release of RegBak.
There is no regbak64.exe when Ace Utilities is installed. While installing in a 64-bit Windows, Ace Utilities renames regbak64.exe to regbak.exe. After all, either regbak.exe or regbak64.exe is required, but not both.
Regards,
Aneesh,
Acelogix Software Team.

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by Aneesh » Sun Oct 19, 2014 5:56 am

Oct. 19, 2014

* Added an installer for RegBak (Size: 579 KB).
Regards,
Aneesh,
Acelogix Software Team.

Dook
Posts: 2
Joined: Sun Jan 18, 2015 12:13 pm

Re: Registry Backup and Restore (RegBak) 1.5

Post by Dook » Sun Jan 18, 2015 12:19 pm

please add to backup - C:\Windows\System32\config\drivers

zaz
Posts: 3
Joined: Fri Mar 27, 2015 8:53 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by zaz » Fri Mar 27, 2015 9:05 am

Hi
Thanks Aneesh for your job
I try to make a schedulte task on windows 8.1
<Exec>
<Command>"%ProgramFiles(x86)%\regbak\regbak64.exe"</Command>
<Arguments>/dir:"%SystemRoot%\regbak\#Date#" /reg:su /silent /limitdays:15</Arguments>
</Exec>
#Date# don't work
it's make folder "date"
can you help me please

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by Aneesh » Wed Apr 08, 2015 3:18 pm

To add date, you should use: <date>

Rephrase the command to:
/dir:"%SystemRoot%\regbak\<date>" /reg:su /silent /limitdays:15
Regards,
Aneesh,
Acelogix Software Team.

zaz
Posts: 3
Joined: Fri Mar 27, 2015 8:53 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by zaz » Thu Apr 09, 2015 9:12 am

Many thanks, working fine
for info if I export the shedulte task in XML file, it's become :
<Arguments>/dir:"%SystemRoot%\regbak\<date>" /reg:su /silent /limitdays:15</Arguments>
one more question please, it's wont copy "UsrClass.dat" ?!

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by Aneesh » Thu Apr 09, 2015 1:21 pm

If you use 'u' in the '/reg:' field, then it should copy UsrClass.dat.

Did you get any message from Regbak regarding the copying of this file?
Regards,
Aneesh,
Acelogix Software Team.

zaz
Posts: 3
Joined: Fri Mar 27, 2015 8:53 am

Re: Registry Backup and Restore (RegBak) 1.5

Post by zaz » Fri Apr 10, 2015 7:33 am

Hi
it's work now i must use "suo"
"su" only won't copy profiles user
all fine thank you

Galnospoke
Posts: 2
Joined: Thu Apr 30, 2015 7:31 pm

Re: Registry Backup and Restore (RegBak) 1.5

Post by Galnospoke » Thu Apr 30, 2015 7:39 pm

It is great software. Can You add compresion in XP?

Post Reply