Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgaskin/bootnext
Windows tray icon to set the EFI BootNext variable.
https://github.com/pgaskin/bootnext
boot-manager bootloader dual-boot efi tray-icon uefi windows
Last synced: 18 days ago
JSON representation
Windows tray icon to set the EFI BootNext variable.
- Host: GitHub
- URL: https://github.com/pgaskin/bootnext
- Owner: pgaskin
- License: mit
- Created: 2019-01-22T00:08:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T02:09:37.000Z (about 4 years ago)
- Last Synced: 2024-07-30T20:57:29.414Z (4 months ago)
- Topics: boot-manager, bootloader, dual-boot, efi, tray-icon, uefi, windows
- Language: C#
- Homepage:
- Size: 93.8 KB
- Stars: 86
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootnext
Windows tray icon to set the EFI BootNext option. Binaries and an optional MSI installer can be downloaded [here](https://ci.appveyor.com/project/pgaskin/bootnext/build/artifacts).![](screenshot.png)
**Running automatically on login:**
1. Open `Task Scheduler`.
2. Press `Create Task`.
3. Name the task `bootnext` (or whatever you want to call it).
4. Check `Run only when user is logged on`, and choose your user.
5. Check `Run with highest privileges`.
6. Under `Triggers`, press `New...`, choose `At log on`, then tick `Specific user` and choose your user.
7. Under `Actions`, add `bootnext.exe` (or whatever you downloaded/built it as).
8. Under `Conditions` untick `Start the task only when the computer is on AC power`.
9. Under `Settings`, untick `Stop the task if it runs longer than:`.Alternatively, you can create the task automatically by running `bootnext /install` from a command prompt as an administrator. To remove it, run `bootnext /uninstall`.
The MSI installer will create the scheduled task automatically.