2024-06-03

This commit is contained in:
2024-06-03 07:04:29 -07:00
commit a6071a4073
273 changed files with 16707 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
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"
```