To remove the Latest News section from the login page of the web interface, open the file:
"C:\Program Files (x86)\PRTG Network Monitor\webroot\css\styles_custom_v2.css"
and add:
.newsfeed {display:none!important; visibility: hidden; }
Save and close the file and refresh the webpage.
Tested on PRTG version 17.4.35.3441.
Thursday, 14 December 2017
Saturday, 25 November 2017
Lenovo ThinkPad: Clear / reset fingerprint data
To clear or reset the fingerprint data:
1. Restart the laptop.
2. At the Lenovo logo screen press F1 to enter BIOS Setup (or Fn+F1).
3. From the "Security" menu choose the "fingerprint" option.
4. Choose the option to "Reset Fingerprint Data".
5. Press F10 to save and exit BIOS Setup.
6. Start Windows and try enrolling the fingerprint again.
Thursday, 23 November 2017
Infor Query & Analysis (Q&A): Configure Excel add-in to load at startup
To configure the add-in to load at startup:
Close any running instances of Excel
Open Registry Editor and browse to:
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\Infor Query and Analysis Add-in\
Set the value of the LoadBehavior key to 3
Close Registry Editor, open Excel and the Infor tab should be displayed in the ribbon.
To configure this using PowerShell:
Close any running instances of Excel, open a PowerShell prompt and run the following command:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\Excel\Addins\Infor Query and Analysis Add-in" -Name LoadBehavior -Value 3
Close any running instances of Excel
Open Registry Editor and browse to:
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\Infor Query and Analysis Add-in\
Set the value of the LoadBehavior key to 3
Close Registry Editor, open Excel and the Infor tab should be displayed in the ribbon.
To configure this using PowerShell:
Close any running instances of Excel, open a PowerShell prompt and run the following command:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\Excel\Addins\Infor Query and Analysis Add-in" -Name LoadBehavior -Value 3
Labels:
Excel,
Excel 2016,
Infor Q&A,
Infor Query & Analysis