Skip to content

Instantly share code, notes, and snippets.

@gorshkov-leonid
Last active August 19, 2025 11:11
Show Gist options
  • Save gorshkov-leonid/b3f8743fa6fe74ed0a5e5d31506db79c to your computer and use it in GitHub Desktop.
Save gorshkov-leonid/b3f8743fa6fe74ed0a5e5d31506db79c to your computer and use it in GitHub Desktop.

If some service have problems with connection:

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns

Be dangerous:

Dism /Online /Cleanup-Image /RestoreHealth 

Reset windows store:

rem This tool resets the Windows Store without changing account settings or deleting installed apps
wsreset.exe 

Error: listen EACCES: permission denied 0.0.0.0:9000

net stop winnat
net start winnat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment