mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-14 06:04:00 +08:00
This commit is contained in:
@@ -8,8 +8,8 @@ namespace ContextMenuManager.Controls
|
||||
{
|
||||
class GuidBlockedItem : MyListItem, IBtnDeleteItem, ITsiWebSearchItem, ITsiFilePathItem, ITsiRegPathItem
|
||||
{
|
||||
const string HKLMBLOCKED = @"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked";
|
||||
const string HKCUBLOCKED = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked";
|
||||
public const string HKLMBLOCKED = @"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked";
|
||||
public const string HKCUBLOCKED = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked";
|
||||
public static readonly string[] BlockedPaths = { HKLMBLOCKED, HKCUBLOCKED };
|
||||
|
||||
public GuidBlockedItem(Guid guid, string guidPath)
|
||||
|
||||
Reference in New Issue
Block a user