當前位置:首頁 » 網路管理 » 如何刪除win10紙牌游戲
擴展閱讀
webinf下怎麼引入js 2023-08-31 21:54:13
堡壘機怎麼打開web 2023-08-31 21:54:11

如何刪除win10紙牌游戲

發布時間: 2022-08-04 04:27:01

Ⅰ 如何徹底卸載win10自帶游戲

卸載後,等幾分鍾,打開應用商店,點擊右上角的設置圖標(三個小點)——下載和更新——將正在下載的游戲刪除(點擊下載右邊的 X )。刪除後就不會再下載了。

Ⅱ win10系統內置應用軟體怎麼卸載

具體刪除步驟:
1、點擊開始菜單,依次選擇打開「所有應用」—「Windows PowerShell」,在「Windows PowerShell」上單擊右鍵,選擇「以管理員身份運行」;

2、輸入:Get-AppxPackage -AllUsers | Remove-AppxPackage 按下回車鍵即可可刪除所有內置應用;

3、如果只想刪除某個應用,只需輸入對應命令,按下回車鍵即可刪除,下面小編給大家列出相應應用的刪除命令:

3D Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage

鬧鍾與時鍾

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

行事歷
Get-AppxPackage *windowscalculator* | Remove-AppxPackage

行事歷與郵件
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
相機
Get-AppxPackage *windowscamera* | Remove-AppxPackage

取得Office
Get-AppxPackage *officehub* | Remove-AppxPackage

取得Skype
Get-AppxPackage *skypeapp* | Remove-AppxPackage

取得開始
Get-AppxPackage *getstarted* | Remove-AppxPackage

Groove 音樂
Get-AppxPackage *zunemusic* | Remove-AppxPackage

地圖
Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Microsoft Solitaire Collection 撲克牌游戲
Get-AppxPackage *solitairecollection* | Remove-AppxPackage

財經
Get-AppxPackage *bingfinance* | Remove-AppxPackage

Movies & TV
Get-AppxPackage *zunevideo* | Remove-AppxPackage

新聞
Get-AppxPackage *bingnews* | Remove-AppxPackage

OneNote
Get-AppxPackage *onenote* | Remove-AppxPackage

聯絡人
Get-AppxPackage *people* | Remove-AppxPackage

手機小幫手
Get-AppxPackage *windowsphone* | Remove-AppxPackage

相片
Get-AppxPackage *photos* | Remove-AppxPackage

市集
Get-AppxPackage *windowsstore* | Remove-AppxPackage

運動
Get-AppxPackage *bingsports* | Remove-AppxPackage

語音錄音機
Get-AppxPackage *soundrecorder* | Remove-AppxPackage

天氣
Get-AppxPackage *bingweather* | Remove-AppxPackage

Xbox
Get-AppxPackage *xboxapp* | Remove-AppxPackage

以上就是win10系統卸載內置應用的方法

Ⅲ 怎麼徹底卸載win10自帶應用

win10自帶了好多應用,有些看起來不錯,其實用起來不太方便哈(我的個人感覺),我們都更喜歡第三方應用,所以我們就來看看如何卸載這些自帶應用。如圖,是卸載完成後的Windows PowerShell:

工具/原料

Windows PowerShell
win10中的管理員身份
方法/步驟

1
要卸載這些所有內置應用,就要用到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-AppxPackage
5
要卸載Camera(相機),輸入
Get-AppxPackage *camera* | Remove-AppxPackage
6
要卸載郵件和日歷,輸入
Get-AppxPackage *communi* | Remove-AppxPackage
7
要卸載新聞訂閱,輸入
Get-AppxPackage *bing* | Remove-AppxPackage
8
要卸載Groove音樂、電影與電視:
Get-AppxPackage *zune* | Remove-AppxPackage
9
要卸載人脈,輸入
Get-AppxPackage *people* | Remove-AppxPackage
10
要卸載手機伴侶(Phone Companion),輸入
Get-AppxPackage *phone* | Remove-AppxPackage
11
要卸載照片,輸入
Get-AppxPackage *photo* | Remove-AppxPackage
12
要卸載紙牌游戲,輸入
Get-AppxPackage *solit* | Remove-AppxPackage
13
要卸載錄音機,輸入
Get-AppxPackage *soundrec* | Remove-AppxPackage
14
要卸載Xbox,輸入
Get-AppxPackage *xbox* | Remove-AppxPackage
15
在卸載Xbox的時候,會提示有很多錯誤,其實它已經被卸載了,可以不用擔心!

16
所有卸載完成後,就只剩下應用商店了,這個留著吧,有用!卸載完效果如圖:

END
其他信息

1
卸載Windows 10的命令:
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-AppxPackage
2
卸載Xbox後出現的提示:(正常現象,出現此現象說明Xbox已被成功卸載)
英文提示:
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
中文提示:
PS C:\windows\system32> Get-AppxPackage *xbox* | Remove-AppxPackage
Remove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法卸載。請聯系你的軟體供應商。 (異常來自 HRESULT:0x80073CF
A)
錯誤 0x80070032: C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy 中的程序包 Microsoft.XboxGameCallable
UI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 刪除 操作失敗。此應用是 Windows 的一部分,無法針對每
個用戶卸載該應用。管理員可以嘗試使用「啟用或關閉 Windows 功能」從計算機中刪除該應用。不過,該應用可能無法被卸載。
注: 有關其他信息,請在事件日誌中查找 [ActivityId] 84d12a44-dbe5-0000-0557-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0557-d184e5dbd001
所在位置 行:1 字元: 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 : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法卸載。請聯系你的軟體供應商。 (異常來自 HRESULT:0x80073CF
A)
錯誤 0x80070032: C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy 中的程序包 Microsoft.XboxIdentityPr
ovider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 刪除 操作失敗。此應用是 Windows 的一部分,無法針
對每個用戶卸載該應用。管理員可以嘗試使用「啟用或關閉 Windows 功能」從計算機中刪除該應用。不過,該應用可能無法被卸載。
注: 有關其他信息,請在事件日誌中查找 [ActivityId] 84d12a44-dbe5-0000-0f57-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0f57-d184e5dbd001
所在位置 行:1 字元: 26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
至於這些提示,大家如果有興趣就去研究研究原因吧,總之應用是被成功卸載了!

Ⅳ 如何卸載win10系統自帶軟體卸載

方法/步驟
1
要卸載這些所有內置應用,就要用到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-AppxPackage
5
要卸載Camera(相機),輸入
Get-AppxPackage
*camera*
|
Remove-AppxPackage
6
要卸載郵件和日歷,輸入
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
在卸載Xbox的時候,會提示有很多錯誤,其實它已經被卸載了,可以不用擔心!
所有卸載完成後,就只剩下應用商店了,這個留著吧,有用!卸載完

Ⅳ win10紙牌游戲怎麼卸載重新下載

你好,卸載的話,只能通過WIN10的應用商店來下載,其實它占的空間很小。沒必要卸載

Ⅵ win10自帶應用哪些可以刪除

可以卸載的;
工具:電腦,WIN10
方法和步驟:
1、搜索欄中輸入「PowerShell」,在搜索結果中右鍵單擊PowerShell,選擇「以管理員身份運行」。

2、在PowerShell窗口中,輸入「Get-AppXPackage Remove-AppxPackage」回車確認,然後等待系統自動將當前賬戶中的所有預裝應用都刪除即可。

3、如果要卸載某個應用,只需輸入對應命令,按下回車鍵即可刪除。
應用程序對應的命令如下:
要卸載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-AppxPackage

Ⅶ win10系統怎樣徹底刪除軟體

可嘗試如下方法:
1、使用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-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
5、所有卸載完成後,就只剩下應用商店了,建議保留。
6、卸載需謹慎,輸入的卸載命令可以直接復制粘貼。

Ⅷ 如何卸載WIN10自帶應用

步驟如下:

1、點擊Win10開始菜單,在彈出菜單里選擇電腦設置,如下圖所示。

Ⅸ Win10怎麼卸載自帶軟體 Win10自帶應用卸載方法

工具:電腦,WIN10

方法和步驟:

1、搜索欄中輸入「PowerShell」,在搜索結果中右鍵單擊PowerShell,選擇「以管理員身份運行」。

應用程序對應的命令如下:

要卸載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-AppxPackage

Ⅹ 想問下,我在朋友win10上面玩了紙牌游戲,登錄了windows的賬號,之後我要怎麼刪除在那上面的登錄記錄呢

雙擊打開Win10桌面上的控制面板,然後選擇更改用戶類型,

在管理用碃撫百幌知呵版童保闊戶窗口裡點擊使用微軟帳戶用戶名的賬戶

在更改賬戶窗口裡點擊刪除賬戶,這里刪除的就是微軟賬戶

刪除微軟賬戶用戶時系統提示是否保存該用戶的配置文件什麼的,這里可以點擊刪除文件,也可以點擊保存文件

再次確認刪除微軟賬戶用戶,我們點擊刪除賬戶

微軟賬戶用戶成功刪除後,在管理帳戶窗口裡就看不到了