Changeset 107098 in vbox for trunk/src/VBox/Main/src-all/win
- Timestamp:
- Nov 22, 2024 12:29:46 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r107097 r107098 2345 2345 /* 2346 2346 * Output warning if the service module isn't on a local drive. 2347 * 2348 * This will not work because the LocalSystem account cannot access it (it 2349 * is a different user and is unlikely to share the network mappings with you). 2347 2350 */ 2348 2351 hVBoxDir = CreateFileW(pwszVBoxDir, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE,
Note:
See TracChangeset
for help on using the changeset viewer.