Skip to content

System-Admins/autotyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AutoTyper

This WinForm program, created in PowerShell, allows users to send keystrokes to the active window.

🔰 About

This WinForm program provides a simple and effective way to send keystrokes to the active window, offering a practical solution for various scenarios. Whether you need to copy-paste text through a HP iLO session or a locked down RDP session. This tool simply types the keys strokes instead of you manually typing it.

âš¡ Features

  • Sends keystrokes to the active window
  • Simple and easy-to-use WinForm interface
  • Configure delays before sending keystrokes and delay between each key stroke
  • Save each input, so it can be used later
  • Export and Import inputs to use on another machine

🔌 Installation

Before installing the module, the following prerequisites must be fulfilled:

  • At least PowerShell 5.1 installed.
  • To download the tool, you need an internet connection.
  • Only works on a Windows-platform

📦 Commands

  1. To install the module run the following in a PowerShell session:

    Install-Module -Name SystemAdmins.AutoTyper -Scope CurrentUser -Force
  2. Import the module in the PowerShell session:

    Import-Module -Name SystemAdmins.AutoTyper
  3. Now run the tool by:

    Invoke-AutoTyper

📷 ​Screenshot

AutoTyper screenshot

About

A small WinForm program made in PowerShell to send key strokes to the active window.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published