Skip to content

Commit

Permalink
fix(#1170): redundancy, reg syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 1, 2024
1 parent 0adeb27 commit 4d39d43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,7 @@
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: ''
- !cmd:
command: 'reg import "AtlasDesktop\4. Interface Tweaks\Context Menus\Extract\Remove Extract (default).reg"'
exeDir: true
wait: true
Original file line number Diff line number Diff line change
@@ -1,7 +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}"=""
[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 4d39d43

Please sign in to comment.