JibJab So Long 2010

I love this video lol, they always produce the best stuff!!!!  Make sure to hop over to JibJab.com and look at some of their ecard and stuff you can purchase and send.  They also have some freebie stuff on there too :)

 

No tags for this post.

Wheels of Yesteryear Myrtle Beach, SC Review

If you are ever in the Myrtle Beach, SC area and love cars then you need to stop by Wheels of Yesteryear which is located near 501 next to tanger outlets.  You can view their Website by going to http://www.wheelsofyesteryearmb.com/ All I can say is this place was wonderful and I would highly recommend it to anyone….. The owner was very knowledgeable and owns all but a few cars in the show room, you will not be disappointed by any means. Mr. Paul Cummings knows his stuff and will answer any questions, open any hoods (with exception of a few) and is a great person to talk cars with!

More Photos Click here

Here are some highlights:

 

No tags for this post.

Facebook dislike button BEWARE

Chances are you're on facebook and always wanted a dislike button but the problem is there are several "dislike" addons for facebook that steal your data, if you have this addon report it to facebook!!!!!  Facebook has said they have it in the plans to come up with their own dislike but not anytime soon.

Link to the local news article: http://www.wyff4.com/news/24664343/detail.html

No tags for this post.

Subaru Drive Performance – Friend got his Forester in.

Glad to see its in the current issue of Subaru Drive :)

 

FORESTER MUDDER

This is my fourth Subaru since 1994. Each car has been different in its own way, from the high-mileage 1990 Legacy that just wouldn’t stop going to the high-horsepower and sporty 2006 WRX STi.

http://www.driveperformance.subaru.com/version7_2/reverse.asp#forester

Tags: , ,

Tags: , ,

Windows Vista/7 Boot Winload.exe Error

Most likey if you move drives around or reimage computers from time to time the image hick ups and you have to fix the boot of the computer.  Here is the fix.

To run the Bootrec.exe tool, you must start Windows RE. To do this, follow these steps:

  1. Put the Windows Vista or Windows 7 installation disc in the disc drive, and then start the computer.
  2. Press a key when you are prompted.
  3. Select a language, a time, a currency, a keyboard or an input method, and then click Next.
  4. Click Repair your computer.
  5. Click the operating system that you want to repair, and then click Next.
  6. In the System Recovery Options dialog box, click Command Prompt.
  7. Type Bootrec.exe, and then press ENTER.

Note To start the computer from the Windows Vista or Windows 7 DVD, the computer must be configured to start from the DVD drive. For more information about how to configure the computer to start from the DVD drive, see the documentation that is included with the computer or contact the computer manufacturer.

This is what I had to do to fix them since the autofix above didn’t work.

Note If rebuilding the BCD does not resolve the startup issue, you can export and delete the BCD, and then run this option again. By doing this, you make sure that the BCD is completely rebuilt. To do this, type the following commands at the Windows RE command prompt:

  • bcdedit /export C:BCD_Backup
  • c:
  • cd boot
  • attrib bcd -s -h -r
  • ren c:bootbcd bcd.old
  • bootrec /RebuildBcd

source

Tags: , , ,

Tags: , , ,

Outlook 2010 No Autocorrect Options – Fixed!

Just found out if you recently upgraded to Outlook 2010 and no longer have the auto correct options.   All you have to do is copy winword.exe to the office14 folder. This may work with other office versions too but here is where it needs to be copied and stuff.

Example:

Copy Winword.exe from here C:\Program Files\Microsoft Office\Office12\
to
C:\Program Files\Microsoft Office\Office14

If you don't have a Office12 folder then do a search for winword.exe and copy it to the Office14 folder (Outlook 2010) or other office folder for previous versions.  

If you find this useful and wish to donate to my site you can but not required, Just look at this being alot cheaper fix than purchasing office, outlook, or a tech support call to microsoft lol.

Note: I take no responsibility if you mess up your software if you do a simple copy you should be fine.

Tags: , ,

Tags: , ,

Internet Explorer 8 not getting group policy

Ran into this issue due to using the windows ieak toolkit for Internet Explorer 7/8 to compile a custom exe.  Well everything initially tested okay and after deployment we noticed that IE7 and IE8 was not operational anymore.  They would get a internal webpage but nothing else like the settings are being blocked from group policy, well sort of……

I found that when creating the custom exe from the ieak toolkit it left in some options that actually were the cause.  look in C:Program FilesInternet ExplorerCUSTOM

There was a file in there called install.ins and when you open the file you will see the last line was the whole problem….  What we did was compile a runas program that will just delete this file off of all workstations instead of worrying about the contents of the file.  Once the file has been removed group policy for internet explorer works just fine.  If you want to keep the install.ins file then remove everything below proxy including the line that says proxy.

[Branding]
Type=2
Wizard_Version=6.0.5730.13
Custom_Key=
Language Locale=EN
Language ID=1033
NoBrowserDefault=0
AutoUpdate=0
NoBackup=0
Silent Install=0
StealthInstall=1
RestartOption=1
NoSearchGuide=1
FavoritesOnTop=0
NoFavorites=1
NoLinks=1
NoRSSFeeds=1
CMProfilePath=
CMProfileName=
CMUseCustom=0
Platform=1
[Media]
Build_CD=0
Build_LAN=1
Build_BrandingOnly=0
[IEAKLite]
Sign-up Settings=1
Certificate Customization=1
[CDCustomFiles]
InstallIEVersion=7,0,5730,13
[SearchProviders]
URL1=http://www.google.com/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:{language}:{referrer:source}&ie={inputEncoding?}&oe={outputEncoding?}
SortIndex1=1
Default1=1
DisplayName1=Google
[URL]
Home_Page=http://www.msn.com
MergePreviousHomePages=0
NoWelcome=1
AutoDetect=1
AutoConfig=0
[Proxy]
HTTP_Proxy_Server=
FTP_Proxy_Server=
Gopher_Proxy_Server=
Secure_Proxy_Server=
Socks_Proxy_Server=
Use_Same_Proxy=1
Proxy_Enable=0
Proxy_Override=<local>

No tags for this post.

Internet Explorer 8 Not getting group policy

Ran into this issue due to using the windows ieak toolkit for Internet Explorer 7/8 to compile a custom exe.  Well everything initially tested okay and after deployment we noticed that IE7 and IE8 was not operational anymore.  They would get a internal webpage but nothing else like the settings are being blocked from group policy, well sort of……

I found that when creating the custom exe from the ieak toolkit it left in some options that actually were the cause.  look in C:\Program Files\Internet Explorer\CUSTOM\

There was a file in there called install.ins and when you open the file you will see the last line was the whole problem….  What we did was compile a runas program that will just delete this file off of all workstations instead of worrying about the contents of the file.  Once the file has been removed group policy for internet explorer works just fine.  If you want to keep the install.ins file then remove everything below proxy including the line that says proxy.

[Branding]
Type=2
Wizard_Version=6.0.5730.13
Custom_Key=
Language Locale=EN
Language ID=1033
NoBrowserDefault=0
AutoUpdate=0
NoBackup=0
Silent Install=0
StealthInstall=1
RestartOption=1
NoSearchGuide=1
FavoritesOnTop=0
NoFavorites=1
NoLinks=1
NoRSSFeeds=1
CMProfilePath=
CMProfileName=
CMUseCustom=0
Platform=1
[Media]
Build_CD=0
Build_LAN=1
Build_BrandingOnly=0
[IEAKLite]
Sign-up Settings=1
Certificate Customization=1
[CDCustomFiles]
InstallIEVersion=7,0,5730,13
[SearchProviders]
URL1=http://www.google.com/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:{language}:{referrer:source}&ie={inputEncoding?}&oe={outputEncoding?}
SortIndex1=1
Default1=1
DisplayName1=Google
[URL]
Home_Page=http://www.msn.com
MergePreviousHomePages=0
NoWelcome=1
AutoDetect=1
AutoConfig=0
[Proxy]
HTTP_Proxy_Server=
FTP_Proxy_Server=
Gopher_Proxy_Server=
Secure_Proxy_Server=
Socks_Proxy_Server=
Use_Same_Proxy=1
Proxy_Enable=0
Proxy_Override=<local>
 

No tags for this post.

Special  thanks to Santhosh Sivarajan's blog we have some free ebooks from Microsoft for anyone who wants to brush up on the latest they have to offer.

Windows 7 Product Guide

image

Download

Introducing SQL Server 2008 R2

clip_image002

Download

Introducing Windows 2008 R2

image

Download

Understanding Microsoft Virtualization Solutions

image

Download

Deploying Windows 7 – Essential Guidance

image

Download

First Look Microsoft Office 2010

image

Download

No tags for this post.

Free e-books from Microsoft

Special  thanks to Santhosh Sivarajan’s blog we have some free ebooks from Microsoft for anyone who wants to brush up on the latest they have to offer.

Windows 7 Product Guide

image

Download

Introducing SQL Server 2008 R2

clip_image002

Download

Introducing Windows 2008 R2

image

Download

Understanding Microsoft Virtualization Solutions

image

Download

Deploying Windows 7 – Essential Guidance

image

Download

First Look Microsoft Office 2010

image

Download

Tags: ,

Tags: ,