fruworg.github.io/content/posts/vmware-clipboard.md
2023-12-26 04:34:28 +06:00

17 lines
478 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Включение буфера VM в VMware ESXi/vSphere
description: У созданных VM будет включен буфер обмена по умолчанию
date: 2022-11-25T15:08:00+05:00
tags: [vmware]
---
## Изменение конфига
В файл `/etc/vmware/config` необходимо добавить следующее:
```config
vmx.fullpath = "/bin/vmx"
isolation.tools.copy.disable="FALSE"
isolation.tools.paste.disable="FALSE"
```