Skip to content

michmue/win-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win-backup tool

Big windows updates often override my registry tweaks or other windows settings. Full backups are therefore suboptimal for my personal usage. This tool will create a backup of all my config files. After that I reinstall windows with the newest ISO file available.

Then multible scripts will clean windows apps (folders, shortcuts, start menu etc.), download and install all my needed programs, import registry tweaks, set my preferred windows settings and create my default folders.

usage

Before windows reinstall export the configs:

Import-Module .\Win-Backup -Force

$config = Read-WBBackupConfig .\BackupConfig.json
Export-WBBackup -Path d:\backup $config

After reinstall of windows:

# not implemented
Invoke-WBFolderCleaning

# Install features like Hyper-V & dotNet Framework
Get-WBFeature | Enable-WBFeature

# Add registry tweaks: file explorer hide specific folder which I don't use (Documents, 3D Objets, Music...)
Get-WBTweak | Enable-WBTweak

# Downloads my programs (installtion still missing)
Get-WBProgram | Install-WBProgram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published