Infinite VMware Workstation Pro Free Trials

Disclaimer

This article is for research purposes. If you do this, I will not be held responsible for any VMWare license violations that may occur.

Steps

Once your initial trial is up, do the following steps:

  • Close VMware.
  • Navigate to the following registry key: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VMware, Inc.\VMware Workstation
  • Find the sub-key named License.... It will have extra text at the end. Delete this key.
  • Rerun VMware.

stable-diffusion-webui And Dealing With Multiple GPUs

This article deals with AUTOMATIC1111/stable-diffusion-webui on Windows 11. Linux would have slightly different steps – more specifically around webui-user.bat/webui-user.sh – but they’re still both pretty similar and use the same environment variable names, just different scripting languages.

If you have multiple GPUs, you can use the following line to choose between each of them:

set CUDA_VISIBLE_DEVICES=0

Note that 0 is for GPU number 1, and 1 and for GPU number 2. If you have more, then the number would continue…

You can find out which GPU is assigned to which number by opening Task Manager -> Performance, where GPU 0 would have the value 0, and GPU 1 would have the value 1.