From 5a40d73a674bf3032eaf5dce77465dd0056f300c Mon Sep 17 00:00:00 2001 From: Xyueta Date: Fri, 20 Oct 2023 23:29:21 +0200 Subject: [PATCH] feat: remove gallery from explorer --- .../Remove Gallery under Home (default).reg | Bin 0 -> 362 bytes .../Gallery/Show Gallery under Home.reg | Bin 0 -> 448 bytes src/playbook/Executables/WIN11.cmd | 4 ++++ 3 files changed, 4 insertions(+) create mode 100644 src/playbook/Executables/AtlasDesktop/4. Optional Tweaks/File Explorer Customization/Gallery/Remove Gallery under Home (default).reg create mode 100644 src/playbook/Executables/AtlasDesktop/4. Optional Tweaks/File Explorer Customization/Gallery/Show Gallery under Home.reg diff --git a/src/playbook/Executables/AtlasDesktop/4. Optional Tweaks/File Explorer Customization/Gallery/Remove Gallery under Home (default).reg b/src/playbook/Executables/AtlasDesktop/4. Optional Tweaks/File Explorer Customization/Gallery/Remove Gallery under Home (default).reg new file mode 100644 index 0000000000000000000000000000000000000000..e3fdcdb25cf33e13b29be95741cf08b92322622b GIT binary patch literal 362 zcmY+A-AcnS7>1u?!F$*ZRJK_+J(Q^^x(S;&#KSUt6GU`@eW(`9h+>Vx+de8Q%_y7;*4`9 z?7Oa*x=z$in5hO9YDZkKl%FSNYS+^4jr|+$yfdi&%@^$OqN6oMt^Pkvu*(~39#hue zoPh(K9S$a^_A{&cSCW;o=U;U VUG$eqtFJP!N>7iSKe~PIrY`li+++zo^C#9OeTJ$&#JA%b_M-*)u<2HIXo$p8QV literal 0 HcmV?d00001 diff --git a/src/playbook/Executables/WIN11.cmd b/src/playbook/Executables/WIN11.cmd index 3b8ebb70eb..d777c1f9ff 100644 --- a/src/playbook/Executables/WIN11.cmd +++ b/src/playbook/Executables/WIN11.cmd @@ -37,6 +37,7 @@ if defined win10 ( rd /s /q "%windir%\AtlasDesktop\3. Configuration\Background Apps" > nul 2>&1 rd /s /q "%windir%\AtlasDesktop\3. Configuration\Power\Timer Resolution" > nul 2>&1 rd /s /q "%windir%\AtlasDesktop\4. Optional Tweaks\File Explorer Customization\Compact View" > nul 2>&1 + rd /s /q "%windir%\AtlasDesktop\4. Optional Tweaks\File Explorer Customization\Gallery" > nul 2>&1 rd /s /q "%windir%\AtlasDesktop\4. Optional Tweaks\Windows 11 Context Menu" > nul 2>&1 del /f /q "%windir%\AtlasModules\Tools\TimerResolution.exe" > nul 2>&1 @@ -74,6 +75,9 @@ reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWin :: Set dual boot menu description to AtlasOS 11 bcdedit /set description "AtlasOS 11" > nul +:: Remove Gallery from Explorer +reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace_41040327\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}" /f > nul + :: Re-enable Action Center on Win11, as it breaks calendar reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /f > nul 2>&1