Remove Gallery from explorer
config/tweaks.json
1530 "WPFTweaksRemoveGallery": {
1531 "Content": "Remove Gallery from explorer",
1532 "Description": "Removes the Gallery from Explorer and sets This PC as default.",
1533 "category": "z__Advanced Tweaks - CAUTION",
1534 "panel": "1",
1535 "InvokeScript": [
1536 "
1537 Remove-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}\"
1538 "
1539 ],
1540 "UndoScript": [
1541 "
1542 New-Item \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}\"
1543 "
1544 ],