ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Windows management script

<< < (5/7) > >>

Winkie:
It should be possible to show the standard Windows shutdown dailog. At least, ShutdownWindows works on my WinXP system (Can't test it on Win7).
@tomos: what AutoHotkey version do you use?

tomos:
It should be possible to show the standard Windows shutdown dailog. At least, ShutdownWindows works on my WinXP system (Can't test it on Win7).
@tomos: what AutoHotkey version do you use?
-Winkie (August 18, 2011, 02:52 PM)
--- End quote ---

1.0.47.06 - seems to qualify but I may as well bring it up-to-date:
I see there's a 64bit version - would you recommend that?

I'll try one of those options from that link later - thanks!!

feels like between windows updates and testing here I've rebooted about 10 times in the last 24 hours :)

tomos:
It should be possible to show the standard Windows shutdown dailog. At least, ShutdownWindows works on my WinXP system (Can't test it on Win7).
-Winkie (August 18, 2011, 02:52 PM)
--- End quote ---

tried the first example, it works :Thmbsup:

Winkie:
I see there's a 64bit version - would you recommend that?
-tomos (August 18, 2011, 03:28 PM)
--- End quote ---
Not sure about that. I have no experience with 64-bit.

tried the first example, it works
-tomos (August 18, 2011, 03:42 PM)
--- End quote ---

But if you want to update to AHK_L the hotkey can become this:

--- Code: Autohotkey ---#q::ComObjCreate("Shell.Application").ShutdownWindows()

tomos:
I see there's a 64bit version - would you recommend that?
-tomos (August 18, 2011, 03:28 PM)
--- End quote ---
Not sure about that. I have no experience with 64-bit.
[...]
But if you want to update to AHK_L the hotkey can become this:
-Winkie (August 19, 2011, 01:04 PM)
--- End quote ---

"AHK_L" has a 64bit option when installing,
and, yes, your shortened version works perfectly with it :)

Thanks Winkie :up:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version