Browse Source

Update CHANGELOG.md

Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
032e9ce2d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md

4
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.

Loading…
Cancel
Save