The below registry hack will allow you to Open applications with multiple windows / tabs with single click. Single clicking will open the last active tab, while hovering mouse over the program icon will show all open tabs – like before.
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Go to Edit->New->DWORD (32-bit) Value
Name the value LastActiveClick
Hit enter to assign the value and change it to 1
Restart Explorer and you’re good to go
Just wanted to share one thing I noticed at work recently.
When you add a wildcard application map in IIS 5/6, there’s a checkbox called “Verify that file exists”. What it does is that it checks if the file called in URI actually exists on the file system before invoking the specified executable. If the file doesn’t exist, it will just throw HTTP 404.

This causes two issues:
1/ If you have an access control extension mapped like that (e.g. Siteminder), it will be possible to map your website structure without logging in – attacker can just iterate through all file names and find out which ones are there.
2/ If you have additional ISAPI filters mapped that reply to requests for files that are not on the hard drive, they will not be invoked. The first application mapping will reply to the request with HTTP 404. I had this case with Trace.axd file, which is served dynamically by ASP.NET. With the “Verify that file exists”, the request pipe was broken and it never made to ASP.NET
I’m planning to switch from Windows 7 RC to the retail version on my desktop PC. I started wondering which version would I choose.
Theoretically there are 3 choices: Home Premium, Professional and Ultimate. However, the price difference between Professional and Ultimate is only 12 euros, so I can choose between Home Premium (183 EUR) and Ultimate (294 EUR).
The biggest advantage of Ultimate over Home Premium is the Virtual PC and XP Mode. I use it to access my old scanner via USB (there are no 64-bit drivers) and play around with Active Directory and servers in my Windows 2003 test lab. Even though those come for free, in reality I have to pay 110 euro for the Virtual PC.
Yesterday I asked myself “do I really need it?” and I ran some tests.
It turned out VMWare has just released a new RC version of their free VMWare Player software. This new version can also be used to create virtual machines, so it’s a full-fledged type 2 hypervisor. It also can connect unregnized USB devices to the VM and provides desktop integration (a bit differently than Virtual PC, but it works). Additionally it has some extra little features, like more advanced network configuration (without the annoying DHCP server), automated unattended installer for Windows OSes and the ability to run different guest OSes than just Windows.
And there’s a free converter tool that lets you convert machines from VirtualPC to VMWare.
I have old unused Windows XP license, so the choice was simple – I’m staying on Home Premium edition.
I was setting up a test Windows 2003 domain network to play around with it. One of servers is a gateway server – hosting ISA 2004.

However, I found an issue there – the “Internal Network” card did not get IP address from DHCP server (installed on domain controller in the local network), but instead an address from APIPA pool.

The weird thing was, it said “Assigned by DHCP”, and the DHCP server itself had an IP address from APIPA range.
.
I tried pinging this DHCP, sniff it etc. but with no results. Then I found some hint about a built-in DHCP server into Virtual PC. This DHCP server replies faster than my DHCP server on virtual domain controller, so it always won.
To remove this problem, you have to modify the System Policy Rule called “Allow DHCP replies from DHCP servers to ISA Server” to not allow the built-it DHCP server. To do this, go to ISA Server Management -> Firewall Policy and click “Edit System Policy” in Tasks pane. Go to DHCP rule (first one) and add a new exception.

Create a new computer with IP address 169.254.0.1 and add it to excetions. This way the built-in DHCP server will not be allowed to assign IP address to your virtual NIC and it will get the IP from other DHCP servers in your network. Which is exactly what we wanted.
Having your new, shiny Windows Mobile phone, full of connectivity options must be a bless! Or it would be, if not the short battery life. You need to disable Bluetooth and use WiFi / GPS only when needed, right?
Not anymore.
There’s a small tool which I’ve just discovered – WiFi Locations. It allows you to automatically enable / disable WiFi or Bluetooth in selected locations. And it detects your location based on GSM (or UMTS) cell ID – no need for GPS.
It’s a battery and time (since you don’t have to tediously enable/disable WiFi at home) saver.
You can download it and see newest comments on the XDA-Developers thread.

Recent Comments