WhiteAvenger Posted May 1, 2008 Share Posted May 1, 2008 Hi, is it possible to launch a script together with Windows, so that it runs user-independently, i.e. always runs no matter which user is logged on? I want to use it to control the volume on a PC so that people can't turn it up too loud... Thanks --WhiteAvenger Link to comment Share on other sites More sharing options...
Valuater Posted May 1, 2008 Share Posted May 1, 2008 Place it in the "All Users" start-up folder 8) Link to comment Share on other sites More sharing options...
WhiteAvenger Posted May 1, 2008 Author Share Posted May 1, 2008 Place it in the "All Users" start-up folder8)Nah, I want it to run before the users log in, so it already runs before the Windows login sound is played...I read something about services, how can I do that for AutoIt? Link to comment Share on other sites More sharing options...
Micha1405 Posted May 1, 2008 Share Posted May 1, 2008 (edited) look here:http://www.autoitscript.com/forum/index.ph...mp;#entry253174or here:http://www.autoitscript.com/forum/index.php?showtopic=17581 Edited May 1, 2008 by Micha1405 My TrayToolBar Link to comment Share on other sites More sharing options...
WhiteAvenger Posted May 1, 2008 Author Share Posted May 1, 2008 Thanks, that helped me a lot! However, I have a problem: I had the idea of using the 1st method you suggested (the one in the FAQ) to make a script which automatically logs me in if I press a certain combination. However, using Send() doesn't seem to work in the Windows login screen. Is that a fault with my PC or a general error? And can I fix or work around it? Link to comment Share on other sites More sharing options...
WhiteAvenger Posted May 2, 2008 Author Share Posted May 2, 2008 *bump* Can anyone help me on this? Link to comment Share on other sites More sharing options...
Legacy99 Posted May 2, 2008 Share Posted May 2, 2008 See here "CTRL ALT DEL"CTRL ALT DEL is a low level keyboard hook that is interceptd by GINA (graphical identification and authentication) that is suppose to lock out things like key loggers and the like, so for that and NTLM authenticaiton (prompts on a secure webpage for example) you can't interact with those windows. Link to comment Share on other sites More sharing options...
WhiteAvenger Posted May 2, 2008 Author Share Posted May 2, 2008 See here "CTRL ALT DEL"CTRL ALT DEL is a low level keyboard hook that is interceptd by GINA (graphical identification and authentication) that is suppose to lock out things like key loggers and the like, so for that and NTLM authenticaiton (prompts on a secure webpage for example) you can't interact with those windows.So basically, I can't use Send() in the welcome screen. Right? Link to comment Share on other sites More sharing options...
james3mg Posted May 2, 2008 Share Posted May 2, 2008 So basically, I can't use Send() in the welcome screen. Right?Right.If you're not on a domain, there are options built into Windows to auto-logon a user, but it requires storing the password in plaintext in the registry... "There are 10 types of people in this world - those who can read binary, and those who can't.""We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true." ~Robert Wilensky0101101 1001010 1100001 1101101 1100101 1110011 0110011 1001101 10001110000101 0000111 0001000 0001110 0001101 0010010 1010110 0100001 1101110 Link to comment Share on other sites More sharing options...
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