Windows 10 Microsoft Store ve uygulamaları yok

E. F. S

Centipat
Katılım
15 Şubat 2021
Mesajlar
48
Daha fazla  
Cinsiyet
Erkek
Bilgisayarımda uzun zamandır Windows Store yok. Diğer uygulamaları da yok. Önceden vardı ama şu an yok ve bana lazım şu an. Çözümünü bilen varsa yazabilir mi?
 
Bilgisayarınız 32 bit mi 64 bit mi?

Başlat menüsünü açıp Windows PowerShell yazın, ilk çıkana sağ tıklayın yönetici olarak çalıştırın. Ve şu komutu girin.

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

Bu komutu girdikten sonra Enter tuşuna basın ve biraz bekleyin.

Başlat menüsünü açıp Windows PowerShell (x86) yazın, sonunda (x86) yazana sağ tıklayın yönetici olarak çalıştırın. Ve şu komutu girin.

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

Bu komutu girdikten sonra Enter tuşuna basın ve biraz bekleyin.
 
Bilgisayarınız 32 Bit mi 64 Bit mi?

Başlat menüsünü açıp Windows PowerShell yazın, ilk çıkana sağ tıklayın yönetici olarak çalıştırın. Ve şu komutu girin.

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

Bu komutu girdikten sonra Enter tuşuna basın ve biraz bekleyin.

Başlat menüsünü açıp Windows PowerShell (X86) yazın, sonunda (X86) yazana sağ tıklayın yönetici olarak çalıştırın. Ve şu komutu girin.

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

Bu komutu girdikten sonra Enter tuşuna basın ve biraz bekleyin.

32 Bit dediklerinizi yaptım fakat güvenlik duvarı kapalı olduğu için olmadı ve güvelik duvarını açamıyorum. Önerilen ayarları kullan diyorum ama hiçbir şey olmuyor. Önceden de 0x800706D9 hatasını veriyordu.
 
32 Bit dediklerinizi yaptım fakat güvenlik duvarı kapalı olduğu için olmadı ve güvelik duvarını açamıyorum. Önerilen ayarları kullan diyorum ama hiçbir şey olmuyor. Önceden de 0x800706D9 hatasını veriyordu.
Virüs bulaşmış olabilir. Format atın siz direkt.
 
32 Bit dediklerinizi yaptım fakat güvenlik duvarı kapalı olduğu için olmadı ve güvelik duvarını açamıyorum. Önerilen ayarları kullan diyorum ama hiçbir şey olmuyor. Önceden de 0x800706D9 hatasını veriyordu.
Store yeniden yüklemeniz için appx dosyalarıyla kurulum yapmanız gerekiyor. Katılmsız bir kurulum dosyası oluşturacağım.
CMD yönetici olarak açın ve aşağıdaki kodları sırasıyla yapıştırın. 0x800706d9 hatasını çözecektir.

Kod:
net start StorSvc

sc config "StorSvc" start= auto
Sanmıyorum çünkü antivirüs programı yüklü.
Öncelikle bu linkten hazırladığım kurulum dosyasını indirin.

Kurulum için;
  1. Öncelikle "Microsoft Store x86 Install.zip" dosyası içindekileri masaüstüne çıkarın.
  2. "Setup.bat" dosyasını çalıştırın. (Sakın yönetici olarak çalıştırmayın yoksa kurulum gerçekleşmez)
  3. Kurulum sırasında CMD ekranında bazı kırmızı yazılar yani hatalar görünebilir. Bunlar normal herhangi bir sıkıntı yok. Bazı mağaza uygulamaları silinemedeğinden ve yeniden yüklerken var olduğunu söyleyip bu tarz uyarılar veriyor.
  4. İlk 3 adımı gerçekleştirdiyseniz. Kurulumun bitmesini bekleyin. Kurulum bitince komut ekranı kapanacaktır. Market uygulamasını ara bölümünde "Store" veya "Market" yazarak bulabilirsiniz.
[CODE title="Setup.bat dosyasının içeriği"]echo off
cls
mode con cols=109 lines=38

title OgnitorenKs / Microsoft Store Install / OgnitorenKs
# Bu komut ile x86 zip dosyası C:\ diskine çıkarılır.
powershell -command "Expand-Archive -Force 'x86.zip' '%systemdrive%'"
#Yönetici yetkisi alınır
net session >NUL 2>&1|| powershell Start-Process '%0' -Verb RunAs&& exit /b|| exit /b

echo Windows Store uygulamaları kaldırılıyor... /OgnitorenKs
# Market uygulamaları kaldırılır
PowerShell.exe -Command "Get-AppxPackage *windowsstore* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *VCLibs.140.00* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Framework.1.3* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Framework.1.6* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Framework.1.6* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Framework.1.7* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Framework.2.2* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Runtime.1.3* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Runtime.1.6* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Runtime.1.7* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *.NET.Native.Runtime.2.2* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *UI.Xaml.2.0* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *UI.Xaml.2.2* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *UI.Xaml.2.3* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *UI.Xaml.2.4* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *UI.Xaml.2.5* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *Microsoft.Advertising.Xaml* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *DesktopAppInstaller* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *Services.Store.Engagement* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *JavaScript* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *LanguageExperiencePacktr-tr* | Remove-AppxPackage"

echo Windows Store x64 uygulamaları yükleniyor... /OgnitorenKs
#Market uygulaması yeniden yüklenir.
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.VCLibs.140.00.x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.VCLibs.140.00.UWPDesktopx86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Runtime.1.3x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Runtime.1.6x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Runtime.1.7x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Runtime.2.2.x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Framework.1.3x86.appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Framework.1.6x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Framework.1.7x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.NET.Native.Framework.2.2.x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.UI.Xaml.2.0x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.UI.Xaml.2.2x86.appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.UI.Xaml.2.3x86.appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.UI.Xaml.2.4x86.appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.UI.Xaml.2.5.x86.appx*"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.Advertising.Xaml.x86.appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.DesktopAppInstaller.AppxBundle"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.Services.Store.Engagement.x86.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.Advertising.JavaScript.x86.appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.LanguageExperiencePacktr-tr.Appx"
PowerShell.exe -Command "Add-AppxPackage -Path %systemdrive%\Microsoft.WindowsStore.appxbundle"
# Market hizmeti için gerekli servisler başlatılır.
net start cryptsvc
sc config "cryptsvc" start=auto

net start "wuauserv"
sc config "wuauserv" start=auto

net start "StorSvc"
sc config "StorSvc" start= auto

net start "bits"
sc config "bits" start=auto

net start "trustedinstaller"
sc config "trustedinstaller" start=auto
#Dll doğrulaması yapılır.
regsvr32 softpub.dll /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 dssenh.dll /s
regsvr32 rsaenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 mssip32.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 msxml3.dll /s
regsvr32 comcat.dll /s
Regsvr32 Msxml.dll /s
Regsvr32 Msxml2.dll /s
regsvr32 mshtml.dll /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 msjava.dll /s
regsvr32 shdoc401.dll /s
regsvr32 cdm.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 asctrls.ocx /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 softpub.dll /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 Shell32.dll /s
regsvr32 browseui.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 urlmon.dll /i /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
regsvr32 scrobj.dll /s
regsvr32 mmefxe.ocx /s
regsvr32 corpol.dll /s
regsvr32 jscript.dll /s
regsvr32 imgutil.dll /s
regsvr32 thumbvw.dll /s
regsvr32 cryptext.dll /s
regsvr32 rsabase.dll /s
regsvr32 inseng.dll /s
regsvr32 iesetup.dll /i /s
regsvr32 actxprxy.dll /s
regsvr32 dispex.dll /s
regsvr32 occache.dll /s
regsvr32 occache.dll /i /s
regsvr32 iepeers.dll /s
regsvr32 cdfview.dll /s
regsvr32 webcheck.dll /s
regsvr32 mobsync.dll /s
regsvr32 pngfilt.dll /s
regsvr32 licmgr10.dll /s
regsvr32 icmfilter.dll /s
regsvr32 hhctrl.ocx /s
regsvr32 inetcfg.dll /s
regsvr32 tdc.ocx /s
regsvr32 MSR2C.DLL /s
regsvr32 msident.dll /s
regsvr32 msieftp.dll /s
regsvr32 xmsconf.ocx /s
regsvr32 ils.dll /s
regsvr32 msoeacct.dll /s
regsvr32 inetcomm.dll /s
regsvr32 msdxm.ocx /s
regsvr32 dxmasf.dll /s
regsvr32 l3codecx.ax /s
regsvr32 acelpdec.ax /s
regsvr32 mpg4ds32.ax /s
regsvr32 voxmsdec.ax /s
regsvr32 danim.dll /s
regsvr32 Daxctle.ocx /s
regsvr32 lmrt.dll /s
regsvr32 datime.dll /s
regsvr32 dxtrans.dll /s
regsvr32 dxtmsft.dll /s
regsvr32 WEBPOST.DLL /s
regsvr32 WPWIZDLL.DLL /s
regsvr32 POSTWPP.DLL /s
regsvr32 CRSWPP.DLL /s
regsvr32 FTPWPP.DLL /s
regsvr32 FPWPP.DLL /s
regsvr32 WUAPI.DLL /s
regsvr32 wups2.dll /S
regsvr32 WUAUENG.DLL /s
regsvr32 ATL.DLL /s
regsvr32 WUCLTUI.DLL /s
regsvr32 WUPS.DLL /s
regsvr32 WUWEB.DLL /s
regsvr32 wshom.ocx /s
regsvr32 wshext.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll mstinit.exe /setup /s
regsvr32 msnsspc.dll /SspcCreateSspiReg /s
regsvr32 msapsspc.dll /SspcCreateSspiReg /s

#C:\ diskine çıkarılan dosyalar silinir.
DEL /F /Q /A "%systemdrive%\Microsoft.VCLibs.140.00.x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.VCLibs.140.00.UWPDesktopx86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Runtime.1.3x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Runtime.1.6x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Runtime.1.7x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Runtime.2.2.x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Framework.1.3x86.appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Framework.1.6x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Framework.1.7x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.NET.Native.Framework.2.2.x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.UI.Xaml.2.0x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.UI.Xaml.2.2x86.appx"
DEL /F /Q /A "%systemdrive%\Microsoft.UI.Xaml.2.3x86.appx"
DEL /F /Q /A "%systemdrive%\Microsoft.UI.Xaml.2.4x86.appx"
DEL /F /Q /A "%systemdrive%\Microsoft.UI.Xaml.2.5.x86.appx"
DEL /F /Q /A "%systemdrive%\Microsoft.Advertising.Xaml.x86.appx"
DEL /F /Q /A "%systemdrive%\Microsoft.DesktopAppInstaller.AppxBundle"
DEL /F /Q /A "%systemdrive%\Microsoft.Services.Store.Engagement.x86.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.Advertising.JavaScript.x86.appx"
DEL /F /Q /A "%systemdrive%\Microsoft.LanguageExperiencePacktr-tr.Appx"
DEL /F /Q /A "%systemdrive%\Microsoft.WindowsStore.appxbundle"


# Kurulum tamamlanır.
exit
[/CODE]
 
Son düzenleme:
Bilgisayarım 64 bitmiş ve bugün pcye güncelleme geldi yaptım ve güvnlik duvarı açıldı ben de store ve uygulamalarını kurdum hepinize teşekkür ediyorum
 

Geri
Yukarı