Menu

2025-05-06-Windows 系统将安装过系统镜像的固态硬盘恢复

post on 06 May 2025 about 369words require 2min
CC BY 4.0 (除特别声明或转载文章外)
如果这篇博客帮助到你,可以请我喝一杯咖啡~

2025-05-06-Windows 系统将安装过系统镜像的固态硬盘恢复

参考博客 如何将制作过的系统盘恢复成普通 U 盘_ubuntu 系统盘还原成普通 u 盘-CSDN 博客

digraph finite_state_machine {
    rankdir=LR;
    size="8,5"

    node [shape = doublecircle]; S;
    node [shape = point ]; qi

    node [shape = circle];
    qi -> S;
    S  -> q1 [ label = "a" ];
    S  -> S  [ label = "a" ];
    q1 -> S  [ label = "a" ];
    q1 -> q2 [ label = "ddb" ];
    q2 -> q1 [ label = "b" ];
    q2 -> q2 [ label = "b" ];
}

U 盘与之类似

win+x 再按 k 打开磁盘管理

1746540429427EPSZbKOXuo8eWax3h6Qc5lLNnhh.png

将中间的 mis 卷删除,再将整体新增卷即可

1746540468427V4JObBFySo9XphxGpg3cW57OnMc.png

Loading comments...