Backup Profile?

Anything about GOverlay and the devices supported

Backup Profile?

Postby stadtpirat » Sun Jun 22, 2014 9:46 pm

Hi,
i make a nice Profile for Windows.
How can i backup it?

stadtpirat
 
Posts: 15
Joined: Sat Mar 22, 2014 5:20 pm

Re: Backup Profile?

Postby TheLaGmAn » Sun Jun 22, 2014 9:48 pm

check our faq here

http://www.goverlay.com/content/faq/

on how to backup a profile, be careful when using the registry editor.
User avatar
TheLaGmAn
Site Admin
 
Posts: 968
Joined: Wed Feb 26, 2014 8:32 pm

Re: Backup Profile?

Postby stadtpirat » Mon Jun 23, 2014 5:32 pm

Hi, thanks for the help. :shock:
Fine... but to search and safe the registry is too heavey at every change

I write a little Batch to safe my profile and Settings.
Safe as .bat and Run as Admin

Code: Select all
@echo off
REG EXPORT "HKCU\Software\VB and VBA Program Settings\rtss_window" C:\goverlay.reg

stadtpirat
 
Posts: 15
Joined: Sat Mar 22, 2014 5:20 pm

Re: Backup Profile?

Postby TheLaGmAn » Mon Jun 23, 2014 7:50 pm

Thanks for the bat file, i will probably tweak it a little and maybe add an option in goverlay to do the backup in the next version till i do the proper import/export feature
User avatar
TheLaGmAn
Site Admin
 
Posts: 968
Joined: Wed Feb 26, 2014 8:32 pm

Re: Backup Profile?

Postby stadtpirat » Mon Jun 23, 2014 10:52 pm

Wow Thanks for Export end Import.
Update: Filename now with date and time from Backup :-)

Code: Select all
@echo off
set /a stunde=%time:~0,1%
 
if !stunde! lss 0 (
set /a stunde=0
set /a stunde=%time:~1,1%
echo 1
) else (
set /a stunde=%time:~0,2%
echo 2
)
 
set minute=%time:~3,2%
set sekunde=%time:~6,2%
REG EXPORT "HKCU\Software\VB and VBA Program Settings\rtss_window" C:\goverlay-%date%-%stunde%_%minute%_%sekunde%.reg

stadtpirat
 
Posts: 15
Joined: Sat Mar 22, 2014 5:20 pm

Re: Backup Profile?

Postby TheLaGmAn » Mon Oct 13, 2014 11:09 pm

Import and Export for profiles done.

Use the latest BETA
viewtopic.php?f=3&t=54
User avatar
TheLaGmAn
Site Admin
 
Posts: 968
Joined: Wed Feb 26, 2014 8:32 pm


Return to About GOverlay



Who is online

Users browsing this forum: No registered users and 6 guests