Local Reinstall Windows =link= -

// Backup user profiles string usersPath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); await CopyDirectoryAsync(usersPath, Path.Combine(backupPath, "UserData"));

StatusText.Text = "Restoring settings..."; await resetService.RestoreSettings(options); ProgressBar.Value = 100; local reinstall windows

return options;

Run the WPF application and select options // Backup user profiles string usersPath = Environment