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