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”
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.
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.
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))