久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

Windows 10預(yù)裝應(yīng)用太多,?一個命令刪除

 bestv5 2017-03-07

Windows 10預(yù)裝了很多應(yīng)用軟件,其中不少都非常好用,,但和手機上一樣,,很多人更喜歡更強大的第三方工具,那么這些預(yù)裝的如何徹底清除呢,?

Windows 10預(yù)裝應(yīng)用太多,?一個命令刪除

其實很簡單,微軟已經(jīng)準備了強大的工具,,這就是PowerShell命令行窗口,。用它可以完全刪除一些預(yù)裝應(yīng)用,注意是完全的刪除,,而不是僅僅屏蔽掉,。

首先在開始菜單中找到它,右鍵點擊,,選擇“以管理員身份運行”,,然后想要卸載什么,就輸入相應(yīng)的命令。

Windows 10預(yù)裝應(yīng)用太多,?一個命令刪除

OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

3D打?。?/strong>

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-AppxPackage

接下來是絕招,。如果想一次性把它們?nèi)紕h掉,,請輸入:

Get-AppxPackage -AllUsers | Remove-AppxPackage

但是如果你先建一個賬戶,以上應(yīng)用就會再次全部出現(xiàn),,不想這樣的話可以輸入:

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online

PS:刪除Xbox后會給出一大片錯誤提示信息,,但其實已經(jīng)刪掉了,不必理會,。

PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackage
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.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_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] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001
At 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.RemoveAppxPackageCommand

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.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_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] 1d60accb-cb8d-0001-d9b9-601d8dcbd001 in the Event Log or use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001
At line:1 char:26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
 + CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
 + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand




    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點,。請注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,謹防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請點擊一鍵舉報。
    轉(zhuǎn)藏 分享 獻花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多