Forum Discussion
mogulman52
Sep 12, 2020Copper Contributor
Automatically Log In After Restart - How?
Is there anyway to automatically log in after a restart? About every 3 weeks WVD logs me out. Probably due to an update. This messes up Task Scheduler which I depend on.
2 Replies
- Nagorg-TerralogicBrass ContributorNot sure what your use case is but WVD probably isn't the best choice for a platform to run scheduled tasks from. You probably should look at things like PowerAutomate or Azure Automation. If there are some dependencies for accessing/using private resources that may only be accessible from the vNet or over a connected VPN, you could employ a Hybrid Worker.
- mogulman52Copper Contributor
Nagorg-Terralogic Thanks for reply. I am using Azure Function Apps for some things. It is easy to write a C# function. I have a requirement to produce a PDF report that has a few graphs, tables and pivot tables. I email it to clients. I'm currently using an Excel addin. I've looked for alternate ways to do it but so far they all fall short. I looked at PowerBI but it seemed to fall short as well. I'll probably look at it again.
I did find a https://docs.microsoft.com/en-us/sysinternals/downloads/autologon. It seems to work.