Skip to content

Commit

Permalink
fix: completely hide extract, add toggle in atlas folder (#1170)
Browse files Browse the repository at this point in the history
### 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
36conaN authored Jul 31, 2024
1 parent d3090df commit 0adeb27
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ actions:
# qol\explorer\remove-context-menus #
# -------------------------------------------------------------------------- #
- !task: {path: 'tweaks\qol\explorer\remove-context-menus\cast-to-device.yml'}
- !task: {path: 'tweaks\qol\explorer\remove-context-menus\extract-all.yml'}
- !task: {path: 'tweaks\qol\explorer\remove-context-menus\extract.yml'}
- !task: {path: 'tweaks\qol\explorer\remove-context-menus\include-in-library.yml'}
- !task: {path: 'tweaks\qol\explorer\remove-context-menus\new-bitmap.yml'}
- !task: {path: 'tweaks\qol\explorer\remove-context-menus\new-rtf.yml'}
Expand Down

This file was deleted.

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: ''
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}"=""
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}"=""

0 comments on commit 0adeb27

Please sign in to comment.