From 8be07171c57de5a99408db5bd8d5fd29af6cbd0e Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Thu, 23 Jan 2025 17:17:11 -0700 Subject: [PATCH] add anycubic slicer --- apps/explorer/info | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/explorer/info b/apps/explorer/info index 3417cda..c3c91d2 100644 --- a/apps/explorer/info +++ b/apps/explorer/info @@ -7,7 +7,7 @@ NAME="Explorer" # Used for descriptions and window class -FULL_NAME="Microsoft Explorer" +FULL_NAME="Windows Explorer" # The executable inside windows WIN_EXECUTABLE="C:\Windows\explorer.exe" diff --git a/compose.yaml b/compose.yaml index 6a2cf63..72708dc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,7 +33,7 @@ services: - data:/storage # Mount volume 'data' to use as Windows 'C:' drive. - ${HOME}:/shared # Mount Linux user home directory @ '\\host.lan\Data'. #- /path/to/second/hard/disk:/storage2 # Uncomment to mount the second hard disk within the Windows VM. Ensure 'DISK2_SIZE' is specified above. - - ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'. + # - ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'. #- /path/to/windows/install/media.iso:/custom.iso # Uncomment to use a custom Windows ISO. If specified, 'VERSION' (e.g. 'tiny11') will be ignored. devices: - /dev/kvm # Enable KVM.