|
|
ICT-Hotlist Topic
Do you want the Microsoft? Outlook 2013 popups longer on your screen?
Published : 2014-03-15.
Last updated : 2017-05-02.
Were you also working highly concentrated on your task and just noticed the arrival of a new mail? Someone send you an
e-mail and you could not figure out what the subject was about in 3 seconds. Than this registry file is for you. It prolongs the
Outlook 2013 "new e-mail popup" to 10 seconds.
This solution modifies the Windows registry. Back up the registry before you modify it. Then, you can restore the registry
if a problem occurs. Save the bordered text as a text file with the extension ".reg" and load it by double clicking it.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\DesktopAlerts]
"TimeOn"=dword:00002710
Substitute the value "00002710" with an value from the table below to get a different delay.
Time (seconds) |
Value (Hex-code) |
5 |
00001388 |
10 |
00002710 |
15 |
00003a98 |
20 |
00004e20 |
25 |
000061a8 |
30 |
00007530 |
60 |
0000ea60 |
Scripts and programming examples disclaimer
Unless stated otherwise, the script sources and programming examples provided are copyrighted freeware.
You may modify them, as long as a reference to the original code and hyperlink to the source page is included in the modified code and documentation.
However, it is not allowed to publish (copies of) scripts and programming examples on your own site, blog, vlog, or distribute them on paper or any other medium, without prior written consent.
Many of the techniques used in these scripts, including but not limited to modifying the registry or system files and settings, impose a risk of rendering the Operating System inoperable and loss of data.
Make sure you have verified full backups and the associated restore software available before running any script or programming example.
Use these scripts and programming examples entirely at your own risk. All liability claims against the author in relation to material or non-material losses caused by the use, misuse or non-use of the information provided, or the use of incorrect or incomplete information, are excluded. All content is subject to change and provided without obligation.
|