```bash
The password for Century4 is the number of files on the desktop.
```
---
`Get-ChildItem -File | Measure-Object` returns `123`
```bash
PS C:\users\century3\desktop> Get-ChildItem -File | Measure-Object
Count : 123
Average :
Sum :
Maximum :
Minimum :
Property :
```
The password for [[Century4]] is `123`