Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Autostart in Windows 10 #525

Answered by PittsGitHub
AndyZaa asked this question in Q&A
Aug 16, 2023 · 6 comments · 5 replies
Discussion options

You must be logged in to vote

Not sure what the official suggestion is and I may have made it work in a hacky way.I wrote two simple Powershell files that are called on start-up and set plex-debrid to open without the menu prompts.

This has led to when the PC is turned on and logged into plex-debird auto starts and plex auto starts anyway.

plex debrid script:

$Title = "plex-Debrid"

$host.UI.RawUI.WindowTitle = $Title

cd <YOUR FULL PLEX-DEBRID FOLDER PATH HERE>

python ./main.py

RClone Script:

$Title = "rclone"

$host.UI.RawUI.WindowTitle = $Title

cd <YOUR FULL RCLONE FOLDER PATH HERE>

./rclone.exe cmount realdebrid: X: --dir-cache-time 10s

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AndyZaa
Comment options

Answer selected by AndyZaa
Comment options

You must be logged in to vote
2 replies
@AndyZaa
Comment options

@PittsGitHub
Comment options

Comment options

You must be logged in to vote
2 replies
@omerf111
Comment options

@AndyZaa
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants