Get-ChildItem -Path "C:\" -Recurse -File -include "*.txt" | %{Write-host $_.FullName}