- Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
- Localsend https://web.localsend.org/
- FilePizza https://file.pizza/
ShareDrop sharedrop.io https://github.com/szimek/sharedrop(SOLD, not recommended, use one of the forks)A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop(SOLD, not recommended, use one of the forks)- A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
- ToffeeShare https://toffeeshare.com/
- Instant.io https://instant.io/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Task Scheduler BitLocker Unlock Script | |
| This PowerShell script automates the setup of a Task Scheduler task to unlock a BitLocker-encrypted D: drive upon user login. | |
| ## Features: | |
| - Generates a Task Scheduler XML definition and a corresponding PowerShell script to unlock the BitLocker-encrypted D: drive. | |
| - Prompts the user for input, allowing them to choose whether to import the task into Task Scheduler. | |
| - If the user presses Enter without providing input, the script defaults to 'Y' for task import. | |
| - Provides an option to cancel the task creation if the user chooses not to import it. |