Powershell The term 'sports.' is not recognized as the name of a cmdlet, function, script file or operable program hatası alıyorum

efe (65) 2 yıl önce sordu

PowerShell üzerinden kod yazarak kaldırmaya çalıştığımda Powershell The term 'sports.' is not recognized as the name of a cmdlet, function, script file or operable program hatası alıyorum hatasını alıyorum. Hata tam olarak şöyle:https://imgyukle.com/f/2022/01/22/ozpEsI.png  komutu yönetici olarak çalıştırdım. Sordum netteden one driver devre dışı bırakma uygulamasını indirdim. Bat dosyasını indirdim . One Drive iş uygulamasının Windows menüsünden tamamen kalkmasını istiyorum.

Toplam 2 cevap


murat (12492) 2 yıl önce cevapladı

Powershell komutunu yanlış yazmışsın. Komutun başında Sports kelimesi olmayacak. Yanlış kopyalamışsın.

Aşağıya komutları yazıyorum.

Powershell Kaldırma Komutları

3D Nesneler Kaldırma:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Alarmlar ve Saat Kaldırma

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Hesap Makinası kaldırma

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Kamera Kaldırma:

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Groove Müzik Kaldırma :

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Posta & Takvim Kaldırma

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Haritalar Kaldırma:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Filmler ve TV Kaldırma:

Get-AppxPackage *zunevideo* | Remove-AppxPackage

OneNote Kaldırma :

Get-AppxPackage *onenote* | Remove-AppxPackage

Kişiler kaldırma:

Get-AppxPackage *people* | Remove-AppxPackage

Fotoğraflar Kaldırma

Get-AppxPackage *photos* | Remove-AppxPackage

Ses Kaydedici Kaldırma:

Get-AppxPackage *windowssoundrecorder* | Remove-AppxPackage

Xbox Kaldırma :

Get-AppxPackage *xboxapp* | Remove-AppxPackage

Office Edin Kaldırma

Get-AppxPackage *officehub* | Remove-AppxPackage

Skype Kaldırma :

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Başlarken Kaldırma:

Get-AppxPackage *getstarted* | Remove-AppxPackage

Microsoft Solitaire Collections Kaldırma :

Get-AppxPackage *solitairecollections* | Remove-AppxPackage

Finans Kaldırma

Get-AppxPackage *bingfinance* | Remove-AppxPackage

Haberler Kaldırma :

Get-AppxPackage *bingnews* | Remove-AppxPackage

Telefonunuz Kaldırma

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Sporlar Kaldırma

Get-AppxPackage *bingsports* | Remove-AppxPackage

Hava Durumu Kaldırma

Get-AppxPackage *bingweather* | Remove-AppxPackage

Windows Store Kaldırma / Windows Mağaza Kaldırma :

Get-AppxPackage *windowsstore* | Remove-AppxPackage

 

efe (65) 2 yıl önce cevapladı

kodu kullandığım zaman resimdeki kırmızı hatayı alıyorum.