Someone who uses Linux Subsystem for Windows could call ls
from the Linux bash. The following Command creates the ls
Command in System32:
echo @bash -c "ls %*" > %systemroot%\system32\ls.bat
(The Linux Subsystem feature must be enabled/installed first)