Delay creation of portal during startup

I have created a portal to a file location in an encrypted drive. This drive is decrypted automatically on login using task scheduler.

Unfortunately, after a reboot, the portal is empty as it's obviously attempting to recreate the portal when I startup the computer or log in before my drive is mounted.

Is there any workaround I can use to ensure my script runs before the portal is created?

4,181 views 2 replies
Reply #1 Top

Actually, I think i solved it myself since I noticed it creates its own task scheduler for the user so I created an event id in my script and updated the Fences trigger to wait for the event.

Reply #2 Top

Quoting inertia777, reply 1

Actually, I think i solved it myself since I noticed it creates its own task scheduler for the user so I created an event id in my script and updated the Fences trigger to wait for the event.
End of inertia777's quote

Cool.....;)