YourSpace Posted October 25, 2008 Posted October 25, 2008 my question is can applications running as a service access the net? vis inetgetsource ect ect. can they run other applications (since they themselves have no gui) could they completley bypass a windows login screen, and windows activation and then start a custom windows shell application? and can they fully function before logon? ex: could a service retrieve info from a web page via inetgetsource and send out packets based on the data it gets while ont he login screen without the user logged on? nd lastly does a user need to authorize the application to run as a service? (on xp, and on vista)
TehWhale Posted October 25, 2008 Posted October 25, 2008 Services run when you log in. So, no. You need to give it elevated privledges to set itself to a service after that, no.
YourSpace Posted October 25, 2008 Author Posted October 25, 2008 i see, but after it is set a service once it can run every time... corrrect?is there anything speial to make the service run ever time the user logs in?and i know there is a way to make software function at the login screen, ive seen it done with http://logmein,cin softwaredoes anyone know how to make software run even if the user is not logged in?
Developers Jos Posted October 25, 2008 Developers Posted October 25, 2008 Services run when you log in. So, no.Services are started when the PC is started NOT when you logon. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
TehWhale Posted October 25, 2008 Posted October 25, 2008 Services are started when the PC is started NOT when you logon.Really? Hmm, I didn't know that, thanks for telling me Jos, I thought specific user services started at login not when the comp turned on.
Developers Jos Posted October 25, 2008 Developers Posted October 25, 2008 (edited) Really? Hmm, I didn't know that, thanks for telling me Jos, I thought specific user services started at login not when the comp turned on. Services are generic programs ran at PC starttime. When you look at Control panel/Aministrative tools/Services you see all services that are started. User specific stuff is started at Logon time. An AutoIt3 script can also be installled as a service and is described in the FAQ which are a sticky on this forum.Jos Edited October 25, 2008 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
TehWhale Posted October 25, 2008 Posted October 25, 2008 Services are generic programs ran at PC starttime. When you look at Control panel/Aministrative tools/Services you see all services that are started. User specific stuff is started at Logon time. An AutoIt3 script can also be installled as a service and is described in the FAQ which are a sticky on this forum.JosThank you for the informative answer. I learn something new everyday
YourSpace Posted October 26, 2008 Author Posted October 26, 2008 so then what i asked is possible? I was only wondering if a service could have network access before a logon is preformed! also i know it cant have a gui but if im correct it can preform any action ti wishes at any time?
dbzfanatic Posted October 26, 2008 Posted October 26, 2008 Things are starting to get a bit fishy with his questions. Points: http://www.autoitscript.com/forum/index.php?showtopic=83313 and http://www.autoitscript.com/forum/index.php?showtopic=83314 Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Recommended Posts