Skip to content

Win10 auto startup - Documentation update #125

@inobrevi

Description

@inobrevi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions