Browse Source

Add files via upload

pull/73/head
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
0de77cafc0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Sophia/Sophia.psm1

4
Sophia/Sophia.psm1

@ -5797,10 +5797,6 @@ function RemoveRichTextDocumentNewContext
{ {
Remove-Item -Path Registry::HKEY_CLASSES_ROOT\.rtf\ShellNew -Force -ErrorAction Ignore Remove-Item -Path Registry::HKEY_CLASSES_ROOT\.rtf\ShellNew -Force -ErrorAction Ignore
} }
else
{
Get-WindowsCapability -Online -Name "Microsoft.Windows.WordPad*" | Add-WindowsCapability -Online
}
} }
# Restore the "Rich Text Document" item in the "New" context menu # Restore the "Rich Text Document" item in the "New" context menu

Loading…
Cancel
Save