How will u set up a Screen Saver Password other than your Login password in WINDOWS 2000?..
|
Full Version: A Q For U
How will u set up a Screen Saver Password other than your Login password in WINDOWS 2000?..
QUOTE(manu @ Jan 6 2005, 06:33 AM) i think you can't..where will you be required to enter your password? the only safe place for windows is the login screen..However, if you create your own .scr file then you can prompt for a password while exiting the screensaver In visual basic to exit a screensaver CODE Private Sub frmMain_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove 'If the mouse moves any more then 10 points. Close the application gTolerance += 1 If gTolerance > 10 Then Me.Close() End If End Sub Private Sub frmMain_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown 'If any key is pressed, Close the application Me.Close() End Sub Instead of CODE Me.Close() you could write CODE password = "DasmER"
inputstring = inputbox("Enter your password:") if inputstring = password then Me.Close()
Yeah, Question looks pretty simple, but, I have been trying to do so, but no luck yet. Gonna ask Microsoft Support about it, Most probably Answer will be "NOOOOO"
Manu QUOTE Most probably Answer will be "NOOOOO" If by mistake they answer you "Yes" btw why you would be interested in having a different password than the login? Is it a public computer where they are not allowed to login other than the existing user? but if this is the case, who would know the password to unlock the screensaver...? ohhhh...a flash in my mind...get one of these programs and choose them as your screensaver..They will be activated on the time out Hope i have been helpful.. This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
|
|