Forum Discussion
GuiguiDOR75
Jan 28, 2025Copper Contributor
Probleme for opening Port 80 TCP
After my windows update (Windows 11 22h2 -> Windows 11 24h2) the Port 80 TCP is close and impossible to open it !?
kyazaferr
Jan 29, 2025MCT
netstat -ano | findstr :80
tasklist | findstr <PID>
New-NetFirewallRule -DisplayName "Allow Port 80" -Direction Inbound -Protocol TCP -LocalPort 80 -Action Allow
Remove-NetFirewallRule -DisplayName "Allow Port 80"
iisreset
Start-Service W3SVC
GuiguiDOR75
Feb 02, 2025Copper Contributor
HI kyzaferr,
unfortunatly
I forget to say I run windows under Windows 11 ARM on a Virtal Machine.
One of a Technical Software perfectly working before on Windows 11 ARM 22H2.
Wenn I start Software, authentification server receives the request and is granted permission on port 80. But Softwares didn't received it ..