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
-
CHANGELOG.md
|
|
@ -34,8 +34,8 @@ Diff from v6.1.3 |
|
|
|
$Items = @( |
|
|
|
"Registry::HKEY_CLASSES_ROOT\Directory\Background\shell\runas", |
|
|
|
"Registry::HKEY_CLASSES_ROOT\Directory\shell\runas" |
|
|
|
) |
|
|
|
Remove-Item -Path $Items -Recurse -Force -ErrorAction Ignore |
|
|
|
) |
|
|
|
Remove-Item -Path $Items -Recurse -Force -ErrorAction Ignore |
|
|
|
``` |
|
|
|
|
|
|
|
And make Windows Terminal context menu item visible if you hid it before. |
|
|
|