mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2025-02-19 03:00:47 +01:00
17 lines
581 B
JSON
17 lines
581 B
JSON
{
|
|
"PlugID": "Clear Icon Cache",
|
|
"PlugInfo": "This feature clears the icon cache in Windows to resolve issues with icons displaying incorrectly.",
|
|
"PlugCheck": [],
|
|
"PlugCategory": "Tweaks (Plugins)",
|
|
"PlugDo": [
|
|
"ie4uinit.exe -show",
|
|
"taskkill /IM explorer.exe /F",
|
|
"DEL /A /Q \"%localappdata%\\IconCache.db\"",
|
|
"DEL /A /F /Q \"%localappdata%\\Microsoft\\Windows\\Explorer\\iconcache*\"",
|
|
"Start explorer.exe"
|
|
],
|
|
"PlugUndo": [
|
|
"powershell -Command \"Write-Output 'There is no undo operation for clearing the icon cache.'\""
|
|
]
|
|
}
|