Difference between revisions of "VMWARE Workstation"

From neil.tappsville.com
Jump to navigationJump to search
(Created page with " Disable sending alt-ctrl-del to the guests edit <code>C:\ProgramData\VMware\VMware Workstation\config.ini</code> Add mks.ctlAltDel.ignore = "TRUE" There will be issues wit...")
 
m
 
Line 6: Line 6:
  
 
There will be issues with permissons, simplest approach is to copy the file, edit it, paste it back into the direction
 
There will be issues with permissons, simplest approach is to copy the file, edit it, paste it back into the direction
 +
 +
= esxi 8=
 +
 +
== Reclaim disk space ==
 +
<pre>
 +
ssh to esxi host
 +
cd /vmfs/volumes/DATASTORE_NAME/VM_NAME
 +
Run this command:
 +
vmkfstools -K disk_name.vmdk
 +
</pre>

Latest revision as of 09:59, 28 March 2024

Disable sending alt-ctrl-del to the guests edit C:\ProgramData\VMware\VMware Workstation\config.ini Add

mks.ctlAltDel.ignore = "TRUE"

There will be issues with permissons, simplest approach is to copy the file, edit it, paste it back into the direction

esxi 8

Reclaim disk space

ssh to esxi host
cd /vmfs/volumes/DATASTORE_NAME/VM_NAME
Run this command:
vmkfstools -K disk_name.vmdk