0
我想寫一個簡單的腳本來填寫需要使用鍵盤快捷方式登錄的程序的登錄詳細信息。運行時停止vbscript關閉當前窗口?
set wshshell = wscript.CreateObject("wscript.shell")
WshShell.SendKeys "username{tab}passowrd{enter}"
這工作我的工作電腦(XP)上,但我家的電腦(Windows 8)的鍵盤快捷鍵停用,以便不進入細節的當前窗口根據需要。 任何幫助將不勝感激。