Jump to content

Lock Screen


WolfWorld
 Share

Recommended Posts

Credit : http://www.autoitscript.com/forum/index.php?showtopic=47866

First Download

Next Create a xlock.ini

In side

[data]

Password = 010820

;Left mouse button BACKSPACE key SPACEBAR

The Key Is base on _Ispress

Now Press on change the password and click on Xlock.exe

Xlock will copy it self to startup dir

and move xlock.ini to user\@username (For Vista I Forgot for winxp)

Then wait for your screenserver to start Tada!!

Add line from Credit Programs

$task = '*.scr'

$lock = True

If $lock = True Then

While 1

If Not ProcessExists($task) Then ExitLoop

Sleep(50)

WEnd

EndIf

XLock.exe

Edited by athiwatc
Link to comment
Share on other sites

  • 7 months later...

Source please. Noone will run an .exe.

Read this, and the consequent outcomes here and here.

And in case you were wondering, Example Scripts is "A forum to share your cool scripts, User Defined Functions and AutoIt-based applications with others."

Edited by Bert
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...