Utility Windows (.bat) per fare backup e restore delle impostazioni/profili di Logitech G Hub senza account.
## Funzioni
- Backup in un unico file .zip
- Restore da .zip
- Scelta percorso con finestre “Salva” / “Apri”
- Ricorda l’ultimo percorso usato (config in %LocalAppData%)
- Chiude i processi G Hub prima di operare
- Richiede privilegi amministratore (ProgramData)
## Cosa viene salvato
- %LocalAppData%\\LGHUB\\
- %AppData%\\G HUB\\
- %AppData%\\lghub\\
- %ProgramData%\\LGHUB\\
## Come si usa
Esegui lo script come amministratore e scegli:
- C = crea backup
- R = ripristina backup
## Note
Usa PowerShell integrato (Compress-Archive / Expand-Archive) e WinForms per le finestre.
A small Windows batch utility to backup and restore Logitech G Hub profiles and settings into a single ZIP file — without needing a Logitech account.
- Backup G Hub profiles into one
.zipfile - Restore profiles from a
.zipbackup - Simple GUI to choose where to save or load the backup
- Remembers last used path (saved in
%LocalAppData%) - Automatically closes G Hub processes before backup/restore
- Uses only built-in Windows tools (Batch + PowerShell)
%LocalAppData%\LGHUB\%AppData%\G HUB\%AppData%\lghub\%ProgramData%\LGHUB\
- Run the script as Administrator
- Choose:
C→ Create a backupR→ Restore from a backup
- Use the file picker window to select where to save or load the ZIP file
This project is open-source and uses only native Windows components.
You can inspect the code before running it.
Inspired by the original GHub Backuperator project by Olheiro.

