Results 1 to 4 of 4
Thread: lock desktop using java code
- 03-30-2010, 05:31 AM #1
Member
- Join Date
- Mar 2010
- Posts
- 9
- Rep Power
- 0
lock desktop using java code
hello
we are developing one application for lab.We have to lock our desktop. Whenever user put his id & submit it, if he is valid user then only desktop will be unlock. If he enter wrong ID more than 3 times then pc will be restart.
Please help us to solve this problem.
Thanks in advance.
Megha
- 03-30-2010, 05:34 AM #2
Senior Member
- Join Date
- Mar 2010
- Posts
- 953
- Rep Power
- 4
Every modern operating system already has this feature, and if it's not implemented at the OS level, it will be trivially simple to defeat. Why do you want to attempt this in Java?
-Gary-
- 03-30-2010, 05:57 AM #3
Member
- Join Date
- Mar 2010
- Posts
- 9
- Rep Power
- 0
Hi
Actullly the function of application is like when PC starts desktop will be locked and my appllication is on desktop. NO other function will be used. When enter valid id the desktop will be unlock otherwise it's Log OFF. We already search the run time DDL for Log Off & shut down function Which used in JAVA.
for example:Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + "logoff.exe");
we want similar type for lock function.
Megha
- 03-30-2010, 06:24 AM #4
Member
- Join Date
- Mar 2010
- Posts
- 9
- Rep Power
- 0
Similar Threads
-
Logger and file lock
By segolas in forum Advanced JavaReplies: 3Last Post: 01-14-2010, 04:02 PM -
3x wrong password will lock the system
By ashin in forum SWT / JFaceReplies: 0Last Post: 07-11-2009, 04:03 PM -
How to reserve/lock a record/object for update
By Steve11235 in forum Java TipReplies: 0Last Post: 01-12-2009, 03:46 PM -
lock a file
By flaca in forum New To JavaReplies: 3Last Post: 08-19-2008, 03:00 PM -
object lock question
By simon in forum New To JavaReplies: 2Last Post: 08-01-2007, 04:36 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks