Dmitry Nefedov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Sophia Script/Sophia Script for Windows 11/Module/Sophia.psm1
|
|
@ -11648,11 +11648,11 @@ function Windows10ContextMenu |
|
|
|
|
|
|
|
switch ($PSCmdlet.ParameterSetName) |
|
|
|
{ |
|
|
|
"Enable" |
|
|
|
"Disable" |
|
|
|
{ |
|
|
|
Remove-Item -Path "HKCU:\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" -Recurse -Force -ErrorAction Ignore |
|
|
|
} |
|
|
|
"Disable" |
|
|
|
"Enable" |
|
|
|
{ |
|
|
|
if (-not (Test-Path -Path "HKCU:\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32")) |
|
|
|
{ |
|
|
|