Starting with Windows 7, Windows limits the number of items that can be opened simultaneously. Refer to Microsoft's article Context menus are shortened when more than 15 files are selected.

This is a bit of pain when I would like to select a bunch of items to add to VLC's playlist. Here's a method that will increase the number of items that can be selected and added to the playlist at a time, to 100. For details, see Creating Shortcut Menu Handlers.

  1. Open regedit.
  2. Navigate to HKCR/VLC.mp4/shell/AddToPlayListVLC. VLC has a whole bunch of different file types, this is just the one I am interested in at the moment.
  3. Add a string value named "MultiSelectModel" with a value of "Player"
  4. Press F5. You can close regedit, if you're confident it worked.
  5. Select a bunch of files and see if it worked.

 

The reg file would look like this...

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\VLC.mp4\shell\AddToPlaylistVLC]

@="Add to VLC media player's Playlist"

"MultiSelectModel"="Player"

 

Tags

Timer

The timer can count up from a time in the past or count down towards a time in the future.

The timer's appearance and the format of the time (and text) is very configurable. You can hide it's border, it's background, set the color and glow effects.

Sound Recorder

This is a simple recorder that records directly to an MP3 file. Recording can be paused and resumed.

The recording window has a compact mode and can be set to stay on top of other windows, so it can be out of the way, yet still visible.

When done recording, you can playback the recording or upload the file to an FTP site.

Download

RocketDock with multiple bars\docks

It seems there is plenty of interest about how to make RocketDock work with two or more docks or bars. Most answers say to use additional docking programs--one for each dock you want. Or use a commercial program that offers multiple docks. I think RocketDock is excellent except I want more than one. I finally figured out how to do it!

Let's first point out that RD is licensed under the Creative Commons license and it explicitly says "You are free... to Remix--to adapt the work." And also to redistribute.