themush1326 Posted August 25, 2006 Posted August 25, 2006 I want mimic some features of an application using GUI from an appliation and playing back the keystrokes to disable the features of an application. The problem is the user has to be logged in for this to work. Can you simulate a login so you can perform functions in this manner? thanks themush
Paulie Posted August 25, 2006 Posted August 25, 2006 I want mimic some features of an application using GUI from an appliation and playing back thekeystrokes to disable the features of an application.The problem is the user has to be logged in for this to work.Can you simulate a login so you can perform functions in this manner?thanksthemushIf you want to simulate a login in a script, then you'll have to make your script run as a serviceotherwise, your pretty much SOL
themush1326 Posted August 25, 2006 Author Posted August 25, 2006 Will running as a service allow the gui functions to be used? Also does anyone if a locked PC or a PC where the scrren saver appears presents the same issues.
Uten Posted August 25, 2006 Posted August 25, 2006 Do you want to:Do software testing?Disable some features, without the user on the computer beeing aware of this? Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
dabus Posted August 25, 2006 Posted August 25, 2006 (edited) Google for autologin (registry-setting) if you want to login as a default user. Otherwise, look at vnc, I think they have an exe that is able to send/emulate a ctl-alt-delete. Search for those mousemove-scripts to avoid shutting down the pc via powermanagement. If that does not fit your needs, I just have to say that it sounds like you wish to get some passwords that you do not own. Edited August 25, 2006 by dabus
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