AutoHotkey Community

It is currently May 23rd, 2012, 11:05 pm

All times are UTC [ DST ]


Search found 19 matches
Search these results:

Author Message

 Forum: Support   Topic: How to determine Recycle Bin total capacity?

Posted: March 15th, 2011, 8:34 pm 

Replies: 4
Views: 353


It is registered in the registry.

[/code]
Regread, recycle, HKEY_LOCAL_MACHINE,SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\C,percent

 Forum: Support   Topic: Loop Read problem

 Post subject: Loop Read problem
Posted: February 16th, 2011, 12:00 am 

Replies: 3
Views: 232


I am trying to extract information from a text file which is written by an external app. I am unable to do anything with this file with autohotkey. I have tried to fileread and fileappend to a new file with no success. I have tried to use Loop, Read Loop, read, %A_Scriptdir%\1.txt, %A_Scriptdir%\2.t...

 Forum: Offtopic   Topic: easeus todo backup

 Post subject: easeus todo backup
Posted: January 21st, 2011, 4:22 pm 

Replies: 2
Views: 367


I have used version 1.1 on several computers without any problems. However I found that you should save your images to an external drive, then burn to DVDs if that is where you wish to save them. Burning them directly to the DVDs did cause me some problems..... Their New version 2.0 looks promising,...

 Forum: Support   Topic: XP CD Key

 Post subject: XP CD Key
Posted: June 11th, 2009, 1:42 pm 

Replies: 1
Views: 2297


I later found a vbs script which I modified and am able to use... However it would be nice if it could be totally done in Autohotkey.

Thanks Anyway

 Forum: Support   Topic: XP CD Key

 Post subject: XP CD Key
Posted: June 9th, 2009, 8:24 pm 

Replies: 1
Views: 2297


I found this code over on the Autoit forum.. It reads the DigitalProductId from the Registry and reveals the CD Key Any help would be appreciated.. $pc = @ComputerName MsgBox(0,"Windows Key","CDKey: " & GetWXPCDKey($pc)) Func GetWXPCDKey($remotePC = "...

 Forum: Support   Topic: (Hidden) Folder Size

 Post subject: (Hidden) Folder Size
Posted: December 7th, 2007, 10:41 pm 

Replies: 2
Views: 429


I need to get a list of all of the $NTUninstall Sub-Folders in in the the Windows folder along with the total disk space they take up. Using the following code: Search = %A_Windir%\$NTUninstall*.* FileList = Loop, %Search% ,2,1 FileList = %FileList%%A_LoopFilelongPath%`t%A_LoopFileSizekB%`n Sort, Fi...

 Forum: Support   Topic: Windows Patch Updation

 Post subject: Windows Patch Updation
Posted: February 9th, 2007, 8:39 pm 

Replies: 3
Views: 1213


I just ran across something which is related to this topic. http://www.heise-security.co.uk/articles/80682 Quoting from their site: "We here offer an alternative to this update dilemma, starting immediately: version 3 of our script collection Offline Update requires only a few steps to reel in ...

 Forum: Suggestions   Topic: Contextmenu for Text on Tabs

Posted: October 22nd, 2005, 9:56 pm 

Replies: 3
Views: 1037


Chris,

Works Great. Thanks a lot

Larry

 Forum: Suggestions   Topic: Contextmenu for Text on Tabs

Posted: October 6th, 2005, 6:12 pm 

Replies: 3
Views: 1037


Chris, After asking for help on Using Contextmenu on Tabs: ( http://www.autohotkey.com/forum/viewtopic.php?t=5680 ), It seems that ContextMenu works with the following Controls on Tabs: Tab - Button - Checkbox - Radio - Listbox - ListView - DateTime - Slider -Progress. But, "Does not work" with any ...

 Forum: Support   Topic: Contextmenu and Tabs

 Post subject: contextmenu and tabs
Posted: October 5th, 2005, 3:17 am 

Replies: 3
Views: 842


Then, are you saying that context menus can not be used with items on individaul tabs?

 Forum: Support   Topic: Contextmenu and Tabs

 Post subject: Contextmenu and Tabs
Posted: October 4th, 2005, 11:16 pm 

Replies: 3
Views: 842


I am trying to get ContextMenu to work with tabs. Is it possible?? The code below works fine until I uncomment the first line Thanks in Advance ;Gui, add, tab, vMyTab h280 w380 cNavy,Tab 1| Tab2 Menu, MyMenu, Add, Info 1,Info1 ; ScanDisk Right Click Info Menu, MyMenu, Add, Info 2, Info2 Gui, Add, Te...

 Forum: Support   Topic: Registry Key Renaming

Posted: August 12th, 2005, 1:27 pm 

Replies: 3
Views: 762


It seems you are right. I find no way to directly rename a keyname. However, I did figure out a way to Accomplish it by: 1. Exporting the Key to c:\HKLM_Run.reg (using Regedit.exe) runwait,%windir%\REGEDIT /E c:\HKLM_Run.reg "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run"...

 Forum: Support   Topic: Registry Key Renaming

 Post subject: Registry Key Renaming
Posted: August 11th, 2005, 8:35 pm 

Replies: 3
Views: 762


Any help would be greatly appreciated

I need to rename the following Registry Key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

To:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NoRun

Many Thanks
Larry

 Forum: Scripts   Topic: AHK_Editor

 Post subject: AHK_Editor Beta2
Posted: November 15th, 2004, 6:23 pm 

Replies: 68
Views: 21031


The Run Feature seems Broken.

I am running Win98SE and the Previous version worked, but I can't get it
to work now.

LarryB

 Forum: Scripts   Topic: AHK_Editor Beta2

 Post subject: AHK_Editor Beta2
Posted: November 15th, 2004, 6:20 pm 

Replies: 7
Views: 3430


It seems that the Run Feature is broken.

It worked in the old version but I can not get it to work

LarryB
Sort by:  
Page 1 of 2 [ Search found 19 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group