Machines at exhibition not allowing old pins
Windows 10 Open PowerShell (Admin):
Remove-Item -Path "C:\Users*\AppData\Roaming\Microsoft\Windows\Recent\"
- This command removes the Recent files list from all users' profiles on Windows 10.
- It can be run in PowerShell with administrative privileges.
References
- Online Resource: Remove-Item
` tag.