Results will depend on the guest user being used, and whether or not you use interactiveSession. interactiveSession isn't exposed by vmrun, but can be used if you use VIX directly. Its also pos...
See more...
Results will depend on the guest user being used, and whether or not you use interactiveSession. interactiveSession isn't exposed by vmrun, but can be used if you use VIX directly. Its also possible you've hit a (fixed) bug, since we had issues with Windows env variables a few years back. We'd need some version details to know. vmtoolsd with -n vmusr means someone is logged into the console, so a second, user-mode copy of tools is running. This copy runs as the logged-in user, and handles drag&drop and other UI related things. The other copy of vmtoolsd is running as SYSTEM, and as such will only see things SYSTEM sees (like most env variables). The SYSTEM copy also has no access to the desktop.