Registry Backup and Restore (RegBak) 1.5
-
- Posts: 121
- Joined: Sat Aug 25, 2007 9:09 am
Re: Registry Backup and Restore (RegBak) Beta 1.5
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?
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.
Re: Registry Backup and Restore (RegBak) 1.5
RegBak v1.5 released.
We thank all our users for the support.
We thank all our users for the support.
Regards,
Aneesh,
Acelogix Software Team.
Aneesh,
Acelogix Software Team.
Re: Registry Backup and Restore (RegBak) 1.5
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.
* 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.
Aneesh,
Acelogix Software Team.
-
- Posts: 121
- Joined: Sat Aug 25, 2007 9:09 am
Re: Registry Backup and Restore (RegBak) 1.5
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.
Re: Registry Backup and Restore (RegBak) 1.5
If the release date of Ace Utilities supersedes that of RegBak stand-alone version, then yes.siliconman01 wrote:
Are these enhancements part of AU V5.6.1's RegBak component as well?
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.
Aneesh,
Acelogix Software Team.
-
- Posts: 121
- Joined: Sat Aug 25, 2007 9:09 am
Re: Registry Backup and Restore (RegBak) 1.5
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.
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.
Re: Registry Backup and Restore (RegBak) 1.5
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.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.
Regards,
Aneesh,
Acelogix Software Team.
Aneesh,
Acelogix Software Team.
Re: Registry Backup and Restore (RegBak) 1.5
Oct. 19, 2014
* Added an installer for RegBak (Size: 579 KB).
* Added an installer for RegBak (Size: 579 KB).
Regards,
Aneesh,
Acelogix Software Team.
Aneesh,
Acelogix Software Team.
Re: Registry Backup and Restore (RegBak) 1.5
please add to backup - C:\Windows\System32\config\drivers
Re: Registry Backup and Restore (RegBak) 1.5
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
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
Re: Registry Backup and Restore (RegBak) 1.5
To add date, you should use: <date>
Rephrase the command to:
/dir:"%SystemRoot%\regbak\<date>" /reg:su /silent /limitdays:15
Rephrase the command to:
/dir:"%SystemRoot%\regbak\<date>" /reg:su /silent /limitdays:15
Regards,
Aneesh,
Acelogix Software Team.
Aneesh,
Acelogix Software Team.
Re: Registry Backup and Restore (RegBak) 1.5
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" ?!
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" ?!
Re: Registry Backup and Restore (RegBak) 1.5
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?
Did you get any message from Regbak regarding the copying of this file?
Regards,
Aneesh,
Acelogix Software Team.
Aneesh,
Acelogix Software Team.
Re: Registry Backup and Restore (RegBak) 1.5
Hi
it's work now i must use "suo"
"su" only won't copy profiles user
all fine thank you
it's work now i must use "suo"
"su" only won't copy profiles user
all fine thank you
-
- Posts: 2
- Joined: Thu Apr 30, 2015 7:31 pm
Re: Registry Backup and Restore (RegBak) 1.5
It is great software. Can You add compresion in XP?