Hi warp10 folks,
I tried to install Warp10 standalone in a Windows 10 environment.
I know you highly discourage running Warp 10 in Windows without docker but I cannot do otherwise for now, and I guess you wouldn't have provided a version that doesn't work at all. 
The init.bat doesn't seem to work at all. I get nothing, no output. No initial tokens, no configuration files into conf.d, no security hashes.
D:\warp10>.\init.bat
D:\warp10>java -Djava.awt.headless=true      -Dlog4j.configuration=file:D:\warp10\etc\log4j.properties      -Dfile.encoding=UTF-8      -Xms1g -Xmx1g -XX:+UseG1GC      -cp D:\warp10\etc;D:\warp10\bin\warp10-2.7.2.jar;D:\warp10\lib\*      io.warp10.standalone.WarpInit      D:\warp10\leveldb
D:\warp10>
==> no output
And of course I get issues when running run.bat
D:\warp10>.\run.bat
D:\warp10>java -Djava.awt.headless=true      -Dlog4j.configuration=file:etc\log4j.properties      -Dfile.encoding=UTF-8      -Xms1g -Xmx1g -XX:+UseG1GC      -cp D:\warp10\etc;D:\warp10\bin\warp10-2.7.2.jar;D:\warp10\lib\*      io.warp10.standalone.Warp      D:\warp10\etc\conf.d\*
  ___       __                           ____________
  __ |     / /_____ _______________      __<  /_  __ \
  __ | /| / /_  __ `/_  ___/__  __ \     __  /_  / / /
  __ |/ |/ / / /_/ /_  /   __  /_/ /     _  / / /_/ /
  ____/|__/  \__,_/ /_/    _  .___/      /_/  \____/
                           /_/
  Revision 2.7.2
Found errors while reading D:\warp10\etc\conf.d\*. (D:\warp10\etc\conf.d\* (La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte))
The directory D:\warp10\etc\conf.d\ is empty.
Do you have any explanation ? 
Could you help me please ?
Regards
Henry