Powered off VMs won't show word ID, follow below steps.
1. Ensure the virtual machine is powered off.
2. Connect to the ESXi/ESX host using Secure Shell (SSH)
3. Go to the virtual machine folder, run the command:
cd /vmfs/volumes/datastore_name/virtual_machine_folder
4. List all files including the hidden files, run the command:
ls -la
5. Remove the lock file, run the command:
rm .lck-xxxx
Where xxxx is a sequence of numbers. For example, lck-001455721.
Note: Ensure the virtual machine is not running.
6. Power on the virtual machine.
Note: When the virtual machine is powered on, you see a new .lck-xxxx file generated in the virtual machine folder. This is expected behavior.