4
votes
3answers
876 views
Determining how long the user is logged on to Windows
Hi all,
The need arose, in our product, to determine how long the current user has been logged on to Windows (specifically, Vista). It seems there is no straight forward API function for this and I …
1
vote
8answers
674 views
How do you find out which NIC is connected to the internet?
Consider the following setup:
A windows PC with a LAN interface and a WiFi interface (the standard for any new laptop). Each of the interfaces might be connected or disconnected from a network. I n …
0
votes
6answers
145 views
How do I set windows to perform auto login?
Windows has a feature that allows an administrator to perform auto-logon whenever it is started. How can this feature be activated?
…
2
votes
3answers
220 views
Unit testing a module that checks internet connectivity
I have a C# module responsible for acquiring the list of network adapters that are "connected to the internet" on a windows Vista machine. The module uses the " …
0
votes
How do I set windows to perform auto login?
@Thomas Owens: Actually, it's more of a "sharing common knowledge" issue, intended to make SO as the place to search for things you don't know, as well as "things you know but always forget and fin …
2
votes
How do I set windows to perform auto login?
Based on the advice, moved the answer to the answers section:
There are tools out there that give you a GUI for setting this easily, but you can also do it relatively easily by editing the …
1
vote
How do you find out which NIC is connected to the internet?
Apparently, in Vista there are new interfaces that enable querying for internet connectivity and more. Take a look at the …
