fix naming of firefox cleanup to mention profiles
This commit is contained in:
@@ -182,9 +182,8 @@ actions:
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
-
|
-
|
||||||
name: Clear all user settings and data
|
name: Clear all Firefox user profiles, settings and data
|
||||||
recommend: false
|
recommend: false
|
||||||
enables: Clear browsing history and caches
|
|
||||||
code: |-
|
code: |-
|
||||||
rd "%localappdata%\Local\Mozilla\Firefox\Profiles"
|
rd "%localappdata%\Local\Mozilla\Firefox\Profiles"
|
||||||
rd /s /q "%APPDATA%\Mozilla\Firefox\Profiles"
|
rd /s /q "%APPDATA%\Mozilla\Firefox\Profiles"
|
||||||
|
|||||||
Reference in New Issue
Block a user