Skip to content

Commit

Permalink
add explorer restart where needed to take effect
Browse files Browse the repository at this point in the history
add explorer restart logic for hidden files + Fileextension toggles
  • Loading branch information
MyDrift-user committed Nov 7, 2024
1 parent ff91167 commit bb0cc81
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3522,6 +3522,16 @@
"Type": "DWord"
}
],
"InvokeScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"UndoScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/HiddenFiles"
},
"WPFToggleShowExt": {
Expand All @@ -3540,6 +3550,16 @@
"Type": "DWord"
}
],
"InvokeScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"UndoScript": [
"
Invoke-WinUtilExplorerUpdate -action \"restart\"
"
],
"link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/ShowExt"
},
"WPFToggleTaskbarSearch": {
Expand Down

0 comments on commit bb0cc81

Please sign in to comment.