Need to build a service that displays a message and locks the computer out (Just by using a Windows Form) when the Network Cable is unplugged (So they cannot proceed without Network - Its for a school where the students keep unplugging the cables to bypass certain blocks)
Ive seen that you can interactive with the desktop with a service if you allow it to, im just wondering will Windows Forms display even if there is no user logged in?
As this program needs to catch them out when there authenticating in, then unplugging it.
Cheers Richard