dos dir filename only

Shell
# Windows - cmd specific

# syntax 
dir /s /b <search-string>

# example (to find any files/folders with names containing "hoto", like Photo)
dir /s /b *hoto*
Source

Also in Shell: