AutoHotkey Community

It is currently May 23rd, 2012, 4:01 am

All times are UTC [ DST ]


Search found 111 matches
Search these results:

Author Message

 Forum: Support   Topic: remove orphaned icons system tray - is there another way?

Posted: December 15th, 2009, 8:44 pm 

Replies: 1
Views: 447


Is there a known way to remove orphaned icons from the system tray without having to cast the mouse over it?

Any random input is appreciated.

 Forum: Scripts   Topic: Hide Desktop Icons | even after a hibernate or sleep state

Posted: December 15th, 2009, 8:29 pm 

Replies: 0
Views: 481


I'm sure someone will find this handy... it's a very simple yet effective script. Double click on desktop to bring files/folders in/out of view. It will also hide icons on startup even after a hibernation, sleep or suspend state. This is great to prevent exposure to unwanted files when you power up ...

 Forum: Scripts   Topic: Dynamic Dragster 1000 | locks down all files & folders

Posted: December 11th, 2009, 4:10 am 

Replies: 2
Views: 830


Gay name. I also managed to drag, rename, move, and delete icons on my desktop with the script running. What a waste of breathe... How ignorant and immature of you... :roll: That is exactly the my purpose of my script as you are suppose to be able to drag, rename, move and delete icons on your desk...

 Forum: Scripts   Topic: Dynamic Dragster 1000 | locks down all files & folders

Posted: December 9th, 2009, 6:10 am 

Replies: 2
Views: 830


A better way utilize desktop files and folders. I am not sure if this has been done before but I had to do it. Basically this tool was written to lock out the user from easily moving, renaming or deleting files/folders by the default click n' drag, slow double click (or right click context menu) or ...

 Forum: Support   Topic: Sense desktop icons

Posted: November 21st, 2009, 3:14 am 

Replies: 6
Views: 726


Wow! someone has actually found a use for this... I am amazed! Nice one Brent.M !! I am not so sure on Win7 as I am still a step behind with Vista. If you use the AHK spy tool you may try to see if Win7 has a different class for the desktop access. If this is the case just change all places where yo...

 Forum: Scripts   Topic: Folder Firewall - its not 100% but it's effective

Posted: November 18th, 2009, 6:30 am 

Replies: 3
Views: 1465


This script kills all window entrys into the windows operating system folder and any folder of choice. Kills on access to: C:\Windows C:\Program Files C:\Boot Plus... add more to the RollCall list to lock out further access points. #NoEnv #Persistent #SingleInstance force #NoTrayIcon SetBatchLines 1...

 Forum: Scripts   Topic: No Escapee's Here!! || ^!Del="NO WAY OUT!"

Posted: November 18th, 2009, 4:05 am 

Replies: 6
Views: 685


; *THIS KILLS TASK MANAGER AND OTHER EXE'S THAT PROVIDE ESCAPE PATHS/HACKING ATTEMPTS. ; *WHEN TESTED I'VE NEVER SEEN THE TASK MANAGER POPUP AT ALL. ; *FOR IT TO WORK EFFECTIVELY PLACE HIDDEN IN THE STARTUP FOLDER ; *TO LATER ACCESS ANY OF THESE EXE'S REMOVE THIS FROM STARTUP AND REBOOT. ;TESTED ON...

 Forum: Scripts   Topic: ** FILE MASTER - The File n' Folder Fastener **

Posted: November 18th, 2009, 1:27 am 

Replies: 1
Views: 588


Updated -
*Removed setbatchlines - disrupted caret in some text boxes
*The grabbing feature (Ctrl+LButton) now operates to only function within folders and the desktop.

 Forum: Scripts   Topic: ** FILE MASTER - The File n' Folder Fastener **

Posted: November 17th, 2009, 3:11 am 

Replies: 1
Views: 588


I made this possible due to the regular amount of copy/paste of files between folders. HUMAN OR MACHINE ERROR? Never have your files or folders go missing again!! Its very annoying when you drag one between folders and having it drop off somewhere in between to its destination and finding it visuall...

 Forum: Support   Topic: Pause, Toggle dilemma - minor script uncertainty

Posted: November 16th, 2009, 9:33 am 

Replies: 2
Views: 341


This is fine now as I resolved the problem using suspend in toggle mode. The script is in beta and written by me an amateur.. it now uses near 0% CPU power due to SetBatchLines where incorrectly set as always on. #NoEnv #MaxMem 0.1 #Persistent #SingleInstance force #NoTrayIcon SetBatchLines 1 SetTit...

 Forum: Support   Topic: Pause, Toggle dilemma - minor script uncertainty

Posted: November 15th, 2009, 11:41 am 

Replies: 2
Views: 341


My script works perfectly accept where the pause, toggle of the MButton seems to get stuck on the first instance of the script occuring immediately after pausing the script. Its functional purpose is to lock down icons on the desktop and within folders from being moved accidentally using the click a...

 Forum: Support   Topic: ? run a command prompt executable by dumping files on it ?

Posted: October 7th, 2009, 7:02 am 

Replies: 2
Views: 287


.....BullsEye!!

SKAN you are The Man!

:) Thanks heaps you're a legend! :)

 Forum: Support   Topic: ? run a command prompt executable by dumping files on it ?

Posted: October 7th, 2009, 6:03 am 

Replies: 2
Views: 287


I have an executable that only operates when you drop the files on it. The executable in question only runs from a command prompt interface, therefore to normally run it needs the files dumped onto it. What I would like to do is the same from the script but I am a stumped as to how. Is there a way? ...

 Forum: Support   Topic: Help with Fileappend Variable - Replace \ for \\

Posted: October 7th, 2009, 2:05 am 

Replies: 3
Views: 368


Jethrow, thank you for opening the door! my script now does the trick! I am now happy. ;) Gui, Add, Button, x2 y12 w70 h30 gJPG, Select JPG Gui, Add, Button, x80 y12 w60 h40 gOK, OK Gui, Add, Button, x140 y12 w60 h40 gCancel, Cancel Gui, Show, x300 y300 h100 w200, select image Return JPG: FileSelect...

 Forum: Support   Topic: Help with Fileappend Variable - Replace \ for \\

Posted: October 7th, 2009, 1:41 am 

Replies: 3
Views: 368


Is there a way to turn backslashes "\" into double backslashes "\\" when there are variables in a fileappend as in my script. I have searched this forum for hints but no joy - so I resorted to this. eg./ usually reads: 'C:\myImages\photo.jpg' I need this: 'C:\\myImages\\photo.jpg...
Sort by:  
Page 1 of 8 [ Search found 111 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group