Windows 10 How to use mirror of current Windows installation for use with Hyper-V and is it possible?

MIRKOSOFT

Active Member
Joined
Sep 26, 2019
Messages
60
Hello!

I want to use active Windows installation to test its behavior after installing any new software to avoid problems.
I know that's possible by virtual machine with the same OS and test them there.
But problem is when I'm working in time on real Windows it changes and virtual machine is not updated until I do it and maybe not known changes can happen.
Best way to protect system is using its mirror.
But I know not lot about mirroring and its possible options. Also how are applied changes when is changed mirror only?
I know how to see changes by browsing restore points system backup but this way is available only at fixing problems - I need to avoid my mistakes.
For me is known Microsoft Windows Simulator supported by Visual Studio - but that's all - changes done in this are affecting real system or not?

Thank you for explain me these Windows features.
Miro
 


Solution
Creating a system mirror or snapshot can help you test software or configurations on a virtual environment without impacting your main Windows installation. Here are two common approaches to achieve this: 1. Virtual Machines (VMs): - VMs provide a sandboxed environment to test software and changes. Virtual software like VMware Workstation, VirtualBox, or Hyper-V allows you to create a snapshot or clone of a VM. - Snapshots record the VM's state so you can revert back to that point if needed, providing a safe space to experiment without affecting the host system. 2. Windows Sandbox: - Windows 10 includes a built-in feature called Windows Sandbox that allows you to run applications in an isolated environment. This feature lets...
Creating a system mirror or snapshot can help you test software or configurations on a virtual environment without impacting your main Windows installation. Here are two common approaches to achieve this: 1. Virtual Machines (VMs): - VMs provide a sandboxed environment to test software and changes. Virtual software like VMware Workstation, VirtualBox, or Hyper-V allows you to create a snapshot or clone of a VM. - Snapshots record the VM's state so you can revert back to that point if needed, providing a safe space to experiment without affecting the host system. 2. Windows Sandbox: - Windows 10 includes a built-in feature called Windows Sandbox that allows you to run applications in an isolated environment. This feature lets you safely test software and changes, and once closed, it reverts to its original state. - While it's not a persistent environment for long-term testing, it's useful for quick tests or temporary use. Microsoft Windows Simulator in Visual Studio: - The simulator in Visual Studio doesn't affect your real system. It's more for testing and developing Windows Store apps. - This tool is more focused on app development and testing rather than replicating the complete system environment like VMs or Sandboxes. For a persistent environment to test software changes without affecting your main system, setting up a VM or using Windows Sandbox are more practical and secure choices. Make sure to choose an approach that aligns with your specific testing requirements and skill level.
 


Solution
Back
Top