Skip to content

Releases: Fredrik81/Reboot-Dialog

Presentation Mode detection

02 Oct 14:49
5bb763b
Compare
Choose a tag to compare

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

08 Apr 01:05
5bb763b
Compare
Choose a tag to compare

Added options to change when snooze options are removed based on hours or days. Days is default.

Trigger it!

04 Dec 23:36
b36d566
Compare
Choose a tag to compare

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

01 Nov 16:18
b36d566
Compare
Choose a tag to compare
Pre-release

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

26 Oct 12:49
b36d566
Compare
Choose a tag to compare

Issue with dialog not showing should be fixed from the 1.5.5 release
#10

Fixes to snooze timers and more

22 Jul 13:17
Compare
Choose a tag to compare
Pre-release

Fixes to these issues:
#8 Snooze timers
#7 This needs a but of testing but should do the trick
#5 Option in config now disables all shadows

Logging and button colors

01 May 12:11
Compare
Choose a tag to compare

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

09 Mar 11:56
b732c36
Compare
Choose a tag to compare

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

26 Feb 17:39
b732c36
Compare
Choose a tag to compare

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

23 Feb 22:05
e3721b0
Compare
Choose a tag to compare
1.3

Update README.md