From a736a1b5a488e0879d4637159ab44ba0f469f432 Mon Sep 17 00:00:00 2001 From: conaN Date: Fri, 2 Aug 2024 16:57:59 +0200 Subject: [PATCH 1/2] feat(atlas folder): extract in context menu --- docs/getting-started/installation.md | 4 ++-- .../post-installation/atlas-folder/interface-tweaks.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 265a7fe6..f9884815 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -335,7 +335,7 @@ If you need any help, you can find links below to a large community of individua We hope you enjoy using AtlasOS! :smile: +- [:material-download: Install your Drivers](post-installation/drivers/getting-started.md) +- [:material-cog: Configure your Atlas installation](post-installation/atlas-folder/general-configuration.md) - [:simple-discord: Discord server](https://discord.atlasos.net) & [:material-github: GitHub Discussions](https://github.com/Atlas-OS/Atlas/discussions) - [:material-chat-question: FAQ & Troubleshooting](../install-faq/removed-features.md) -- [:material-cog: Configure your Atlas installation](post-installation/atlas-folder/general-configuration.md) - diff --git a/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md b/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md index 0c0a4afb..87b697d7 100644 --- a/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md +++ b/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md @@ -25,7 +25,13 @@ Although such gestures are meant to be convenient, many users are inconvenienced ## :material-menu-open: Context Menus -### Run With Priority in the context menu +### Extract in the Context Menu + +By default, Atlas hides the extract option in the context menu and replaces it with [NanaZip](https://github.com/M2Team/NanaZip). + +To revert this, run `Add Extract.reg`, go up a directory and run `Restart Explorer.cmd`. + +### Run With Priority in the Context Menu Process priorities are a feature in Windows that tells Windows how to allocate resources to an application. @@ -62,7 +68,7 @@ To disable this, run `Disable App Icons on Thumbnails.reg`, go up a directory an On default Windows, File Explorer determines the type of folder based on its content and applies a respective template. For example, a folder containing primarily videos will get the "Icons" view type. -On Atlas, it is disabled by default due to responsiveness issues experienced by some users when navigating through File Explorer. You can re-enable this feature by running `Enable Automatic Folder Discovery.reg`, going up a directory and using the 'Restart Explorer' shortcut. +On Atlas, it is disabled by default due to responsiveness issues experienced by some users when navigating through File Explorer. You can re-enable this feature by running `Enable Automatic Folder Discovery.reg`, going up a directory and running `Restart Explorer.cmd`. ### Compact View From f873415d5931d5b62871ce310d3154ca269910d0 Mon Sep 17 00:00:00 2001 From: conaN <158789764+36conaN@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:13:10 +0200 Subject: [PATCH 2/2] Update interface-tweaks.md --- .../post-installation/atlas-folder/interface-tweaks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md b/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md index 87b697d7..6cfd40c4 100644 --- a/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md +++ b/docs/getting-started/post-installation/atlas-folder/interface-tweaks.md @@ -29,7 +29,7 @@ Although such gestures are meant to be convenient, many users are inconvenienced By default, Atlas hides the extract option in the context menu and replaces it with [NanaZip](https://github.com/M2Team/NanaZip). -To revert this, run `Add Extract.reg`, go up a directory and run `Restart Explorer.cmd`. +To add back the extract option in the context menu, run `Add Extract.reg`, go up a directory and run `Restart Explorer.cmd`. ### Run With Priority in the Context Menu