Quote:
|
And I havent particularily noticed a firewall that allows you to just block windows
|
Windows contains several programs that access the internet. It is these programs that you wish to block. A firewall is very capable of doing that.
Quote:
|
Its something that would be interesting for me anyways Id rather do it myself just for something to do.
|
In that case, you could start by writing a program that monitors all of the ports on your machine. Log the activity (remote ip, remote port, process name, etc.) over the course of day or so and see what's going on. However, you'll probably only see several instances of svchost.exe, which is the generic process that runs services from dll's. You may still want to monitor these processes so that you can observe behavior. It will make it easier for you to research and identify specific microsoft services if you know the behavior and ports they use.