Edge and windows store won’t load INET_E_RESOURCE_NOT_FOUND
Filed under: Windows 10
Comments: None
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12304958/
INET_E_RESOURCE_NOT_FOUND
@Kevin, glad we got it sorted out and thank you for posting back here.
Here is what we shared with Kevin, and Melinda.
This procedure is for those having the INET_E_RESOURCE_NOT_FOUND issue
and have incorrect TCP/IP parameter settings as seen by running the following command (posted previously and many have reported back) in
an admin powershell:
Get-Acl HKLM:\System\CurrentControlSet\Services\Tcpip\Parameters | Format-List
You are having the issue that
this script will correct if you DO NOT have the following entries in the output
of the Get-Act command.
APPLICATION PACKAGE
AUTHORITY\ALL APPLICATION PACKAGES Allow ReadKey
APPLICATION PACKAGE
AUTHORITY\Your Internet connection Allow ReadKey
APPLICATION PACKAGE
AUTHORITY\Your Internet connection, including incoming connections from the
Internet
Here is the fix. Let
me know if you have questions.
Save the zip attachment ‘regfix.zip’ to your Downloads
directory. This is most likely the default location.
Go to your Downloads fold and locate the zip
file.
Right click the file and unzip it, E.g. Right
click the file and select “Extract All…” Install 7zip if needed. http://www.7-zip.org/
Open a PowerShell command prompt as
administrator. Win + S and then type powershell. Find the command
and right click to “Run as Administrator”
Run the following commands in the admin
powershell. One of the commands will ask for permission. Select ‘A’
to allow all when prompted.
You need to first cd to the directory where the
regfix.zip was extracted. This should be in the regfix directory in
Downloads.
set-executionpolicy unrestricted
Ø
Select
‘A’ and hit enter to allow running scripts
.\FixTcpipACL.ps1
Restart your computer
.
Let me know how it goes,
Steve