Get-ChildItem -Path $env:windir -Recurse -ErrorAction SilentlyContinue | Where-Object { $_.BaseName -match "d{2}" -and $_.Name.Length -le 8 }