Disable thumbs.db on network folders

Thumbs.db was created in Windows XP in every folder that contained picture files.

Windows 7 creates a central thumbache in your user folder.

But Windows 7 creates thumbs.db files while browsing network folders.

Here is a little howto to disable thumbs.db in Windows 7 browsing network folders.

  1. Open your registry editor.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\
  3. If key “Explorer” doesn’t exists create a key named “Explorer”
  4. In key “Explorer” please create a new DWORD 32 bit value named “DisableThumbsDBOnNetworkFolders” with value = 1
  5. Reboot your system

Another possibility:

  1. Download this packed registry file
  2. Unpack the archive
  3. Execute the unpacked registry file
  4. Reboot your system.

Windows 7 Service Pack 1 ist da

Heute stand nun über das Windows Update das Service Pack 1 für Windows 7 zur Verfügung.

Unter der folgenden Adresse gibt es offizielle Informationen zum Inhalt des Service Packs: http://windows.microsoft.com/de-DE/windows7/whats-included-in-windows-7-service-pack-1-sp1

Windows7SP1

Nach einem Neustart gab es eine Meldung über die erfolgreiche Installation des Service Packs:

Windows7SP1Installed

Telnet unter Windows 7

Unter Windows 7 ist das Programm “telnet” von Haus aus nicht mitinstalliert, wie man dies von den vorherigen Windows Versionen gewohnt ist.

Man kann dieses Programm aber nachinstallieren bzw. aktivieren:

  1. “Systemsteuerung” aufrufen
  2. “Programme und Funktionen”
  3. “Windows- Funktionen aktivieren oder deaktivieren”
  4. Dort muss in dem sich öffnenden Fenster der Punkt “Telnet-Client” markiert werden und dann bitte mit OK bestätigen.
    Ein Neustart wird nicht benötigt.

    Windows-Funktionen

    Fenster "Windows-Funktionen"

Assertion failure “(!”SetThreadContext failed”)” in “\win32src\thread32.cpp at line 434

After installation of Windows 7 (64 Bit) and installation of Delphi 2009 the following error “Assertion failure “(!”SetThreadContext failed”)” in “\win32src\thread32.cpp at line 434 Continue execution?” occured terminating the started application in IDE.

The IDE has to be closed per Windows Task Manager.

But there is an inofficial fix that Olaf Molien described in his blog.

There is a howto and a tool to modify the file “bordbk120N.dll”.

My IDE doesn’t throw any exception after the fix. Nice work!