I don't know Java, but the windows API functions "NetWkstaGetInfo" and "NetWkstaSetInfo" are in the group of functions the windows programming interface provides to return and set information about other networked computers. You might search on them for more info. I would assume Java provides for making native API calls, but don't know.