Releases: Fredrik81/Reboot-Dialog
Presentation Mode detection
This release adds a feature to block the popup during presentation mode, fullscreen D3d and the new windows do not disturb mode.
To flip this on or off using the setting called "DndDetection" (default is True so if you want to have this feature you do not have to push our new settings file)
<setting name="DndDetection" serializeAs="String">
<value>True</value>
</setting>
Snooze Timeframe
Added options to change when snooze options are removed based on hours or days. Days is default.
Trigger it!
Added new command line option to force the dialog to display when program is executed.
This can be used in scripts etc if you want to on-demand force the dialog to prompt.
Useful for those who don't want the program to always be loaded in the background checking for the usual reboot signs but want to only on demand show a dialog with snooze options.
If existing reboot dialog is running in the background for the user it will be killed and the new will start and immediately show the dialog for the user.
Try it out: "reboot dialog.exe" /trigger
Reboot date/time detection
In this release there are code to detect when the patch was installed and will start the count from that date.
So even if user login several days after patch is installed it will count from the date when the patch was installed for the snooze timers.
I have not tested Windows 7 yet so this is a pre-release
Removed some bugs
Issue with dialog not showing should be fixed from the 1.5.5 release
#10
Fixes to snooze timers and more
Logging and button colors
In this release you can change color on the buttons and also enable logging.
Colors are changed from the config file.
Logging is enabled by default and will be loggin the the users temp folder in a file called "RebootDialog.log"
Reboot after X number of days
Add setting to show the reboot dialog if computer have been up for more than a specific set of days. Default is 0 and that is disabled.
Fixed a bug in test mode making it not work for the first 20minutes after reboot.
Translations and boot fix
In this release there is a fix for when the computer boots up it checks to quickly if it require a reboot and prompts the user.
Translation fixes
Multi-Language support
1.3 Update README.md