Hi,
I need to know if it is possible in .Net to dynammically login or enter credentials or unlock a locked machine through another machine which has Admin access(logged on by an administrator).
The reason I need this is,
Am working on a project where in I assign unique id's to set of computer users,
For eg:
Person A: Id 123
Person B: Id 456
Person C: Id 789
These ids are RFID tags (cards) and I read these values through a usb RFID reader.
Now, when a user swipes his access card over the RFID reader, my .net program reads the unique id and fetches the details pertaining to that user from the database based on the unique id.
Now, the whole setup is to be used in a college computer lab where students swipe their card over the RFID reader placed in the entrance and their computer inside the lab is automatically logged in.
I have acheived the first part of this requirement by doing some RFID programming in .Net. Now I need to know how to dynamically unlock or login the client computer which is assigned to the user.
Thanks,
Karthik
I need to know if it is possible in .Net to dynammically login or enter credentials or unlock a locked machine through another machine which has Admin access(logged on by an administrator).
The reason I need this is,
Am working on a project where in I assign unique id's to set of computer users,
For eg:
Person A: Id 123
Person B: Id 456
Person C: Id 789
These ids are RFID tags (cards) and I read these values through a usb RFID reader.
Now, when a user swipes his access card over the RFID reader, my .net program reads the unique id and fetches the details pertaining to that user from the database based on the unique id.
Now, the whole setup is to be used in a college computer lab where students swipe their card over the RFID reader placed in the entrance and their computer inside the lab is automatically logged in.
I have acheived the first part of this requirement by doing some RFID programming in .Net. Now I need to know how to dynamically unlock or login the client computer which is assigned to the user.
Thanks,
Karthik
Comment