この質問にはすでに答えがあります:
https://www.pcworld.com/article/2949759/windows/killing-cortana-how-to-disable-windows-10s-info-hungry-digital-assistant.htmlからの回答は
機能しません。AllowCortana
sの値データをすでに' 0
'に設定しました:
以下からの答えは、 私は完全にWindowsの10でコルタナを無効にすることはできますか?動作しません:
PS C:\WINDOWS\system32> Remove-AppxPackage Microsoft.Windows.Cortana_1.9.6.16299_neutral_neutral_cw5n1h2txyewy
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.Cortana_1.9.6.16299_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy failed. **This app is part of Windows and cannot be
uninstalled on a per-user basis**. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] d9d3a5d3-e312-0001-fcc4-d3d912e3d301 in the Event Log or use
the command line Get-AppxLog -ActivityID d9d3a5d3-e312-0001-fcc4-d3d912e3d301
At line:1 char:1
+ Remove-AppxPackage Microsoft.Windows.Cortana_1.9.6.16299_neutral_neut ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
また、グループポリシーをいじる投稿を見たことがあります。しかし、それも機能しませんでした。
そのため、PCを再起動しても、タスクにCortanaが表示されます。
更新:
これは提案されたものの重複ではありません。
- 最初の方法には、「タスクバーの破損に関する警告」があります
- 2番目の方法は明らかに「ある時点で動作を停止します」
- 元の方法であるPowershell RemoveAppPackageを使用したCortanaの削除は、私が試したがうまくいかなかった方法です。