Files
notes-infineon/_-Review/command-prompt.md
2024-06-03 07:04:29 -07:00

16 lines
378 B
Markdown

---
type: "topic"
assigned: ""
created: "2024-01-06T01:25:36.078Z"
updated: "2024-01-06T01:25:36.078Z"
---
# Command Prompt
## windows 11 clear quick access
```bash
# https://www.elevenforum.com/t/clear-and-reset-quick-access-folders-in-windows-11.4693/
del /f /s /q /a "%AppData%\Microsoft\Windows\Recent\AutomaticDestinations\f01b4d95cf55d32a.automaticDestinations-ms"
```