Replies: 2 comments
-
There are basically two options. Either you use a scheduled task and specify it to run at system startup and run an application where you create your Dokan file system. Or alternatively, you create a Windows service and set it to something like auto-start or auto-delayed to have it start automatically when system starts up. How to implement a Windows service in .NET: https://learn.microsoft.com/en-us/dotnet/core/extensions/windows-service |
Beta Was this translation helpful? Give feedback.
0 replies
-
See previous question on the same topic here #1005 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I’m using the Dokan .NET library to build a virtual filesystem that must:
Any Help How I can persist the drive and achieve the above
Beta Was this translation helpful? Give feedback.
All reactions