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

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¶
- Download the latest version from github
- Set the location of your config.ini file
- Create a button in Stream Deck C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -NoProfile -File "C:\Update-PositionSize.ps1"