1.Win10专业版如何删除bing工具栏呢?
第一步、在开始菜单单击右键,点击计算机管理; 第二步、在计算机管理左侧展开【服务和应用程序】【服务】; 第三步、右侧双击打开:Cryptographic Services ,点击停用 该界面不要关闭; 第四步、打开【此电脑】,依次打开 C:\WINDOWS\System32 ,找到Catroot2文件夹,将其重命名为其他名称,自己记得住就行,防止以后需要时修改为原名; 第五步、切换到服务界面,将 Cryptographic Services 服务重新启用即可。
2.Win10系统下关闭bing工具栏更新方法是什么?
第一步、使用热键,按Windows+X打开命令提示符模式(管理员下); 第二步、出现的命令窗口中, 输入后面的命令 net stop cryptsvc 停止相关; 第三步、搜索并且打开C:\WINDOWS\System32目录下的Catroot2文件夹,把这个文件夹重命名比如说Catroot2_bak,不推荐删除,避免别的软件需要。
第四步、重新打开服务,在刚才没关闭的命令提示符处输入命令,如果关闭了再重新打开一个,记得输入一行后回车命令如下net start cryptsvcexit特别注意:不要重命名system32下的 Catroot 文件夹,别弄错了!Catroot2 文件夹是由 Windows 自动重新创建的,但 Catroot 文件夹在删除后将不重新创建。
3.Win10专业版安装最新版必应输入法失败怎么办
具体如下: 1、首先下载微软必应输入法安装包,记得下载的安装包的存放路径,下载到了G盘下的Temp目录下,那么路径就是:G:\Temp)。
2、然后按Win+X键(或者右键点击桌面左下角的开始按钮),在弹出的系统快捷菜单中选择命令提示符(管理员),打开管理员:命令提示符窗口,输入如下命令:G:\Temp\BingPinyinSetup_1.1.169.02 /i /quiet注:BingPinyinSetup_1.1.169.02为你下载的最新版微软必应输入法安装包的名称。 3、输入命令后回车,最新版必应输入法就会被成功安装了。
Win10系统安装最新版必应输入法失败问题的解决方法就介绍到这里了。
4.如何修改Windows10默认搜索引擎“必应”
修改Windows10默认搜索引擎“必应”的步骤:
第一步:
点击任务栏Edge浏览器打开,点击右上角省略号“菜单”按钮,选择设置。
菜单设置
第二步:
打开设置,在菜单底部点击“查看高级设置”。
高级设置
第三步:
在高级设置中,用鼠标拖住下滑,会看到地址栏搜索方式,在下面的输入框内,输入常用的搜索引擎即可。
修改搜索方式
这个修改只是针对Win10内Edge浏览器,而对于Windows中“搜索”功能,是无法修改内部的搜索引擎,只能使用“必应”,如果真的不想使用,真的想修改,可以通过第三方浏览器,火狐浏览器,使其成为默认浏览器即可。
5.如何删除win10系统自带应用
要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
2打开了Windows PowerShell,就开始输入命令了3要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,回车执行4要卸载3D,输入Get-AppxPackage *3d* | Remove-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入Get-AppxPackage *communi* | Remove-AppxPackage7要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage8要卸载Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage9要卸载人脉,输入Get-AppxPackage *people* | Remove-AppxPackage10要卸载手机伴侣(Phone Companion),输入Get-AppxPackage *phone* | Remove-AppxPackage11要卸载照片,输入Get-AppxPackage *photo* | Remove-AppxPackage12要卸载纸牌游戏,输入Get-AppxPackage *solit* | Remove-AppxPackage13要卸载录音机,输入Get-AppxPackage *soundrec* | Remove-AppxPackage14要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:END其他信息卸载Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D:Get-AppxPackage *3d* | Remove-AppxPackageCamera相机:Get-AppxPackage *camera* | Remove-AppxPackage邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackageGroove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage人脉:Get-AppxPackage *people* | Remove-AppxPackage手机伴侣(Phone Companion):Get-AppxPackage *phone* | Remove-AppxPackage照片:Get-AppxPackage *photo* | Remove-AppxPackage纸牌游戏:Get-AppxPackage *solit* | Remove-AppxPackage录音机:Get-AppxPackage *soundrec* | Remove-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage卸载Xbox后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)英文提示:PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxG。l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0001-d9b9-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~。
转载请注明出处windows之家 » win10如何解除必应