jvanegmond Posted October 8, 2006 Posted October 8, 2006 Run LoginManager.au3 twice the first time and once the other times. Try to find a way to do stuff on your computer, other then logging in with the right credentials (which are, for the moment, already given at startup). Run Disable_LoginManager.au3 to stop it from running at startup. This works particularly well on Windows XP. At Windows 98 it seems to shutdown the system as soon as you think about pressing Ctrl+Alt+Del. github.com/jvanegmond
jvanegmond Posted October 9, 2006 Author Posted October 9, 2006 (edited) So noone has succeeded at this yet? I'm going to go ahead and create a more advanced login-in procedure.. Edited October 9, 2006 by Manadar github.com/jvanegmond
logi Posted October 9, 2006 Posted October 9, 2006 I haven't tried it yet but i already thinking of: Windows safe mode? (veilige modus?) and remove it there.
jvanegmond Posted October 9, 2006 Author Posted October 9, 2006 I haven't tried it yet but i already thinking of:Windows safe mode? (veilige modus?) and remove it there.Yea, you can remove it that way. I do not know a way to make it startup when safe-mode is on.This is how I disabled my script the first time it went hopelessly wrong.. ^^ github.com/jvanegmond
spyrorocks Posted October 9, 2006 Posted October 9, 2006 There is a way to set it up to run on safemode in the registry. Ill look around to see if can find the key again... [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
this-is-me Posted October 12, 2006 Posted October 12, 2006 You need to watch which programs you suspend. Some suspensions will kill the system. Maybe use a list of leavealone processes? An example of this is Spy Sweeper and McAfee Antivirus. These have system hooks in all processes. This means that if you suspend them, you suspend (or hang) your script accidentally. Who else would I be?
eynstyne Posted October 12, 2006 Posted October 12, 2006 (edited) You could if you have windows 2000 rename the program to login.scr in the system32 directory. That way when the screensaver starts, your program will launch. Also in the registry, set the sreensavetimeout value to something really low like 15. I forget where it is exactly Edited October 12, 2006 by eynstyne F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
jvanegmond Posted October 12, 2006 Author Posted October 12, 2006 You need to watch which programs you suspend. Some suspensions will kill the system. Maybe use a list of leavealone processes? An example of this is Spy Sweeper and McAfee Antivirus. These have system hooks in all processes. This means that if you suspend them, you suspend (or hang) your script accidentally.I am aware of this, but also realise it could become quite a extensive list. At the moment explorer.exe is not being blocked because it is needed by the Shutdown() command.I have tried this over and over, and my system never froze up farther then I wanted it to, so I was under the impression that it was pretty much working. If you have a process that can't be blocked by this program because it results in unexpected behavior, please mention it here and I will look into it. github.com/jvanegmond
jvanegmond Posted October 12, 2006 Author Posted October 12, 2006 You could if you have windows 2000 rename the program to login.scr in the system32 directory. That way when the screensaver starts, your program will launch.Also in the registry, set the sreensavetimeout value to something really low like 15. I forget where it is exactlyWould this work on other OS as well? github.com/jvanegmond
nfwu Posted October 13, 2006 Posted October 13, 2006 You could if you have windows 2000 rename the program to login.scr in the system32 directory. That way when the screensaver starts, your program will launch.That's like changing the screensaver to Mandars's application.I know it works as well on XP.#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now