Greetings! So recently, i spent a few hours coding software. After i was done and i shut off my pc, i noticed both of the ethernet lights were on and blinking. Does this mean that Microsoft is sending data to their servers before the PC fully shuts off? I am scared that this might be the thing it does. How can i get rid of this issue? I have no idea if it's related to Windows or the PC itself.

you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 2 years ago (10 children)

As other said, it's surely related to the LAN traffic and not the WAN traffic only your router sends some packets but it shouldn't be Windows. Little tips if you don't want telemetry and tracking, simply use Linux.

  • source
  • hideshow 10 child comments
  • [–] [S] 4 points 2 years ago (5 children)

    I dualboot both Windows and Linux. I use windows just for pyinstaller and compiling, while i daily drive Arch Linux with dwm.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 1 point 2 years ago (3 children)

    Why windows for pyinstaller and compiling?

  • source
  • parent
  • hideshow 3 child comments
  • [–] [S] 1 point 2 years ago* (2 children)

    Well as you may know, when you try running pyinstaller on linux, it packs the .py file into a linux exectuable, not a windows executable.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    Very interesting! Thanks for the heads up. I didnt know that. 7 years ago, they already used wine for that. https://stackoverflow.com/questions/44014390/how-to-generate-a-windows-executable-using-pyinstaller-on-linux#45065125

    If all else fails you could also use a vm. Thats probably less dangerous than dual booting because of windows not playing nice with grub.

  • source
  • parent
  • hideshow 1 child comment