Install Google Chrome in Program Files

 

We recently had a client that required Google Chrome for a web based app. Google Chrome is easy to download and install. Pretty straight forward and easy enough right? Wrong. Google Chrome installs in

  • Win Vista/7 – C:\Users\%username%\AppData\Local\Google\Chrome\
  • Win Xp – C:\Documents and Settings\%username%\Local Settings\Application Data\Google\Chrome\

by default. You would think Google would install it to Program Files by default like other applications but it does not.

Read more

GPO disabling a Windows service

Recently I had a virtual machine that would not obtain an IP from DHCP. I noticed the DHCP client service was disabled in windows services. I would enable it, start it and it would start just fine. I would then reboot the VM. The DHCP client service would be disabled again. I had a feeling … Read more

Show hidden devices in Windows

Have you ever had devices that where stuck on your system and you needed to remove them. For example someone removed a physical network card from the system without uninstalling it first from the OS. This can be a problem if that network card had a static IP assigned to it. Once you add a new network card using the same static IP that was assigned to the previous network card it will give you an error.

If this were to happen normally you would go to device manager and simply uninstall the device. Well what if they don’t display? That means they are hidden. It is a good thing there is a way to un-hide them so you can uninstall them.

I have created a batch file that contains this:

Read more

Analyze a Trend Micro HijackThis log

 

Trend Micro HijackThis is a free utility that generates an in depth report of registry and file settings from your computer. This tool can help you detect spyware and viruses. Do not use this tool alone. Use this tool along with other spyware and virus removal tools.

Download it here:Trend Micro Hijackthis tool 

So now you have generated a log file using Trend Micro HijackThis. Here is a website that you can upload the log file on to Analyze it.

Read more

Free Win 7 Deployment workshop

I will be attending a FREE half-day Windows 7 Deployment technical seminar in Minnesota. It will be presented by Jarvis Davis a Senior ConfigMgr Consultant. Here are the topics that will be covered in the technical seminar: In this session, Virteva will share their desktop deployment processes and methodologies as well as lessons learned, covering … Read more

App crashes on Vista/Server 08

So I have had certain software crash under Vista or 2008 Server while other applications on the same machine work just fine. Here is one of the errors I see:

Problem signature:
Problem Event Name: BEX
Application Name: EXECUTABLE.exe
Application Version: 1.7.1.0
Application Timestamp: 4896b682
Fault Module Name: StackHash_3884
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Offset: 002ca978
Exception Code: c0000005
Exception Data: 00000008
OS Version: 6.0.6001.2.1.0.16.7
Locale ID: 1033
Additional Information 1: 3884
Additional Information 2: b68e6d6fa0c9967afbd16b6d0b9e4ef4
Additional Information 3: 6276
Additional Information 4: a9fd8ecff73ec5510247cf946efdd405

This could be caused by copy protection. Here is how I resolved it:

Read more