Author: Kenneth

Windows 7 and Lenovo T60

To avoid Monitor problems use the following driver: http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-62923 To speed up the different .Net application from Lenovo the online verification can be turned of for the individual applications: By saving this as the application .config <?xml version="1.0" encoding="utf-8"?> <?configuration>

Hosting iTunes as a Windows Service

To host iTunes as a Windows Service under a User Account and not a system account this small program can be sued: http://www.johncleary.net/2009/11/download-jtunes-here/ It enables you to install the service start/stop it and so it can run without a concrete

Extract files from a .msi install file

To extract files from a .msi file at the command line, type: msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo For example, to extract files from f:\zenworks\zfdagent.msi into c:\zfd701 you would type: msiexec /a f:\zenworks\zfdagent.msi /qb TARGETDIR=c:\zfd701 The destination directory does not need

Syntax highlighting for VDM

Here are language files for VDM: VDM-SL VDM-PP VDM-RT They should be placed in: share\gtksourceview-2.0\language-specs vdm.lang (9.94 kb) vdmpp.lang (10.15 kb) vdmrt.lang (10.25 kb) vdmsl.lang (9.95 kb) vpp.lang (10.14 kb)          

DebugView

DebugView is an application to monitor debug output. From Microsoft TechNet: DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable

Firefox plug-in for text encoding and decoding

Here is a small Firefox plug-in which enables you to do encoding and decoding of text between different encodings. http://leetkey.mozdev.org/index.html

Lidt sne billeder fra december 2009

Ja vi fik lidt sne i løbet af december 2009. Her er lidt aften billeder som det så ud 22. December om aftenen. Ja lidt sne i forhaven kan man vel godt kalde det. Og lidt sne i indkørslen er

Enable Japanese characters in Windows and Eclipse

To enable the Japanese characters (Shift-JIS) the operation system needs to install the fonts. This is how to do it in Windows Xp: Install the fonts. This is done in the Regional Options under languages Select the Install files for

Small guide for basic Shell commands

Oreilly online book chapter: link

Low level keyboard hook

Here is a small example of how to create a low level keyboard hook with the Win32 API. Example can be found here.   KeyboardManager.cs  

Top