I use LockCD.
Sorry for delay in answering, I didn't get the notification that you answered.
Search found 11 matches
- 24 Nov 2020, 07:30
- Forum: Ask For Help
- Topic: problem with Drive, Lock
- Replies: 11
- Views: 299
- 10 Nov 2020, 00:46
- Forum: About This Community
- Topic: A big thanks to the AHK Community!
- Replies: 1
- Views: 633
Re: A big thanks to the AHK Community!
I often feel the same way so I'm joining in a big thanks for AHK and to the AHK community!
- 10 Nov 2020, 00:41
- Forum: Ask For Help
- Topic: problem with Drive, Lock
- Replies: 11
- Views: 299
Re: problem with Drive, Lock
Thanks for your links, they helped me learn but, even though I didn't solve the issue. The problem is I can't identify the code of the eject button. I used SKAN code from here but it doesn't show the key name when I press the eject button. Thanks anyway for your help. I will use external software. T...
- 09 Nov 2020, 11:53
- Forum: About This Community
- Topic: Issues with registering, Post your username here...
- Replies: 738
- Views: 1215441
Re: Issues with registering, Post your username here...
@gregster @joedf Thanks guys for your help!
Greetings from Poland.

- 08 Nov 2020, 11:35
- Forum: About This Community
- Topic: Issues with registering, Post your username here...
- Replies: 738
- Views: 1215441
- 07 Nov 2020, 23:29
- Forum: About This Community
- Topic: Issues with registering, Post your username here...
- Replies: 738
- Views: 1215441
Re: Issues with registering, Post your username here...
Hello,
Can you please remove my FB id from my account? I don't see where can I do it myself.
Glad to meet you all here again, I was on the old forum
Can you please remove my FB id from my account? I don't see where can I do it myself.
Glad to meet you all here again, I was on the old forum

- 07 Nov 2020, 23:23
- Forum: Ask For Help
- Topic: problem with Drive, Lock
- Replies: 11
- Views: 299
Re: problem with Drive, Lock
I meant I wanted to change the behaviour of pressing the eject button - the same way as I can change the behaviour of , for example, Ctrl + W by using this hotkey
Anyway - thank you very much for your aswers.
Code: Select all
^w
- 07 Nov 2020, 18:39
- Forum: Ask For Help
- Topic: problem with Drive, Lock
- Replies: 11
- Views: 299
Re: problem with Drive, Lock
I think you are saying that it actually does lock, but then later becomes unlocked. Is that correct? Perhaps Windows or another process is unlocking the drive? A way to test: run a timer that locks the drive every two seconds. See if the drive is still locked after 30 minutes. You can also check Er...
- 06 Nov 2020, 19:11
- Forum: Ask For Help
- Topic: First copy to clipboard lags Topic is solved
- Replies: 7
- Views: 190
Re: First copy to clipboard lags Topic is solved
I usually use {CtrlDown}c{CtrlUp} for dealing with clipboards.
- 06 Nov 2020, 19:06
- Forum: Ask For Help
- Topic: problem with Drive, Lock
- Replies: 11
- Views: 299
Re: problem with Drive, Lock
It worked when I tried it. Of course, you have a 5-minute wait before the lock, right? In some cases, optical drives are not immediately assigned to drive letters in Windows. It sometimes takes a minute or so. If your command executes before F: is assigned as a drive letter, the lock might fail. Of...
- 06 Nov 2020, 14:12
- Forum: Ask For Help
- Topic: problem with Drive, Lock
- Replies: 11
- Views: 299
problem with Drive, Lock
Hello, First of all, welcome everybody on the new AHK forum, nice to meet you again! I have a problem with locking my CD drive. I want to disable it so it won't open when I accidentally press the button. I have a simple AHK script running always in the background. It has some simple keyboard fixes, ...