I created a diskpart script and used the shrink command to shrink the volume 15 Mb and it solved this issue. See my script below.
diskpart.exe /s x:\DiskPartShrinkVolume.txt
Select disk 0
Select volume 0
shrink desired=15
I created a diskpart script and used the shrink command to shrink the volume 15 Mb and it solved this issue. See my script below.
diskpart.exe /s x:\DiskPartShrinkVolume.txt
Select disk 0
Select volume 0
shrink desired=15