techPowerUp! Forums

Go Back   techPowerUp! Forums > Our Software > ATITool > ATITool Bug Reports

Reply
 
Thread Tools
Old Apr 15, 2006, 01:05 PM   #1
Darkfalz
5 Posts
 
Join Date: Mar 2006
Posts: 12 (0.00/day)
Thanks: 0
Thanked 2 Times in 1 Post

Can NOT remove ATITool registry key!

ATITool added the following class to my registry:

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Cl ass\{85B5DDD0-E090-4B15-BDF2-A443A3CA0B66}

I can't delete it!

Of course, ATITool didn't UNINSTALL correctly. It left it's service driver on my system32\drivers and left it active in servives.

Even after removing the service, and removing the driver file, I STILL can't delete the above key. No matter what I do.

It's driving me NUTS! I can't stand how software programmers don't care what junk they leave running or even just installed on your system when you try to uninstall them. It's like an ego thing, isn't it? To force your software on a system?

GAHHHHHHHHHHHHHHHHHHHHHHHHHHHH.
Darkfalz is offline  
Reply With Quote
Old Apr 15, 2006, 01:07 PM   #2
W1zzard
Benevolent Dictator
 
W1zzard's Avatar
 
Join Date: May 2004
Location: Stuttgart, Germany
Posts: 13,764 (4.18/day)
Thanks: 184
Thanked 10,209 Times in 3,157 Posts
Send a message via ICQ to W1zzard Send a message via AIM to W1zzard Send a message via MSN to W1zzard

System Specs

on a command line run
sc delete atitool

and yes, the installer does uninstall the driver
Code:
  InstDrv::InitDriverSetup /NOUNLOAD "{85B5DDD0-E090-4B15-BDF2-A443A3CA0B66}" "*ATIToolDevice"
  Pop $0
  DetailPrint "Driver setup: started"
  
  InstDrv::DeleteOemInfFiles /NOUNLOAD
  Pop $0
	StrCmp $0 "00000103" 0 +3
  Goto +2
  DetailPrint 'Old .INF files: removed ($0)'

  InstDrv::RemoveAllDevices
  Pop $0
	StrCmp $0 "00000000" 0 +3
	DetailPrint 'Old devices: removed'
  Goto +2
  DetailPrint 'Old devices: could not remove ($0)'

  Delete "$SYSDIR\system32\atitool.sys"
  Delete "$SYSDIR\system32\atitool64.sys"
Quote:
It's like an ego thing, isn't it? To force your software on a system?
i could care less. feel free to use whatever you like
W1zzard is online now  
Reply With Quote
Old Apr 15, 2006, 01:08 PM   #3
Darkfalz
5 Posts
 
Join Date: Mar 2006
Posts: 12 (0.00/day)
Thanks: 0
Thanked 2 Times in 1 Post

[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.

In other words, I already uninstalled it manually. It's only this class key that I cannot delete.
Darkfalz is offline  
Reply With Quote
Old Apr 15, 2006, 01:13 PM   #4
Darkfalz
5 Posts
 
Join Date: Mar 2006
Posts: 12 (0.00/day)
Thanks: 0
Thanked 2 Times in 1 Post

I just reinstalled it, and uninstalled it. Again it left service running and atitool.sys in system32\drivers. Using version 0.24

And even using the sc delete atitool, this class registry key remains undeletable.

What in the hell did you do to my system? This is the second program in the last few months that has left undeletable junk in my registry (the other being sptdinst_x86.exe, part of Alcohol 120%). It must take some seriously stupid or malicious programming to even be able to do this!
Darkfalz is offline  
Reply With Quote
Old Apr 15, 2006, 01:21 PM   #5
W1zzard
Benevolent Dictator
 
W1zzard's Avatar
 
Join Date: May 2004
Location: Stuttgart, Germany
Posts: 13,764 (4.18/day)
Thanks: 184
Thanked 10,209 Times in 3,157 Posts
Send a message via ICQ to W1zzard Send a message via AIM to W1zzard Send a message via MSN to W1zzard

System Specs

looks like the driverkey is not removed indeed

i'm putting it on the list. it's very low priority though
W1zzard is online now  
Reply With Quote
Old Apr 17, 2006, 02:06 AM   #6
Darkfalz
5 Posts
 
Join Date: Mar 2006
Posts: 12 (0.00/day)
Thanks: 0
Thanked 2 Times in 1 Post

Quote:
Originally Posted by W1zzard
looks like the driverkey is not removed indeed

i'm putting it on the list. it's very low priority though
It's low priority to stop ATITool from making undeletable class keys in the reigstry?

That's about one rung above spyware.

What bothers me most is that I'm pretty sure you can't protect a registry key by any simple means, something must still be running somewhat that is protecting that key. Even after I manually removed the service. That's what bothers me.
Darkfalz is offline  
Reply With Quote
Old Apr 19, 2006, 01:34 AM   #7
Opty
5 Posts
 
Join Date: Aug 2005
Posts: 12 (0.00/day)
Thanks: 0
Thanked 0 Times in 0 Posts

System Specs

At least you got replied to about your problem.

I'm still awaiting an answer to why i can't run anti-spyware sweeps with a couple of scanners while ATITOOL .25 beta 14 is running. To me this is a big issue aswell and sorry to sound rude but a simple acknowledgement that it is being looked into would be nice .

Cheers.
Opty is offline  
Reply With Quote
Old Apr 23, 2006, 02:27 PM   #8
nickxp
 
Join Date: Apr 2006
Posts: 1 (0.00/day)
Thanks: 0
Thanked 0 Times in 0 Posts

i meet the same problem
nickxp is offline  
Reply With Quote
Old Apr 23, 2006, 04:09 PM   #9
Urlyin
Senior Moderator
 
Urlyin's Avatar
 
Join Date: Aug 2004
Posts: 2,133 (0.67/day)
Thanks: 61
Thanked 124 Times in 77 Posts

ungrantful dweebs ... seem to only be able to whine about issues, never able to offer a solution ... yet can have the nerve to bitch about freeware...
Urlyin is offline  
Reply With Quote
Old Apr 24, 2006, 11:17 AM   #10
Darkfalz
5 Posts
 
Join Date: Mar 2006
Posts: 12 (0.00/day)
Thanks: 0
Thanked 2 Times in 1 Post

This is a bug report system. Undeletable registry keys and services left running after uninstall are pretty major bugs, you twit.

I finally managed to delete it via BartPE and registry editor PE.
Darkfalz is offline  
Reply With Quote
Old Apr 24, 2006, 12:48 PM   #11
Urlyin
Senior Moderator
 
Urlyin's Avatar
 
Join Date: Aug 2004
Posts: 2,133 (0.67/day)
Thanks: 61
Thanked 124 Times in 77 Posts

Quote:
Originally Posted by Darkfalz
This is a bug report system. Undeletable registry keys and services left running after uninstall are pretty major bugs, you twit.

I finally managed to delete it via BartPE and registry editor PE.
Much better than the rant you left earlier ... I agree it was a bug report, just the manner in which you reported it... thanks for leaving your solution
Urlyin is offline  
Reply With Quote
Old Apr 24, 2006, 02:18 PM   #12
Thermopylae_480
2000 Posts
 
Thermopylae_480's Avatar
 
Join Date: May 2005
Location: Little Rock Arkansas, United States
Posts: 2,656 (0.91/day)
Thanks: 40
Thanked 417 Times in 287 Posts
Send a message via MSN to Thermopylae_480

System Specs

Bug reports are fine. If however, you are un-able to submit them in suitable polite manner then a problem arises. If you would like something done with a freeware program that nobody really profits on, then I suggest being polite. The designer is providing a free service, and personal attacks for possible errors in code are un-called for. I really don't think that a registry key from ATITool that was not completely deleted poses a threat to the stability or operation of your PC, and in no way represents a malicious attack on your computer. I'm sure that if a problem exists in will be corrected in do time, plus keep in mind you are using a beta version of sofware and errors in design are bound to exist.
__________________


All, too, will bear in mind this sacred principle, that though the will of the majority is in all cases to prevail, that will to be rightful must be reasonable; that the minority possess their equal rights, which equal law must protect, and to violate would be oppression.

Thermopylae_480 is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:52 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts