configuration-guide.com

simple configuration guide for your computer related tasks

Menu
Menu

run virtual keyboard from vb script

Posted on July 5, 2018 by voidzzz

with vb script, you can basically interact with almost if not all aspects of your windows system.
here we will create simple vb script to run virtual keyboard.

Here is how :

  • launch notepad
  • type the following script:
    Set oShell = WScript.CreateObject ("WScript.Shell")
    oShell.run "osk"
    Set oShell = Nothing
  • File > Save As
  • save as type : All Files
  • file name : virtualkeyboard.vbs (or whatever you want to name it)

you can basically replace "osk" with any command recognized by windows.

Thats it.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

User Control Panel

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Configuration Category

©2021 configuration-guide.com | Built using WordPress and Responsive Blogily theme by Superb