Files
winutil/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md
2026-03-26 15:26:48 -05:00

740 B

title, description
title description
Remove Gallery from Explorer
  "WPFTweaksRemoveGallery": {
    "Content": "Remove Gallery from Explorer",
    "Description": "Removes the Gallery from Explorer and sets This PC as default.",
    "category": "z__Advanced Tweaks - CAUTION",
    "panel": "1",
    "InvokeScript": [
      "
      Remove-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}\"
      "
    ],
    "UndoScript": [
      "
      New-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}\"
      "
    ],