F5F Stay Refreshed Software Operating Systems The virtual machine features advanced functionalities for efficient resource management and seamless operations.

The virtual machine features advanced functionalities for efficient resource management and seamless operations.

The virtual machine features advanced functionalities for efficient resource management and seamless operations.

S
74
02-16-2023, 08:33 AM
#1
Hello! I’m trying to understand if it’s possible to link a file from a 64-bit system to a 32-bit virtual machine so clicking a link would launch the correct program inside it.
S
subersebastian
02-16-2023, 08:33 AM #1

Hello! I’m trying to understand if it’s possible to link a file from a 64-bit system to a 32-bit virtual machine so clicking a link would launch the correct program inside it.

T
tijgerjonas
Member
61
02-18-2023, 01:16 PM
#2
Your request seems unclear. Do you mean linking a connection between two computers? I assume it's about running a program across systems. For most cases, it needs to be handled properly as a separate machine. Why not just use the virtual environment?
T
tijgerjonas
02-18-2023, 01:16 PM #2

Your request seems unclear. Do you mean linking a connection between two computers? I assume it's about running a program across systems. For most cases, it needs to be handled properly as a separate machine. Why not just use the virtual environment?

P
Palmox
Member
134
02-24-2023, 11:30 AM
#3
The host operating system cannot perform actions on the guest OS beyond what the VM manager permits. To execute the program inside the VM, you must start the virtual machine. For a more native appearance, some managers offer "seamless mode." Another option is mounting the virtual storage drive and using it normally. If the application relies on a unique environment or OS, these methods may not apply.
P
Palmox
02-24-2023, 11:30 AM #3

The host operating system cannot perform actions on the guest OS beyond what the VM manager permits. To execute the program inside the VM, you must start the virtual machine. For a more native appearance, some managers offer "seamless mode." Another option is mounting the virtual storage drive and using it normally. If the application relies on a unique environment or OS, these methods may not apply.

M
Magmar_Fire
Junior Member
17
02-24-2023, 01:17 PM
#4
You can't perform this directly within the virtual machine, but remote scripting allows you to run commands on the guest OS from elsewhere. For instance, executing a PowerShell script on your host machine that launches a program on the VM would need IP addresses. This is roughly the extent of my current knowledge. If you aim to build your own hypervisor and VM manager, that might be a viable path.
M
Magmar_Fire
02-24-2023, 01:17 PM #4

You can't perform this directly within the virtual machine, but remote scripting allows you to run commands on the guest OS from elsewhere. For instance, executing a PowerShell script on your host machine that launches a program on the VM would need IP addresses. This is roughly the extent of my current knowledge. If you aim to build your own hypervisor and VM manager, that might be a viable path.