16 lines
378 B
Markdown
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"
|
|
```
|