So I don't forget: According to an article in c't magazine, disabling the "DiagTrack" service ("Connected User Experience and Telemetry") will completely disable user tracking in Windows 10. They also say that they did not see any negative effects. Source: Telefonierverbot in c't 01/2019 page 172 (in German)
Category: Windows
If Ctrl+Alt+F8 disables your secondary monitor
I just pressed Ctrl+Alt+F8 and wondered why all of a sudden my secondary monitor went blank. Turns out that this is a "Feature" of the Intel HD graphics driver. It restores the graphics default. And since it is such a great feature, you can't disable or customize this hotkey. Great work Intel! Again StackOverflow was … Continue reading If Ctrl+Alt+F8 disables your secondary monitor
USB tethering a OnePlus One phone to Windows XP
For whatever reason my old Windows XP netbook doesn't connect to our holiday flat's WIFI while my OnePlus One Android phone does. So I thought I'd simply tether it to the Netbook via USB to get around this problem. I tried that before with other phones and other computers and don't remember ever having a … Continue reading USB tethering a OnePlus One phone to Windows XP
VirtualBox and Windows 8.1: This 64-bit application couldn’t load because your PC doesn’t have a 64-bit processor
I just moved a Windows 8.1 installation in Virtual Box from one computer to another. When booting up, Windows told me: This 64-bit application couldn't load because your PC doesn't have a 64-bit processor The host computer is an Intel Xeon CPU which definitely is a 64 bit CPU (the previous computer was an older … Continue reading VirtualBox and Windows 8.1: This 64-bit application couldn’t load because your PC doesn’t have a 64-bit processor
Adding a Windows 8.1 computer to a SAMBA domain
Note to self: If adding a Windows 8.1 computer to a SAMBA domain fails with the error "The specified domain either does not exist or could not be contacted" the following changes to the Registry might help: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] ; Enable NT-Domain compatibility mode ; Default: ; [value not present] ; … Continue reading Adding a Windows 8.1 computer to a SAMBA domain
SyncThing for Android
I blogged about SyncThing before, when BitTorrentSync started to annoy the hell out of me. SyncThing is an open source tool for synchronizing directory trees between different devices without requiring a cloud service (it needs a discovery server though in order to actually find these devices). There is also an Android app for it as … Continue reading SyncThing for Android
Creating a window without a title that can be moved with the mouse
For my dzComputerInfo tool I created a window without a title that can still be moved with the mouse. This is quite easy to do: To remove the title, set BorderStyle to bsNone. To let the user move it with the mouse, add the following message handler: It tells Windows, that the user clicked on … Continue reading Creating a window without a title that can be moved with the mouse
Configuring FTDI USB serial converters
USB serial converters from FTDI are quite popular. We also use them at work quite a lot because they do not have the problem of the competing products (like Prolific): Windows does not detect devices on them as Microsoft ball point devices. These converters can be configured interactively using a dialog accessible from the hardware … Continue reading Configuring FTDI USB serial converters
dzEditorLineEndsFix 1.0.3 released
I have released a new version of my dzEditorLineEndsFix tool for Delphi 2006 to 2010. There is only one change: I removed the balloon hint it used to show at startup. It started to annoy the hell out of me (and I'm probably not the only one). The tool also now has its own page … Continue reading dzEditorLineEndsFix 1.0.3 released
Enable Hibernate on Windows 8.x
Note to self: If Hibernate is not available on the shutdown menu and doesn't show up in the configuration either, it can be enabled via the command line: powercfg -h on