File Explorer Gallery - Disable
config/tweaks.json
663 "WPFTweaksRemoveGallery": {
664 "Content": "File Explorer Gallery - Disable",
665 "Description": "Removes the Gallery from Explorer and sets This PC as default.",
666 "category": "z__Advanced Tweaks - CAUTION",
667 "panel": "1",
668 "InvokeScript": [
669 "
670 Remove-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}\"
671 "
672 ],
673 "UndoScript": [
674 "
675 New-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}\"
676 "
677 ],