Re: Soucis avec mise à jour de Windows 10

Publié par tekkos le 20/06/2018 08:28:56
source (en anglais):
https://www.thewindowsclub.com/windows ... xtra-disk-partition-fixed

Appliquez le chapitre 3 et le chapitre 4:

3] Use Diskpart

You could use an elevated Command Prompt instead of Disk Management to shrink/remove the extra partition. Execute the following commands:

diskpart
list volume
select volume <the volume in the drive>
remove letter=X:
Exit

Here X: is the Drive letter.

This step will remove the surplus partition and resolve the issue.

4] Remove the MountPoint

Right-click on Start and select Command Prompt (administrator).

Type the command mountvol X: /D and press Enter, where X: is the Drive letter.

Cette contribution était de : http://www.gratilog.net/xoops/newbb/viewtopic.php?forum=18&topic_id=15290&post_id=187755