<p>As <span class="mention">@Silbee</span> mentioned dans le comments, the way to go about it in Windows 11 is:</p>
<ul>
<li>
<p>Run ligne de commande (<code>cmd</code>) as administrator</p>
</li>
<li>
<p>From there, run chkdsk command avec /R option (e.g. <code>chkdsk G: /r</code>)</p>
</li>
</ul>
<p>In previous versions par défaut disk checker (GUI) on Windows had an explicit option (a checkbox) to run in-depth scan, maintenant (from what Je peux gather) c’est seulement disponible in ligne de commande when running <code>chkdsk</code>.</p>