Solved Windows Store "Your PC is not connected to the internet"

That 'Re-register Modern Apps' PowerShell script might do the trick. That works in Windows 8, doesn't it?
 

My Computers

System One System Two

  • OS
    Windows 7 Home Premium
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP Pavillion
  • PC2
    Tablet - Windows 10 Home
I honestly don't know what that is
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    Laptop
    Mouse
    Logitech M510
    Browser
    Google Chrome
    Antivirus
    Webroot SecureAnywhere
I honestly don't know what that is

With nothing else running, open PowerShell and enter the following then press Enter.

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

Allow it to complete then exit PowerShell and restart Explorer.
 

My Computers

System One System Two

  • OS
    Windows 7 Home Premium
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP Pavillion
  • PC2
    Tablet - Windows 10 Home
Okay after running the powershell thing, I restarted my computer and opened the windows store. For the first time in months I got the green loading screen. Directly after it showed me the error again. I think that you are close to the problem though.
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    Laptop
    Mouse
    Logitech M510
    Browser
    Google Chrome
    Antivirus
    Webroot SecureAnywhere
Ok, I just fixed this a couple of days ago. (I am posting the solution for others who get the error). All that I had to do was enable windows event logger, and everything started working again! Thank you Edwin and caperjack for trying to help me!
 

My Computer

System One

  • OS
    Windows 8.1
    Computer type
    Laptop
    Mouse
    Logitech M510
    Browser
    Google Chrome
    Antivirus
    Webroot SecureAnywhere
Back
Top