SENDKEYS to Login to Windows
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Guys ~ has anyone used SendKeys to script a login to Windows.
So, we have a Windows PC sitting at a logon screen and with a ?app
deploy tool? deliver a script to login as local admin.
Can it be done were a Sendkeys will actualy pull up the login screen?
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "^%{DELETE}"
Your thoughts please!
--
vusion
------------------------------------------------------------------------
Posted via
http://www.codecomments.com
------------------------------------------------------------------------
.
Relevant Pages
- Re: Windows scripting host and Word
... Word with a script. ... Forget about SendKeys unless there's absolutely no other ... As soon as you create the objWord object, your script has access to all the ... > Windows Scripting host SendKeys Method by activating word.The code is ... (microsoft.public.word.docmanagement) - Re: Expiring inactive accounts
... i suggest you to schedule a script to automate this task. ... In Windows NT 4.0 I used to enable the checkbox "User must login to ... In Windows 2000 how do I achieve this? ... (Focus-Microsoft) - Re: help on login script
... Our DC is windows 2003 sp1, 90% of clients are windows XP pro. ... changing my login script in dos batch file to acheive this: ... It works for any user even the login is not frank. ... If you want the goto thingy to work, ... (microsoft.public.windows.server.active_directory) - Re: Running a script then user fails to login to domain
... > Is there a way to run a script when someone fails to login ... You can enabled Account Logon Auditing and then use Performance ... Q300504 Configure Windows 2000 Server to Notify You of Security ... (microsoft.public.win2000.security) - Script problem with Windows 7
... to log in to the Comcast forums: ... At this point I use SendKeys to send my login information. ... This works with no problems under Windows XP. ... This script is just an example. ... (microsoft.public.scripting.vbscript) |
|