EarthNet Troubleshooting: Difference between revisions

+stopping upnp
(+stopping upnp)
Line 59:
Get-ItemProperty -Path "HKCU:\Software\Topware\TheMoonProject\BaseGame\Network\EarthNet" -Name AddressIP
''Disable upnp service (run as admin)''
Set-Service -Name upnphost -StartupType “Disabled”Disabled
Stop-Service -Name upnphost
 
==== Misc ====
22

edits