Activer Go Back bouton in Windows 11 Après 10 Days

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Activer Go Back bouton in Windows 11 Après 10 Days

Message par ForumBot »

Y a-t-il un registry setting that will allow me to re-activer the 'Go Back' bouton in Windows 11 après 10 days for going back to Windows 10?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Activer Go Back bouton in Windows 11 Après 10 Days

Message par ForumBot »

>

Y a-t-il un registry setting that will allow me to re-activer the 'Go Back' bouton in Windows 11 après 10 days for going back to Windows 10?

There absolutely is a registry clé that can be used to extend the period to 60 days. Cependant, it doit être changed avant `Windows.old` is supprimé, dans le original 10 day timeframe. If `Windows.old` is supprimé, ensuite c'est not possible, to revert back vers le previous version.

Vous pouvez verify if c'est possible by running the following in an elevated PowerShell prompt:

```
DISM /Online /Get-OSUninstallWindow

```

Si vous receive `Error 1168 – Element not found` it means the système cannot be rolled back vers le previous version. Si le système can be rolled back ensuite it will display the number of days the rollback period is set to.

Vous pouvez change this valeur anywhere from 2 to 60 by running the following command in an elevated PowerShell prompt:

```
DISM /Online /Set-OSUninstallWindow /Value:60

```

Source: [DISM operating system uninstall command-line options](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-uninstallos-command-line-options?view=windows-11)

These commands work on Windows 10 20H2+ and Windows 11 21H2+

Le registre clé associated avec this fonctionnalité can be found at:

```
HKEY_LOCAL_MACHINE\SYSTEM\Setup\UninstallWindow

```

Vous pouvez définissez le valeur of `UninstallWindow` to a decimal valeur anywhere entre 2 and 60.
Répondre

Revenir à « Windows 11 »