Activer restauration système
Activer restauration système
La restauration système est désactivée sous Windows 11.
Re: Activer restauration système
Ce problème empêche recovery. Voici la solution :
1. **Activez** : Recherche “Protection système” > Configurer > Activer C:.
2. **Allouez espace** : 5-10%.
3. **Créez point** : Recherche “Créer point restauration”.
```powershell
Enable-ComputerRestore -Drive "C:\"
**Logs à consulter** : Observateur d’événements > Journaux Windows > Système > Event ID 8193 (restauration).
**Prévention** : Activez post-install, points avant updates.
1. **Activez** : Recherche “Protection système” > Configurer > Activer C:.
2. **Allouez espace** : 5-10%.
3. **Créez point** : Recherche “Créer point restauration”.
```powershell
Enable-ComputerRestore -Drive "C:\"
**Logs à consulter** : Observateur d’événements > Journaux Windows > Système > Event ID 8193 (restauration).
**Prévention** : Activez post-install, points avant updates.