enl*_*One 3 windows boot virtual-machine
我有一个 8-9 岁的 Windows 7 系统驱动器,我想启动它。我不再拥有运行操作系统的硬件,因此显然在我最新的桌面上启动它是不可能的(我很确定)。
有没有办法在某些虚拟机/实用程序上启动这个操作系统,或者可以让我登录并“体验”我的 Windows 以及我的程序和它附带的所有东西?
谢谢!
这样做是相当直接的。因为您拥有 Windows 10 专业版,所以让我们使用内置的免费 Hyper-V 角色。
您应该安装虚拟机集成服务,以便您的旧操作系统支持 hyper-v 环境的功能。 https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/manage-hyper-v-integration-services
注意:如果 Windows 无法启动,您需要重建启动记录。
为此,您需要使用 Windows 恢复环境进入命令提示符。如果 Windows 没有自动启动到恢复环境,您需要使用 Windows 7 安装光盘或添加到虚拟机的 .iso 并从中启动。现在在命令提示符下运行以下命令。
bootrec /fixmbr
diskpart
select disk 0
list partition
select partition n (n is the Windows OS partition)
active
exit (to exit diskpart)
bootrec /fixboot
bootrec /rebuildbcd
exit
Run Code Online (Sandbox Code Playgroud)
现在重新启动计算机。