Posts Tagged ‘Software’

Multirow Bookmarks Toolbar 3.8 – Firefox Add-on

Friday, July 17th, 2009

If you are like me then you probably have a lot of websites you visit on a regular basis. I hate typing in web addresses or browsing through my bookmark folders. I love using my BookMarks Toolbar for quick and easy access to all of my websites. The problem is that I soon ran into having too many bookmarks. The Multirow Bookmarks Toolbar Add-on for Mozilla Firefox works great. It easily stacks your bookmarks toolbar depending upon how many bookmarks you have. Works great in Mozilla Firefox 3.5.1.

Mozilla Firefox Bookmarks Toolbar

Mozilla Firefox Bookmarks Toolbar

Download the Multirow Bookmarks Add-On

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

VLC is pixelated compared to MPC

Saturday, July 11th, 2009

I have been using K-lite mega codec pack with Media Player Classic for the past 2 years or so. With the release of VLC 1.0 I thought I would give it another shot. For the most part, the memory usage was a lot better than it used to be. Playing a TV episode of “The Office”, memory usage with VLC 1.0 was only about 15MB more than MPC. Playing the movie “Transformers” in 1080p the memory usage with VLC 1.0 was only about 30MB more than MPC.

There are two things you need to enable to make the media in VLC render more smoothly.

  • Tools : Preferences: Video: Output: OpenGL Video Output
  • Tools : Preferences: DeinterlacingMode: Blend

One thing I like about VLC is that it is easy to download, distribute, and use. With Media Player Classic, you have to make sure you have a codec pack for media to play. For me that is not an issue, but for the standard user, codec packs and knowing how to use them, can sometimes be confusing. If you haven’t tried VLC 1.0 yet, you might want to take a second look.

VLC Player

VLC Player

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

VMWare – Delay VM Bootup Time to Allow Bios Entry/Boot Options

Wednesday, June 24th, 2009

You will need to change a few things in your .vmx file for your virtual machine. In Windows Vista and Windows 7 the default location of your virtual machine is:

C:\Users\USER\Documents\Virtual Machines\VIRTUALMACHINENAME.vmx

Step #1

Open up the .vmx file in notepad and add :

bios.bootDelay = “5000″
this adds a 5000 ms (5 seconds) delay at boot time
save the .vmx file

or add:

Step #2 (Optional)

To force VM to enter the BIOS setup at next boot change the following:

bios.forceSetupOnce = “TRUE”

Escape will get you into the Boot Order and F2 will get you into the BIOS menu.

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

Formatting WinPE 3.0 USB Flash Drive – (DISM)

Friday, June 19th, 2009

In my previous article I wrote about how to create the WinPE 3.0 environment, add drivers, mount the .WIM file, add batch scripts, etc. Here are the steps for creating the bootable flash drive.

Step #1

Open up Command Prompt

You can do the first step within a normal command prompt window or within the WAIK Deployment Tools Command Prompt Window.

Step #2

Diskpart

This launches the DiskPart program which is included within Windows Vista x32, x64 and Windows 7 x32, x64.

Step #3

List Disk

Before you do anything you will want to see which disk is which on your computer.

Step #4

select disk 1

You will want to pick the corresponding disk in which you want to use for your bootable flash drive. Careful, because this will completely erase the disk you select.

Step #5

clean

This cleans up your disk.

Step #6

create partition primary

This creates the partition on your flash drive.

Step #7

select partition 1

This selects the partition you just created in Step #6.

Step #8

active

This marks the select partition as active.

Step #9

format fs=fat32 quick

This will format your flash drive in FAT32 format. Make sure you use the quick command otherwise it will do a standard format and will take a while. For bootable flash drives the quick format will always be fine.

Step #10

assign

This will assign the next available drive letter to your flash drive. (You can also specify which drive letter you would like it to be assigned)

Step #11

exit

This exits DiskPart.

Step #12

exit

This exits CMD.

Step #13

Then just copy the contents of the “c:\winpe_x86\ISO\” folder in which you have your WinPE 3.0 environment created in the previous article and you are ready to boot up on a flash drive to WinPE 3.0. Enjoy!

Here are the commands all together:

Diskpart
list disk [See which drive is which]
select disk 1 [corresponding to disk on your computer]
clean
create partition primary
select partition 1
active
format fs=fat32 quick
assign
exit
exit

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

Facebook – Update your status using Twitter

Saturday, February 21st, 2009

I use Twitter and Facebook just about everyday. Instead of going to each site I like to be able to post one status update and have it go to each. I am using TweetDeck which is available for both MAC OS X and Windows. This is a small client to have running on your workstation to post update statuses. Then if you want your Facebook to pull in your twitter status then simply “allow” it on Facebook here -> http://apps.facebook.com/twitter/.

TweetDeck Mac OS X Client

TweetDeck Mac OS X Client

Facebook Twitter App

Facebook Twitter App

(more…)

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

Java 1.6.0.12 .msi package for distribution

Thursday, February 19th, 2009

Last msi package I tested today was Java. They also offer the msi package on their website. First you need to download their “offline installation” executable here. Then run the executable but don’t go through any additional prompts. Navigate to LocalAppData folder (the user’s Application Data folder). The location of the LocalAppData folder differs for each Windows platform.

* Windows Vista: C:\Users\\AppData\LocalLow\Sun\Java\jre1.6.0_12
* Windows XP: C:\Documents and Settings\\Local Settings\Application Data
* Windows 2000 C:\Documents and Settings\\Application Data

Copy the contents out of that folder to where you are keeping your msi distribution packages. The folder should look like the picture below without the install.bat which is my batch file.

Java Directory Contents

Java Directory Contents

Here is the command I used for a quiet install for multiple users:

msiexec /i "jre1.6.0_12.msi" SETMULTIUSER=1 /qb"

Works fine for multiple users under windows 2000, XP, and Vista. More MSI package instructions coming tomorrow along with some tutorials on ImageX/Sysprep for Vista.

Java 1.6 Logo

Java 1.6 Logo

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

Adobe Reader 9.0 .msi package for distribution

Thursday, February 19th, 2009

Adobe actually offers their .msi through their website. You have to sign up to be a distributor here and it takes them a few minutes to confirm your verification email. They email you a temporary link which contains a download package. You can read further here about how to extract the .msi package from the Adobe download.

Once you have the .msi and .cab files, etc., in a directory I then used this command. This is the same command as used with the Firefox package.

msiexec /i "AcroRead.msi" SETMULTIUSER=1 /qb"

Adobe Reader 9.0 .msi package

Adobe Reader 9.0 .msi package

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

Mozilla Firefox 3.0.6 .msi package for distribution

Thursday, February 19th, 2009

First app I was trying to repackage was Mozilla Firefox version 3.0.6. After several unsuccessful attempts I discovered that FrontMotion already repackages Mozilla Firefox into msi packages and distributes them on their site.

I have been having a hard time with the repackager on AdminStudio when it comes to multiple users. With ALLUSERS=1 this is suppose to do a Per-Machine install which means that it points to the install location. But the MSI’s have been trying to repair themselves from the first install location when new users launch them for the first time. I want to be able to remove the MSI’s from the machine after install.

This is the command I am using to do a quiet install for multiple users and it works successfully. I tested under multiple accounts on XP VM and Vista workstation.

msiexec /i "Firefox-3.0.6-en-US.msi" SETMULTIUSER=1 /qb"

I am the student manager for the IT department at Walla Walla University and so we do a lot of re-imaging, formatting student’s computers, faculty, staff, etc. It is very nice once you have a few .msi packages you can write a simple batch script that once executed will do a silent install of all the apps and once finished launch Windows Updates. This can literally save you hours per machine.

Firefox 3 Logo

Firefox 3 Logo

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

Windows 7 Tip – Get the QuickLaunch toolbar back

Wednesday, January 14th, 2009

I am not a big fan of having the “show desktop” button on the bottom right hand side of the screen.  When does anyone ever have their cursor down there?  On bigger LCD’s that can be a hassle.

This will show you how to re-add the quick launch toolbar on the bottom left hand side of the screen.

1. Right-click the taskbar, choose Toolbars / New Toolbar
2. In the folder selection dialog, enter the following string and hit OK:
%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch
3. Turn off the “lock the taskbar” setting, and right-click on the divider. Make sure that “Show text” and “Show title” are disabled and the view is set to “small icons”.
4. Use the dividers to rearrange the toolbar ordering to choice, and then lock the taskbar again.

Quicklaunch on Windows 7 Beta Taskbar

Quicklaunch on Windows 7 Beta Taskbar

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks

Allway Sync – Useful piece of software

Saturday, January 3rd, 2009

I do a lot of work with graphics and have hundreds of .ai files, pdfs, etc. laying around.  I would pretty much be screwed if I lost any of that material.

Since my motherboard doesn’t have RAID I was set out to find a piece of software that could sync my files to an external hard drive.  I came across this after about 5 minutes of searching; Allway Sync.  It is not a very pretty piece of software and I think the UI could use a lot of work, but it gets the job done well.  You can have it simply do a backup or what I am using is the All-Way Synchronization which takes the newest changes.  For example, I could take my external to work, change some files, bring it back and it will automatically sync my desktop folder with the newest files.  Also, I have Automatic synchronization enabled so that when my external is plugged in via USB any changes I do within the directories I have chosen for synchronization, the syncing takes place immediatley.  Doesn’t slow my system down at all and only uses about 47Mb memory usage to run in task manager.

I highly recommend Allway Sync, also, it is completely free :) [http://allwaysync.com/index.html]

Allway Sync Photo

Allway Sync Photo

Share and Enjoy:
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks