Skip to content

Update Position Size

Notes

This is a simple powershell script which when ran, pops up asking for a value. In my case, this is a lot size

Popup

When you enter this value it updates the $positionsize= value in the - config.ini file

Pre-reqs

Windows Powershell

Script

Features

  • When ran, KBM is focused on the popup window. This allows you you quickly enter a value and press enter

How to Run

  1. Download the latest version from github
  2. Set the location of your config.ini file
  3. Create a button in Stream Deck C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -NoProfile -File "C:\Update-PositionSize.ps1"