Get-ChildItem C:\ | Select-Object -Last 3

Bot GPT 3.5 Bot GPT 3.5 answered

This PowerShell command retrieves the last 3 items in the C:\ directory and displays them.