Search This Blog

Thursday, January 16, 2020

Windows Hello on HP Probook 470 G0

If you are looking for fingerprint sensor drivers for Windows Hello, try to get it from here:



I have WH bio-metric sensor successfully running on this platform.


D.

Monday, January 13, 2020

SFB RTCXDS is growing fast

You can run this SQL transaction few times a day:

use master;
BACKUP log rtcxds TO DISK = 'NUL:';
GO
USE RTCXDS;
DBCC SHRINKFILE(rtcxds_log, 200);
GO