AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How Do I Uninstall AutoHotkey?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
kok
Guest





PostPosted: Wed Apr 25, 2007 3:02 pm    Post subject: How Do I Uninstall AutoHotkey? Reply with quote

How Do I Uninstall AutoHotkey?
Back to top
Durrrrr...
Guest





PostPosted: Wed Apr 25, 2007 3:08 pm    Post subject: Re: How Do I Uninstall AutoHotkey? Reply with quote

kok wrote:
How Do I Uninstall AutoHotkey?


Like any other program.....

(assuming windows):

Add or Remove Programs in the control panel.... find Autohotkey and uninstall it.
Back to top
Uninstaller
Guest





PostPosted: Wed Apr 25, 2007 3:19 pm    Post subject: Reply with quote

What has become of good ol' format c: ? Twisted Evil
Back to top
John W



Joined: 09 Apr 2007
Posts: 174

PostPosted: Wed Apr 25, 2007 4:05 pm    Post subject: Active Reply with quote

You cannot use format c: while Windows is active...
Back to top
View user's profile Send private message Send e-mail
PO'd
Guest





PostPosted: Mon Aug 25, 2008 12:04 am    Post subject: Re: How Do I Uninstall AutoHotkey? Reply with quote

Durrrrr... wrote:
kok wrote:
How Do I Uninstall AutoHotkey?


Like any other program.....

(assuming windows):

Add or Remove Programs in the control panel.... find Autohotkey and uninstall it.


Hmmmm....would be useful if AutoHotKey showed up in Add/Remove program list.

I can't even get rid of this crap through a full RegEdit search and destroy.
Back to top
[VxE]



Joined: 07 Oct 2006
Posts: 1426

PostPosted: Mon Aug 25, 2008 12:36 am    Post subject: Re: How Do I Uninstall AutoHotkey? Reply with quote

PO'd wrote:
Hmmmm....would be useful if AutoHotKey showed up in Add/Remove program list.

I can't even get rid of this crap through a full RegEdit search and destroy.

Well, if you didn't actually install AHK, then you have "dun whachur ain't s'posed ter dun" and you're really pretty much on your own. You can check Start Menu -> Run -> "msconfig" and Start Menu -> Programs -> Startup for things that run at startup.
_________________
My Home Thread
More Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags !
Back to top
View user's profile Send private message
Slanter



Joined: 28 May 2008
Posts: 342
Location: Minnesota, USA

PostPosted: Mon Aug 25, 2008 5:05 am    Post subject: Reply with quote

Well, you could totally just run this AHK script
Code:
RegDelete, HKEY_LOCAL_MACHINE, SOFTWARE\AutoHotkey
If (InStr(FileExist(A_StartMenu "\AutoHotkey"),"D"))
   FileRemoveDir, % A_StartMenu "\AutoHotkey", 1
Else If  (InStr(FileExist(A_StartMenuCommon "\AutoHotkey"),"D"))
   FileRemoveDir, % A_StartMenuCommon "\AutoHotkey", 1
SplitPath, A_AhkPath,, Dir
FileRemoveDir, %Dir%, 1
FileDelete, %A_ScriptFullPath%

_________________
Unless otherwise stated, all code is untested

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.
Back to top
View user's profile Send private message Visit poster's website
garry



Joined: 19 Apr 2005
Posts: 1157
Location: switzerland

PostPosted: Mon Aug 25, 2008 5:11 am    Post subject: Reply with quote

thank you Slanter
uninstall Autohotkey?
I'll never woul'd do it ....
Back to top
View user's profile Send private message
Slanter



Joined: 28 May 2008
Posts: 342
Location: Minnesota, USA

PostPosted: Mon Aug 25, 2008 5:15 am    Post subject: Reply with quote

garry wrote:
thank you Slanter
uninstall Autohotkey?
I'll never woul'd do it ....
Neither would I, I have it installed on all of the computers in my house, and 2 or 3 flash drives too Very Happy
_________________
Unless otherwise stated, all code is untested

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.
Back to top
View user's profile Send private message Visit poster's website
garry



Joined: 19 Apr 2005
Posts: 1157
Location: switzerland

PostPosted: Mon Aug 25, 2008 5:23 am    Post subject: Reply with quote

I agree ...

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group