Friday, October 2, 2009

Performance Objects Showing Numbers

Last week we had a Windows 2003 system with a problem with perfmon. The performance objects displayed numbers instead of names. Very annoying because perfmon is very usefull for tracking bottlenecks.

Here is the solution:

Rebuild the performance counters:
  • Open "CMD".
  • Just type "lodctr /R".

Friday, September 25, 2009

Windows 2008 restore registry

Hi there, today how to restore your registry in Windows 2008.
It can happen that your OS is not booting because the registry is corrupt, here is the solution.

The main registry hives are located in \Windows\System32\config. Named: COMPONENTS, DEFAULT, SAM, SECURITY, SOFTWARE and SYSTEM.
  1. Start your machine with the Windows 2008 install disk.
  2. Choose the "Repair" option.
  3. Go to \Windows\System32\config and rename the 6 files in .OLD.
  4. Copy the backup files from \Windows\System32\config\RegBack to \Windows\System32\config.
  5. Reboot you system. That's it.
By the way; this will also work with Vista.

Monday, October 13, 2008

URL Scan log path

When you troubleshoot URLscan check the logs. You can find the logs here:

%WINDOWS%\system32\inetsrv\urlscan


Sunday, October 12, 2008

Exchange 2003: remove a general purpose public folder tree

Last week I had the task to remove a general purpose public folder tree(Exchange 2003). When I tried to delete the public folder store I get the error message that the store has replicas and that I must move all the replicas.
But what do you do if you have only one server?


The following procedure explains howto delete a public folder store with adsiedit. CAUTION: Be sure you have a backup!


1. Unmount the public folder store
2. Go to Start -> Run and run adsiedit.msc
3. Navigate to the "Configuration Container"
4. Open "CN=Configuration,DC=Domain" -> "CN=Services" -> "CN=Microsoft Exchange" -> "CN=" -> "CN=Administrative Groups" -> "CN=" -> "CN=Servers" -> "CN=" -> "CN=InformationStore" -> "CN="
5. On the right pane you see the appropriate public store, delete it.
6. Start or restart the Exchange System Manager.
Now you can delete the general purpose public folder tree.

That's it for today.

Monday, November 12, 2007

Ubuntu 7.10 audio

Today I have the new Ubuntu 7.10 on a DELL Latitude installed. This was almost perfect. Only the sound did not work. The onboard sound card is the Intel 82801H HD Audio Controller. For this to work go to "System", "Management" and choose "Synaptic package management". Search on "Linux-backports module" install it (Synaptec then automatically packages which still must be installed). The only thing you have to do is restart the laptop and you will hear the startup sound.

Good luck!