Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Windows XP
Tag Cloud
access acer asus bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming hard drive hardware hdmi internet laptop malware memory monitor motherboard network printer problem ram registry router security slow software sound toshiba trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless xbox
Search
Search for:
Tech Support Guy Forums > Operating Systems > Windows XP >
Solved: C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL

Reply  
Thread Tools
Botts750's Avatar
Junior Member with 4 posts.
 
Join Date: Nov 2009
18-Nov-2009, 05:25 PM #1
Solved: C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL
I am running Windows XP and have been getting this error message every time I open an application. I've run RegCure and it hasn't helped. Can anyone tell me how to get rid of this message?
Thanks all -
Botts
Mumbodog's Avatar
Distinguished Member with 7,992 posts.
 
Join Date: Oct 2007
Experience: Advanced
18-Nov-2009, 05:30 PM #2
Uninstall google desktop software in add remove programs.

.
Botts750's Avatar
Junior Member with 4 posts.
 
Join Date: Nov 2009
18-Nov-2009, 05:46 PM #3
C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL
Thanks for the suggestion. I have already done that to no avail. Any other suggestions?
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 9,048 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
18-Nov-2009, 07:14 PM #4
Welcome to TSG!

Open a run box by clicking Start | Run, or press WinKey+R
Copy and paste the following command into the Run box.

Code:
cmd /C reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v Appinit_DLLs >"%Userprofile%\Desktop\Appinit.txt"
A file named Appinit.txt will appear on your desktop. Double click it to open in Notepad, and paste the contents into your next reply.

I'd also suggest not using a registry cleaner of any kind. They rarely provide any improvement in performance, and far more often cause problems.
__________________
Microsoft MVP - Windows Expert - Consumer
Of course I know all the answers ; I just don't always match the answers to the right questions

Botts750's Avatar
Junior Member with 4 posts.
 
Join Date: Nov 2009
18-Nov-2009, 09:47 PM #5
Thank you for your help. Below is what showed up:

! REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
Appinit_DLLs REG_SZ C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 9,048 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
19-Nov-2009, 02:14 AM #6
Copy and paste this into the Run box and that will take care of the error:
Code:
cmd /c reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v Appinit_DLLs /T REG_SZ /D "" /F
Seems that value got left behind when you uninstalled the Google Desktop

HTH

Jerry
Botts750's Avatar
Junior Member with 4 posts.
 
Join Date: Nov 2009
19-Nov-2009, 06:57 AM #7
It worked! Thanks Jerry! I really appreciate it!
Steve
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 9,048 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
19-Nov-2009, 01:53 PM #8
You're Welcome!

If your issue has been resolved you (and ONLY you) can mark this thread Solved by using the Mark Solved button at the Top Left of this thread (above the first post)



Jerry
JonathanDJ's Avatar
Junior Member with 2 posts.
 
Join Date: Dec 2009
Experience: Intermediate
19-Dec-2009, 11:36 PM #9
Problem still occuring on Vista
I am also having the same problem on my Vista machine. I've tried your suggestion but unfortunately it's not working for me.

After I copy and paste the code into the command box I get different results than Steve. Mine says...

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
Appinit_DLLs REG_SZ C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL,avgrsstx.dll

Any help you can give would be greatly appreciated, thanks!
The Hound's Avatar
Computer Specs
Distinguished Member with 3,233 posts.
 
Join Date: May 2007
Location: Yooper, born and raised
Experience: Years of foolishness, moments of brilliance
19-Dec-2009, 11:57 PM #10
Welcome to TSG, Jonathan---

This is the XP forum, and this forum keeps topics to one issue, one machine, one O/S, one thread.

You'll need to start a new thread in the Vista forum.!
Phantom010's Avatar
Computer Specs
Trusted Advisor with 25,017 posts.
 
Join Date: Mar 2009
Location: Cyberspace
Experience: Advanced
20-Dec-2009, 12:02 AM #11
Quote:
Originally Posted by JonathanDJ View Post
I am also having the same problem on my Vista machine. I've tried your suggestion but unfortunately it's not working for me.

After I copy and paste the code into the command box I get different results than Steve. Mine says...

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
Appinit_DLLs REG_SZ C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL,avgrsstx.dll

Any help you can give would be greatly appreciated, thanks!
Click on Start > Run > type regedit

Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows

Back up the registry key.

In the right-hand pane, you'll see: String Value Appinit_DLLs

C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL,avgrsstx.dll

Delete the bold Google entry and leave avgrsstx.dll alone (related to your AVG antivirus).
__________________

• Our help is free 'cause we like what we do, so at least, please reply in a timely manner... Thank you.
• If we've solved your problem, please click on Mark Solved in the upper left corner of your thread.
How to Mark Your Own Thread as "Solved".

Last edited by Phantom010; 20-Dec-2009 at 12:09 AM..
TheOutcaste's Avatar
Computer Specs
Distinguished Member with 9,048 posts.
 
Join Date: Aug 2007
Location: Oregon, USA
Experience: Intermediate
20-Dec-2009, 12:02 AM #12
Generally best to start a new thread in the proper forum, and include a link to other threads that may be relevant.

Your result is different because you have AVG installed.
Paste this in the RUN box to fix it. This will keep the AVG dll entry in place:
Code:
cmd /c reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v Appinit_DLLs /T REG_SZ /D "avgrsstx.dll" /F
Edit: Or do it the way Phantom010 has shown, since he beat me to it.
__________________
Microsoft MVP - Windows Expert - Consumer
Of course I know all the answers ; I just don't always match the answers to the right questions


Last edited by TheOutcaste; 20-Dec-2009 at 12:07 AM.. Reason: Typo
Phantom010's Avatar
Computer Specs
Trusted Advisor with 25,017 posts.
 
Join Date: Mar 2009
Location: Cyberspace
Experience: Advanced
20-Dec-2009, 12:05 AM #13
Quote:
Originally Posted by TheOutcaste View Post
Generally best to start a new thread in the proper forum, and include a link to other threads that may be relevant.

Your result is different because you have AVG installed.
Use paste this in the RUN box to fix it. This will keep the AVG dll entry in place:
Code:
cmd /c reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v Appinit_DLLs /T REG_SZ /D "avgrsstx.dll" /F
Edit: Or do it the way Phantom010 has shown, since he beat me to it.
JonathanDJ's Avatar
Junior Member with 2 posts.
 
Join Date: Dec 2009
Experience: Intermediate
20-Dec-2009, 12:29 AM #14
Thank you both so much for your help! Everything is working normally again. That error was so annoying.

Sorry for posting in the wrong section, I'll remember that for next time

Happy Holidays!
Freethrow's Avatar
Computer Specs
Junior Member with 6 posts.
 
Join Date: Dec 2009
Experience: Beginner
20-Dec-2009, 08:09 AM #15
I know you are going to shoot me down for doing the same as Jonathan DJ but as it's Christmas can you oblige. I have this message when notepad opens

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
Appinit_DLLs REG_SZ C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL,avgrsstx.dll

But the code qouted to paste into run still leaves me with the error - at least if I try and open the notepad file again.

What am I doing wrong?

Freethrow
Reply

Tags
dll. issues, goec62~1.dll

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 08:46 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.