diff --git a/05_PrepareStick.cmd b/05_PrepareStick.cmd
index a4811f5..1cb1f3f 100644
--- a/05_PrepareStick.cmd
+++ b/05_PrepareStick.cmd
@@ -39,7 +39,7 @@ powershell Mount-DiskImage -ImagePath %ISOFILE%
 
 set answer=
 :askyes
-  set /p answer="COPY windows image (WIM) files (Y/N)? "
+  set /p answer="copy windows image (WIM) files (Y/N)? "
   if /i "%answer:~,1%" EQU "Y" (
     echo copying files from image to targetpath %USBDRIVE% ...
     robocopy \\.\CDROM0 %USBDRIVE% /MIR /256 /NFL /NDL /R:10