fix clearing jump lists causing os to break and user pin removal #37
This commit is contained in:
@@ -42,14 +42,16 @@ actions:
|
|||||||
category: Clear most recently used lists (MRU)
|
category: Clear most recently used lists (MRU)
|
||||||
children:
|
children:
|
||||||
-
|
-
|
||||||
name: Clear windows recent files
|
category: Clear Quick Access (jump) lists
|
||||||
|
docs: https://cyberforensicator.com/wp-content/uploads/2017/01/1-s2.0-S1742287616300202-main.2-14.pdf
|
||||||
|
children:
|
||||||
|
-
|
||||||
|
name: Clear recently accessed files
|
||||||
recommend: standard
|
recommend: standard
|
||||||
docs: https://www.tenforums.com/tutorials/3476-reset-clear-recent-items-frequent-places-windows-10-a.html
|
code: del /f /q "%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\*"
|
||||||
code: |-
|
-
|
||||||
rd /s /q "%USERPROFILE%\Recent"
|
name: Clear user pins
|
||||||
rd /s /q "%APPDATA%\Microsoft\Windows\Recent"
|
code: del /f /q "%APPDATA%\Microsoft\Windows\Recent\CustomDestinations\*"
|
||||||
del /f /q %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\*
|
|
||||||
del /f /q %APPDATA%\Microsoft\Windows\Recent\CustomDestinations\*
|
|
||||||
-
|
-
|
||||||
name: Clear regedit last key
|
name: Clear regedit last key
|
||||||
recommend: standard
|
recommend: standard
|
||||||
|
|||||||
Reference in New Issue
Block a user