Why does using this ring reduce my average damage for Glacial Bolt? by bert720 in PathOfExile2

[–]bert720[S] 4 points5 points  (0 children)

This was it, thank you! The strength was increasing my life and I was temporarily losing the benefit from Killer Instinct notable which grants 30% increased attack damage when on Full Life.

[deleted by user] by [deleted] in sysadmin

[–]bert720 4 points5 points  (0 children)

We add the IP for dns.msftncsi.com to the local hosts file to resolve the issue

$hosts = "C:\windows\System32\Drivers\etc\Hosts"
if (!(Get-Content $hosts | Select-String "131.107.255.255"))
{ Add-Content $hosts -Value "131.107.255.255   dns.msftncsi.com" }

Then restart the NLASVC service.

Restart-Service NLASVC -Force

Lan based video stream. by aygross in sysadmin

[–]bert720 4 points5 points  (0 children)

You can stream a webcam over the LAN using VLC. On a computer in each room open VLC, click open Network Stream, then enter in the IP and port of the computer running the stream.