Archive for the ‘Tech’ Category

VLC Media Player

Sunday, March 30th, 2008

This advice is coming from a strong proponent of Windows Media Player – Ditch it! (For Video Playback at least)

I started using VLC Media Player a few months ago (thanks to Sarthak). For those who don’t know, my computer is slow with low RAM and almost all media players have difficulty playing even low-resolution videos on my computer.

VLC stands out of the crowd by allowing me and my crappy computer to enjoy full screen HD quality videos! I don’t know how VLC does it and I don’t care to find out. It is an amazing feeling to use a media player with such a light footprint and such a strong feature-set.

VLC also does an excellent job of managing codecs – I have not found the need to download a single codec ever since I installed VLC.

Check out VLC here.

Sync IE Favorites/Bookmarks across computers

Friday, March 21st, 2008

I use a personal laptop and a work computer on a regular basis and tend to browse the internet during down times. I also have a lot of bookmarks in Internet Explorer that I wish to access while I am browsing – regardless of which machine I am using. Therefore I looked into different products that could essentially synchronize my IE Favorites across different machines. Up until now, I’ve been using Zinkmo and that has worked flawlessly in the background for me.

However, I recently upgraded to the latest version of IE7 PRO and noticed that IE7Pro offers bookmarks syncing as an online service. I decided to try it out and it seems to work just as seamlessly as zinkmo and it doesn’t place an icon in the taskbar notification area like zinkmo does.

So for now, I’ll be uninstalling Zinkmo and trying out the IE7PRO bookmarks synchronization for a while.

IE7PRO setings

Removing BlueSoleil Oulook Plugin

Wednesday, March 19th, 2008

BlueSoleil is a Bluetooth manager that I use for my computer. However, Blue Soleil adds a plug-in toolbar in Outlook that is really hard to get rid of.

Unchecking the toolbar in the view toolbar settings will only remove the toolbar for that particular session. The next time you start outlook, the add-in pops right back up

HOW TO REMOVE:
Outlook 2007
Tools > Trust Center > Add-ins > Manage COMM Add-ins > Go > Uncheck the BlueSoleil Add-in

Outlook 2007 Trust Center

 

Outlook 2000/2002/2003
Tools > Options > Other tab > Advanced Options button > Addin Manager COMM Addin

Downgraded to XP

Monday, March 3rd, 2008

About a month ago, I downgraded to XP from Vista. This is after using Vista on a daily basis for close to a year.

WHY? Most avid windows users know that windows installations tend to get bloated. In my personal experience, I’ve had to redo my Windows installation every 1-2 years on a regular basis. So after about a year of Vista, things had gotten bloated – REALLY bloated. It got to the point where I couldn’t watch YouTube videos on my computer.

This is not something that I blame Microsoft for. I think Vista is definitely more advanced than XP and I even miss some features of Vista (such as integrated search in the start-menu) after I downgraded.

I DO however blame the lack of support from third-parties. Sony was slow to roll-out the HotKey utility software for my computer. This meant that I couldn’t turn down the volume on my laptop or change the screen brightness by pressing a button like I could on XP. The lack of Video driver support for my integrated ATI video card was also a big factor.

In part I also blame myself for being a little ambitious and installing Vista on a Pentium 4 machine with a little less than 1GB of RAM. I also had a hardware issue where my processor would downgrade from 3 GHz to 1.6 GHz when the computer got a little hot. This hardware issue was alleviated to some extent by cleaning the ventilation fans.

In any case, I am back on XP and loving the little utilities that I had lived without over the past year. I would love to go back to Vista once I have a strong enough machine. I recommend that if you are buying a laptop, buy one that is designed for Vista so as to minimize compatibility issues with respect to various utilities and drivers.

Reclaim your laptop from the depths of Vista hell !

Wednesday, October 10th, 2007

Ok. Its not that bad but the title sounded pretty dramatic so it stays. I love Vista but one thing it broke was my volume buttons on my precious Sony Vaio and the sony utilities are just NOT there!

So if you’re stuck in a similar predicament with an IBM, Sony or some other manufacturer that refuses to live in the year 2007, then follow these steps-

1) Download and Install AutoHotKey

2) Edit the script and use the following Code-

#.::
Send, {VKFFSC120}
return

#/::
Send, {VKFFSC130}
return

#,::
Send, {VKFFSC12E}
return

 

3) Press Win+. to mute, Win+/ to vol-up and Win+, to vol-down

You can of course change the script to your liking or if you need help then post a comment

Log Me In

Saturday, September 15th, 2007

If you find yourself supporting/fixing computers for friends and family members, then LogMeIn is an indispensable tool for you. I use LogMeIn Free to remote control the computers that I support and the reason that I love this tool is because it does an excellent job of punching through firewalls AND it requires absolutely no interaction from the person being helped in order for you to establish a remote connection. You need to install a small program that runs on each computer that you support – ideally this can be setup by you the next time you get called for support.

System Tray Icon

What I don’t like about the client side software is that it puts an icon in the System Tray. However, I have found that you can kill this icon using the registry without impacting any functionality. This way LogMeIn is completely transparent to the end user and you have the ability to remote control their computer whenever they are experiencing an issue. In order to remove the icon from the system tray, remove the following entry from the registry-

HKLM\Software\Microsoft\Windows\CurrentVersion\Run
Delete "LogMeIn GUI"

The next time you restart your computer, the system tray GUI will not run but the core LogMeIn processes will run, giving you complete access to their system.

Vista Update (10/10/2007): It seems that the system tray icon may give you some trouble on Vista machines. The simplest workaround right now is to simply rename the executable located here: C:\Program Files\LogMeIn\x86\LogMeInSystray.exe to something else. Change the executable in the x64 folder on 64-bit machines. If you find a better workaround, please post it in the comments.

Authentication

The other part that might be tricky is the fact that you need a local user account on the machine that you are going to support. Now I haven’t completely figured why this happens, but apparently depending upon the mood of the installer, you may be prompted by the installer to create a “Computer Access Code”. What this really means is that the installer has created a user account for you on that local box called “LogMeInRemoteUser” and has hidden this user account from showing up on the XP Welcome Screen or on the User Accounts management tool in the Control Panel.

I wasn’t too comfortable using “LogMeInRemoteUser” on some machines and a personal local account on other machines. Therefore, I chose to create personal accounts on ALL machines that I support and deleted the LogMeInRemoteUser account in an effort to maintain consistency. I will not be covering the steps to create a local user account.

First thing I wanted to do was to hide my personal account from the XP Welcome Screen and from the User Accounts management tool in Control Panel. To do this, add the following DWORD to the registry-

HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\SpecialAccounts\UserList
Add DWORD for "AccountName" and set value to 0 to hide it from the UI

My Personal Account’s username is “Pranav” so I just create a DWORD for “Pranav” and set it to 0 ni the location mentioned above.

If you were prompted to create a Computer Access Code during installation, then the installer created a local account called LogMeInRemoteUser and you’ll notice that there is a DWORD entry in the same location for that account. Simply delete this DWORD and you’ll now see this account in the User Accounts management tool in Control Panel. You can then go ahead and delete this account if you wish to do so.

Conclusion

I am loving the product so far – especially since it is FREE and EASY. I have also been able to make this experience completely transparent for the people that I support and that is a great plus point for me. Please share your suggestions/experiences in the comments below.

MOSS 2007 & Windows Server 2003 SP2

Friday, September 14th, 2007

We recently upgraded one of our SharePoint boxes to Service Pack 2 of Windows Server 2003. The upgrade broke our Content Deployment from the upgraded server to any other servers. The error message in Central Admin said something to the tune of “The remote web upload request failed”

Upon further investigation I found out from the IIS logs on the target machine that all the exported .cab files were actually being transferred over successfully and IIS was returning back a status code of 200 for each transfer. However on the last CAB file upload, IIS returned a status code of 400 every time for some reason. After that, everything just died out and the source machine could not confirm that the transfer was complete.

Rob has a more detailed account of why SP2 broke Content Deployment but in short, the fix involved making changes to the registry since service pack 2 has issues with networking and I am being told that there is no way to roll-back from SP2.