Hi!
So I was setting up IoTuring again after reinstalling system and I found better way of auto startup.
After installing trough pipx just:
- create
IoTuring.ps1 file (for example in C\tools\)
- type
IoTuring inside
- go to
[Win]+[R], shell:startup
- create shortcut to
powershell.exe and put it there
- modify it so Target is:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File "C:\tools\IoTuring.ps1
And that should work. This way it creates hidden console window on startup that runs IoTuring.
If needed can be turn off by terminating python in Task Manager :D
Hi!
So I was setting up IoTuring again after reinstalling system and I found better way of auto startup.
After installing trough pipx just:
IoTuring.ps1file (for example inC\tools\)IoTuringinside[Win]+[R],shell:startuppowershell.exeand put it thereC:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File "C:\tools\IoTuring.ps1And that should work. This way it creates hidden console window on startup that runs IoTuring.
If needed can be turn off by terminating python in Task Manager :D