ansred's Posts

Greetings,   I am having issues getting the list of VMs showing on the new feature for AutoStart on VMWare Workstation 17 Pro.   I made sure I followed the steps in the KB #  https://docs.vmware... See more...
Greetings,   I am having issues getting the list of VMs showing on the new feature for AutoStart on VMWare Workstation 17 Pro.   I made sure I followed the steps in the KB #  https://docs.vmware.com/en/VMware-Workstation-Pro/17/com.vmware.ws.using.doc/GUID-44497201-A4AC-4867-BEE7-1BDC7641E66C.html   The user is local and it's admin Gave a full a control over the VMs vmx files + vmautostart.xml file   Service is running from services.          However, still the VM list is not showing up.   Any idea what could be the issue here?   Thanks            
Thanks @scott28tt I am thinking the same, just wanted to confirm if there is anything we can do on the VMWare Workstation Pro to ensure or increase IOPS for VMs?   Or maybe VMWare Workstation Pro i... See more...
Thanks @scott28tt I am thinking the same, just wanted to confirm if there is anything we can do on the VMWare Workstation Pro to ensure or increase IOPS for VMs?   Or maybe VMWare Workstation Pro is by default providing maximum IOPS for any installed VM?
Greetings,   Question Can I can configure IOPS in VMWare Workstation Pro for a Virtual Machine?   Thanks.
I found the fix.   Using the following .cmd file instead works fine.   "C:\Program Files (x86)\VMware\VMware VIX\vmrun.exe" -vp myVMpassword start "T:\VMware\Windows 11\Windows 11.vmx" nogui
Greetings,   I am trying to have a .bat file to run a workstation via command line.   It works fine with running unencrypted VM.   Example:     off echo Running Win 11 headless SETLOCAL SET... See more...
Greetings,   I am trying to have a .bat file to run a workstation via command line.   It works fine with running unencrypted VM.   Example:     off echo Running Win 11 headless SETLOCAL SET Path=%path%;"C:\Program Files (x86)\VMware\VMware VIX" vmrun start "T:\VMware\Windows 11\Windows 11.vmx" ENDLOCAL         However, when trying to use the vmrun, with encrypted VM, it prompts to enter the password:   From the command line getting error:   C:\Program Files (x86)\VMware\VMware VIX>vmrun start "T:\VMware\Windows 11\Windows 11.vmx" Encrypted virtual machine password: Error: The operation is not supported     Note: Everything works fine from the GUI, however, I want to have it included within the .bat file.     I found the following KB: https://docs.vmware.com/en/VMware-Fusion/12/com.vmware.fusion.using.doc/GUID-BA4C49B3-587C-4ED7-905E-827B755CC451.html   And tried to tweak the .bat file, but I am not able to run the machine.   Any idea what should be changed to get the .bat file working for the encrypted VM?   Thanks