win10怎么删除os
1.win10怎么还原win7可是我之前把恢复win7的文件给删除了? 爱问知识
首先在桌面上右键,选择个性化。
进入了个性化的界面,在界面的左上角,有一个更改桌面图标,这就是跟Windows XP的变化了,微软直接把更改桌面图标这个选项放到了个性化界面的面板上,其实是更加方便我们找到它,只是大家习惯了以前Windows XP的方式,所以反倒不知道如何修改了。进入桌面图标设置后就可以看到所有桌面默认的图标了,有计算机(原我的电脑),网络,控制面板,用户的文件(原我的文档)。
选择上你需要的图标并点击确定,就可以啦。现在你就可以看到计算机等你需要的图标出现在桌面上了。
所以这样看来,其实Windows 7在很多操作上都比Windows XP简便了,只要你用习惯了,你便会爱上它。
2.苹果MacBook Air 如何删除win10的系统
1、首先,单击计算机桌面上的“开始”和“实用工具”。
2、弹出界面并单击“磁盘”。
3、进入新界面,点击右下角的“继续”。
4、界面弹出,选中图中的红色框,点击右下角的“继续”。
5、点击右下角的“继续”。
6、输入新界面,根据需要输入密码,然后单击“确定”。
7、系统正在被删除。
3.macbook怎么删除win10系统
工具/原料
macbook win10
方法/步骤
1、首先,在电脑桌面点击“前往”,点击“实用工具”。
2、弹出界面,点击“磁盘”。
3、进入新界面,点击右下角的“continue”。
4、弹出界面,勾选图中红框处,点击右下角的“continue”。
5、弹出界面,勾选图中红框处,点击右下角的“continue”。
6、进入新界面,根据需要输入密码,点击“ok”。
7、正在删除系统。
4.Mac OSX 10.11 使用Boot Camp助手装了win10之后怎么删除
和Windows7、Windows8以及Windows 8.1用户不同,Mac用户无法接收到Windows10的自动推送,也无法从第三方渠道升级到Windows10操作系统。
没关系,我们可以想想办法。 给Mac电脑安装Windows10系统有两种办法。
第一种是使用虚拟软件,比如Parallels 10来实现。第二种是使用Boot Camp来安装。
接下来我们就要看哪一种更加适合你。 虚拟软件,比如Parallels 10,它可以让我们直接在上面测试和运行Windows10操作系统,而不需要直接在设备上安装该系统,这是它的一个优点。
这种方法的缺点是,虚拟软件上的系统性能不如直接安装在设备上的性能好,因为系统和设备之间被一层虚拟软件隔着。这种感觉怎么描述呢,就像是隔着衣服抓痒。
使用Boot Camp安装Windows10,你可以获得最好的性能。不过,这意味着你需要配置你的Mac,以便Windows10可以安装在Mac驱动上。
使用虚拟软件的时候,我们不需要配置Mac。 你想使用哪一种方法?如果你想获得更好更直接的Windows10体验,建议你选择Boot Camp。
如果你不确定是否要在Mac上安装Windows10,或者如果你想有更加容易反悔的选择,那么建议你选择Parallels 10虚拟软件。
5.如何卸载mac上面的win10系统
如下的方法请参考: 1. 首先备份好windows下的所有个人文件,在计算机接入外接电源的前提下软重启,同时按住键盘上的option键; 2. 进入启动磁盘选择菜单,请选择安装有MacOS的磁盘,一般以Macintosh HD等命名,按return(enter)键进入系统; 3. 在Launchpad的“其他”文件夹内,选择“BootCamp助理”app,进入该应用; 4. 点击“继续”,出现“点按‘恢复’以移除Windows分区”页面,点击“恢复”; 5. 软件提示“分区已移除”后,我们之前安装的Windows双系统就删掉了,现在您的电脑里仅剩macOS一个操作系统。
win10怎么删除of
1.win10 迈克菲怎么卸载干净
win10如何卸载迈克菲?新买的联想电脑通常都会自带一款叫迈克菲杀毒软件,但毕竟该软件只是试用的,过来期限就要激活订购。与其让它占用大量的资源,还不如装个360杀毒来的实在。如果是在win10系统中,win10如何卸载迈克菲呢?
其实卸载迈克菲(Mcafee)也是很简单的,我以图片为例为大家讲解迈克菲怎么卸载。
1:按下Windows键后再所有应用中找到迈克菲(Mcafee)程序如图。
2:之后就来到我们的第二幅图,如下,找到迈克菲(Mcafee)软件,右键卸载。
3:之后截图如下
4:重启后就不在有迈克菲(Mcafee)这个软件。也不会再让迈克菲(Mcafee)占用你宝贵的系统资源。
2.怎样卸载win10自带的应用的directx
要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
打开了Windows PowerShell,输入命令。要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,回车执行。
要卸载3D,输入Get-AppxPackage *3d* | Remove-AppxPackage要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage要卸载邮件和日历,输入Get-AppxPackage *communi* | Remove-AppxPackage要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage要卸载Groove音乐、电影与电视: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-AppxPackage要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实已经被卸载。卸载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+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxI。l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualified。
3.win10怎么删除多余的系统引导
1、计算机已安装了许多系统, 如: windows 78.1, 现在正在使用 Windows 10 系统, 但启动也保留了 windows 78.1 和其他启动项目。
2、在 "运行" 对话框中输入: msconfig, 单击 "确定" 或输入, 打开 "系统配置" 窗口;
3、在系统配置窗口中, 我们单击 "启动", 在 "启动" 选项卡下, 单击 "不需要启动启动项目, 如 Windows 7", 然后单击: 删除;
4、如果还有需要删除的开机启动项,则继续点击,如 Windows 8.1,再点击:删除;
5、接着我们点击系统配置窗口底部的【应用】和【确定】;
6、将弹出一个系统配置对话框, 我们将单击: 立即重新启动。
7、通过上述操作,则电脑中多余的开机启动项就不会再显示了的。
4.如何删除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+ ~~~~。
5.如何卸载win10内置应用xbo
工具:win10系统
步骤:
1,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行
2,打开Windows PowerShell,就开始输入命令
要卸载OneNote,在里面输入
Get-AppxPackage *OneNote* Remove-AppxPackage
回车执行
要卸载3D,输入
Get-AppxPackage *3d* Remove-AppxPackage
要卸载Camera(相机),输入
Get-AppxPackage *camera* Remove-AppxPackage
要卸载邮件和日历,输入
Get-AppxPackage *communi* Remove-AppxPackage
win10怎么删除office
1.windows10自带office怎么删除
激活方法如下:1、打开任何一个office应用程序,点击文件(file),进入界面后点击office数据(office account)。2、在office account界面上点击蓝色的change product key。
3、在change product key 输入界面中输入上述密钥,n266m-h7bb8-qjdjy-9h8x7-7qrc8,如果过期了,到网上找最新的key输入。
4、点击安装(install),点击后会弹出一个界面数据更新(account update),点击ok。
5、关闭应用程序,重新打开一个应用程序,office 会自动弹出激活界面,这时一定要连接网络,不然没法激活,点击 i want to activities the software over the internet,点击下一步(next)。
6、这时会进行激活,激活后会弹出一个界面,显示thank you,your copy of microsoft office 2013 preview plus product is activated,这时激活完毕。
2.win10怎么删除office账户
要删除office 2013的上载中心,就必须卸载程序里面的【office共享功能】。
win10office2013上载中心卸载方法:
1、打开【此电脑】,点击【计算机】,点击【卸载或更改程序】,如图:
2、右键点一下office2013,点击【更改】;
3、选择【添加或删除功能】;
4、找到【office 共享功能】,选择【不可用】;
5、然后就会重新配置;
6、配置完成,即已删除了上载中心。
3.win10怎么卸载office
工具:WIN10
方法步骤:
1,进入系统点击打开 “控制面板”。
2,点击“卸载程序“。
3,选择需要OFFICE软件,然后点击标题上的“卸载”即可进行卸载操作即可。
转载请注明出处windows之家 » win10怎么删除office
windows之家













