Microsoft Store'yi tekrar yüklemek

Pop_corn

Yoctopat
Katılım
21 Şubat 2022
Mesajlar
6
Daha fazla  
Cinsiyet
Erkek
Ben bir sebepten Microsoft Store uygulamasını sildim. Geri yüklemek istediğimde hiçbir yerde nasıl tekrar yükleyeceğimi bulamadım.
 
Son düzenleyen: Moderatör:
Win+r yapıp wsreset.exe yazmayı denedin mi?
bu uygulamayı açmak için bir uygulamaya ihtiyacınız var diyor ve hiçbir uygulama yok
Powershell'i yönetici olarak başlatıp aşağıdaki komutu girerseniz yüklenir.
Kod:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
At line:1 char:103
+ ... Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($ ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quot
ation marks ("&") to pass it as part of a string.
At line:1 char:130
+ ... entMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
+ ~~~~~~~~~~~~~~~~~
Unexpected token '\AppXManifest.xml' in expression or statement.
At line:1 char:147
+ ... entMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quot
ation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: :)) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed

hatası veriyor
 
PowerShell acıp şunu dene: \reinstall-preinstalledapps. PS1 *microsoft. Windowsstore*.
\reinstall-preinstalledapps. : The term '\reinstall-preinstalledapps.' is not recognized as the name of a cmdlet, funct
ion, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path
is correct and try again.
At line:1 char:1
+ \reinstall-preinstalledapps. PS1 *microsoft. Windowsstore*
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (\reinstall-preinstalledapps.:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

hatası veriyor
 
Bu içeriği görüntülemek için üçüncü taraf çerezlerini yerleştirmek için izninize ihtiyacımız olacak.
Daha detaylı bilgi için, çerezler sayfamıza bakınız.
işinizi görebilir.
 
CMD'yi yönetici olarak çalıştırıp şunları sırasıyla yaz:
DISM.exe /online /cleanup-image /scanhealth DISM.exe /online /cleanup-image /restorehealth
olacaktır diye tahmin ediyorum.
 
bu uygulamayı açmak için bir uygulamaya ihtiyacınız var diyor ve hiçbir uygulama yok

At line:1 char:103
+ ... Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($ ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quot
ation marks ("&") to pass it as part of a string.
At line:1 char:130
+ ... entMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
+ ~~~~~~~~~~~~~~~~~
Unexpected token '\AppXManifest.xml' in expression or statement.
At line:1 char:147
+ ... entMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quot
ation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: :)) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed

hatası veriyor
Yazdığınız komut ampersant içerdiği için hata vermiş ancak benim attığım komut ampersant içermiyor. Düzgün yazın/kopyalayın.

Düzeltme:
Şimdi fark ettim, kod satırının içinden kopyalarken tırnak(") işaretini """ olarak kopyalıyor. Direkt yazacağım, bunu kopyalayın:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
 

Technopat Haberler

Geri
Yukarı