WolfoRan Backup Registry v1.2 (32 & 64 bits)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

Hello,
For those who manage their PC shamelessly, here is a small utility that may be able to resolve their problem where appropriate.
- Backup the Registry base (integral)
- Restore the Registry base(integral)
- Backup manager simply / quickly / intuitive.
Update : v1.1
- Auto Reboot of PC after restore
- Changed : Font of Characters = On XP could display incomplete messages if the font was not installed on the system.
Update : v1.2
- Added : Creating restore points (windows utilitiy)
- Added : Accessibility for blind people
- Added : 64 bits version
Update : v1.3
- Few corrections
- Help file in english

Windows Xp / Vista / 7 (32 or 64 bit)

Image

32 and 64 bits Download >> WolfoRan BackUp Registry 32 bits

64 bits only. Download >> WolfoRan BackUp Registry 64 bits

@+ :wink:
Last edited by Jacobus on Tue May 17, 2011 3:34 pm, edited 1 time in total.
PureBasicien tu es, PureBasicien tu resteras.
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

News : Update to v1.2 - see above -

:wink:
PureBasicien tu es, PureBasicien tu resteras.
rudz
User
User
Posts: 35
Joined: Sun Mar 21, 2010 6:59 am
Location: Denmark
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by rudz »

Seems like a nifty and quick way to make a registry backup.

- Is it only in french?
- License is also only in french.

When i start the program, it looks like this (64 bit version) :

Image
AMD FX-8350 @ ~4.8GHz | 8GB Corsair DDR3-SDRAM @ 1800Mhz | 7even Ult & Manjaro 0.8.7.1 | PB 5.3
Web: rudz.dk
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

Strange behavior. I will try to change that. Yet it works fine on my version, 64 bit also
The program is in English and in French and accessible for the blind. Preferences are editable from the buttons in the GUI. Unfortunately do not appear on your screen capture.

Sorry for the delay, I couldn't connect on this forum.
PureBasicien tu es, PureBasicien tu resteras.
Zach
Addict
Addict
Posts: 1676
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Zach »

So could I use this in conjunction with a backup of the Program Files directory, etc to do a restore without having to actually reinstall a bunch of stuff?

I've been looking for such a solution for a while.
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

Normally Yes. But personally I prefer to use system restore, saving my files regularly.
The small backup program from the registry in question here allows a rapid recovery in case of problem, after a cleaning or any other intervention on the system. He also retains the dates and reasons of made backups. I have lost the source code and I must again completely :x

The principle is the following:

Code: Select all

Procedure.s Get_SystemDirectory()
  Path.s=Space(500)
  GetSystemDirectory_(@Path,500)
  ProcedureReturn Path
EndProcedure

date$ = FormatDate("%yyyy-%mm-%dd_%hh-%ii-%ss", Date())
RunProgram(Get_SystemDirectory()+"\regedit.exe"," /backup c:\BdR_"+date$+".reg","") ;Note that spaces in the parameters are important!
;The backup is created on c:\ with the current date
;It's possible to create or move the .reg file in another directory
This may take a few seconds to perform the backup
Double-click on the file is sufficient for restoration.
PureBasicien tu es, PureBasicien tu resteras.
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

Hi, new version is available. I finally found my source code and I was able to make a few corrections. I've only tested on win7 (32 & 64 bit) and it works well.
If you see inconsistencies or bugs, please notify me. I added a help in English in PDF file, and you can use bookmarks to navigate inside and I hope have been clear in your language :oops:

@rudz : If you want to try again to see what this gives you

Image

Download / information on this page : WolfoRan Backup Registry v1.30
@+ Jacobus
PureBasicien tu es, PureBasicien tu resteras.
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

New version of WBR : 1.31
- bug fixes
- User choice to restart the computer after a restore
- help update

Please note that: the registry backups are larger in 64-bit

Download:
(x64) => WBR setup 64 bit
(x86) => WBR setup 32 bit


Best regards, Jacobus
Last edited by Jacobus on Mon May 23, 2011 4:20 pm, edited 1 time in total.
PureBasicien tu es, PureBasicien tu resteras.
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by MachineCode »

Just so you know: RegEdit.exe is in "C:\Windows" in XP, not "C:\Windows\System32".
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

Arg! Sorry, I forgot to test the version of Windows for RegEdit. I will change it. And then I've just noticed that the removal of older backups does not. Thanks for the feedback...

It's corrected!

Finally the location of RegEdit is not important, it is the same on each version. But there is also Regdt32.exe in System32

Download:
(x64) => WBR setup 64 bit
(x86) => WBR setup 32 bit
PureBasicien tu es, PureBasicien tu resteras.
rudz
User
User
Posts: 35
Joined: Sun Mar 21, 2010 6:59 am
Location: Denmark
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by rudz »

Works fine now, thanks.
Although i smiled when i saw this : "Select this check box if you are blind".. :-)

I assume you mean colorblind?
AMD FX-8350 @ ~4.8GHz | 8GB Corsair DDR3-SDRAM @ 1800Mhz | 7even Ult & Manjaro 0.8.7.1 | PB 5.3
Web: rudz.dk
User avatar
Jacobus
Enthusiast
Enthusiast
Posts: 140
Joined: Wed Nov 16, 2005 7:51 pm
Location: France
Contact:

Re: WolfoRan Backup Registry v1.2 (32 & 64 bits)

Post by Jacobus »

Hello rudz.
rudz wrote:Works fine now, thanks.
OK, I'm glad that it finally works
rudz wrote:Although i smiled when i saw this : "Select this check box if you are blind".. :-)
I assume you mean colorblind?
No, I wanted blind say. But it's true that it's not logical. :lol:
Some blind use speech reading programs that allow them to use a GUI. Thus I withdraw all that they do not need, images in particular.
PureBasicien tu es, PureBasicien tu resteras.
Post Reply