antonsen.net

antonsen.net

Enabling the Clock in the Taskbar for Terminal Services Sessions

Posted on October 28th, 2008 by eivind
Posted in Technical | 2 Comments »

Enabling the Clock in the Taskbar for Terminal Services Sessions

Easiest way to do this is as follows:

Turn on system clock your computer,
check this key in registry, (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2\Settings),
the ninth pair of hexadecimal values should be “02″

Export this key to a reg file
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2

then call this regfile in a logonscript “regedt32 /s “\\path_to_regfile\regfile.reg”

La Radio1 Oslo leve!

Posted on July 26th, 2008 by eivind
Posted in Misc | No Comments »

Christian the Lion

Posted on June 8th, 2008 by eivind
Posted in Misc | No Comments »

Simply amazing…. :)

Link 1
Link 2

El Camino Del Rey

Posted on June 6th, 2008 by eivind
Posted in Misc | No Comments »

Call of Duty 4 Variety Map Pack for PC and Patch 1.6

Posted on June 3rd, 2008 by eivind
Posted in Games | No Comments »

The Variety Map Pack and Patch 1.6 available on Thursday June 6th

Battlefield Bad Company

Posted on June 3rd, 2008 by eivind
Posted in Games | No Comments »

Game demo available Thursday June 6th on Xbox360 and PS3

Update:
After having played the demo, I must say that I don’t think I’m ever going to be comfortable playing this kind of game on a console. I think I’m gonna stick to playin them on the PC. Hopefully they’ll release this game on PC soon.

World of WifeCraft

Posted on May 22nd, 2008 by eivind
Posted in Misc | No Comments »

William as Michael Jackson

Posted on April 13th, 2008 by eivind
Posted in Misc | No Comments »

Here’s a video of William doing a short Michael Jackson routine.
It’s from UKM (ungdommens kultur mønstring)
Recorded in Lillestrøm Kulturhus on Apr 13 2008.

Medieval Helpdesk

Posted on March 14th, 2008 by eivind
Posted in Misc | No Comments »

I just had to add this one..

Norwegian language with english subs.

windows installer error 2203

Posted on February 27th, 2008 by eivind
Posted in Technical | 4 Comments »

I recently encountered Windows installer error 2203 whenever I tried to install a .msi file.

The problem was that whenever the machine was restarted the %TMP% and %TEMP% variables where set to C:\Temp. I could not figure out why (searched registry etc..)

My Resolution:
Open cmd, type echo %TEMP%
Compare the result with the setting under My Computer
Right click My Computer -> Properties -> Advanced -> Environment variables -> User variables
Change the latter to match the first.

or

create a batch to run these commands on login…
(where Path is the same on each command and may be c:\temp (example))

reg add “HKEY_CURRENT_USER\Environment” /v “Temp” /t REG_SZ /d “Path” /f
reg add “HKEY_CURRENT_USER\Environment” /v “Tmp” /t REG_SZ /d “Path” /f
set TMP=Path
set TEMP=Path

PS! If you don’t know what you’re doing,, Don’t do it!

« Previous Entries Next Entries »