cbreuer Posted February 5, 2016 Posted February 5, 2016 I am trying to automate typing text into this box and nothing I try seems to work. I am trying this Send(send("^+!{F6}")) WinWaitActive("[CLASS:Deep Freeze Enterprise]") ControlSetText ( "Deep Freeze Enterprise", "", [CLASS:TEdit; INSTANCE:1], "123") basically you press crtl + shift + alt + f6 and that brings up the program then it asks for the password you type the password then hit enter. I noticed if i drag the info tool onto the password box it can read the password field. Also after running this i noticed the crtl + shift seem to be still held down and i need to press them to release it.
Tripredacus Posted February 5, 2016 Posted February 5, 2016 You should report this as a security issue to who makes DeepFreeze. It may imply that their program is storing the plain text password in memory, which is not a good thing to do. Twitter | MSFN | VGCollect
cbreuer Posted February 5, 2016 Author Posted February 5, 2016 well I found the issue I can't type into that box because its running as "nt authority\system" if i start the program as "nt authority\system" using psexec i can type into it.
Tripredacus Posted February 10, 2016 Posted February 10, 2016 You didn't formulate your post in such a way that indicated you were having a problem. You should still report this as a security issue to the software manufacturer. Twitter | MSFN | VGCollect
youdgin Posted March 26, 2018 Posted March 26, 2018 On 2/5/2016 at 10:02 PM, cbreuer said: well I found the issue I can't type into that box because its running as "nt authority\system" if i start the program as "nt authority\system" using psexec i can type into it. Thank You, I thought that i need some virtual keyboard driver to type into that box. Now i can automate the whole thing (enable, disable, install, uninstall deep freeze). I use Deep Freeze Standard and it worked too.
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