-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.ps1file (for example inC\tools\) - type
IoTuringinside - go to
[Win]+[R],shell:startup - create shortcut to
powershell.exeand 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation