-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: completely hide extract, add toggle in atlas folder (#1170)
### Questions - [x] Did you test your changes or double-check that they work? - [x] Did you read and follow the [Atlas Contribution Guidelines](https://docs.atlasos.net/contributions/)? ### Describe your pull request -hide "extract" and "extract all" options completely -add toggle in the atlas folder
- Loading branch information
Showing
5 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
src/playbook/Configuration/tweaks/qol/explorer/remove-context-menus/extract-all.yml
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
src/playbook/Configuration/tweaks/qol/explorer/remove-context-menus/extract.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Remove 'Extract' from Context Menu | ||
description: Removes 'Extract' from Context Menu | ||
actions: | ||
- !registryValue: | ||
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked' | ||
value: '{b8cdcb65-b1bf-4b42-9428-1dfdb7ee92af}' | ||
type: REG_SZ | ||
data: '' | ||
- !registryValue: | ||
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked' | ||
value: '{BD472F60-27FA-11cf-B8B4-444553540000}' | ||
type: REG_SZ | ||
data: '' | ||
- !registryValue: | ||
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked' | ||
value: '{EE07CEF5-3441-4CFB-870A-4002C724783A}' | ||
type: REG_SZ | ||
data: '' | ||
- !registryValue: | ||
path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked' | ||
value: '{D12E3394-DE4B-4777-93E9-DF0AC88F8584}' | ||
type: REG_SZ | ||
data: '' |
7 changes: 7 additions & 0 deletions
7
...aybook/Executables/AtlasDesktop/4. Interface Tweaks/Context Menus/Extract/Add Extract.reg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked] | ||
"{b8cdcb65-b1bf-4b42-9428-1dfdb7ee92af}"="" | ||
"{BD472F60-27FA-11cf-B8B4-444553540000}"="" | ||
"{EE07CEF5-3441-4CFB-870A-4002C724783A}"="" | ||
"{D12E3394-DE4B-4777-93E9-DF0AC88F8584}"="" |
7 changes: 7 additions & 0 deletions
7
...ables/AtlasDesktop/4. Interface Tweaks/Context Menus/Extract/Remove Extract (default).reg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked] | ||
"{b8cdcb65-b1bf-4b42-9428-1dfdb7ee92af}"="" | ||
"{BD472F60-27FA-11cf-B8B4-444553540000}"="" | ||
"{EE07CEF5-3441-4CFB-870A-4002C724783A}"="" | ||
"{D12E3394-DE4B-4777-93E9-DF0AC88F8584}"="" |