Archive for the 'Neatorific' Category

Background Images for your Desktop (Wallpaper!!)

Here are six of the better images I’ve taken over the last year. Use them in good health. They’re licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. In other words, feel free to use them as you see fit, with the exceptions that you must attribute the original works to me (and other contributors - sell below), you cannot use them for commercial purposes (money making - unless you ask - I can be flexible for the right price :) and you must license any derivative works under the same license. Clear as mud? Just follow the link to the Creative Commons license at the bottom for a full explanation.

The font I’ve used for the site logo on these came from the Sull-A-Day blog, another site you should definitely checkout. Anyway here they are, to download, right-click and do a “Save Target As” (IE) or a “Save Link As” (Firefox):

LD_BG01_1024×768
LD_BG01_1024×76
LD_BG01_1280×960
LD_BG01_2816×2112
LD_BG01.7z
LD_BG02_1024×768
LD_BG02_1024×768
LD_BG02_1280×960
LD_BG02_2816×2112
LD_BG02.7z
LD_BG03_1024×768
LD_BG03_1024×768
LD_BG03_1280×960
LD_BG03_2816×2112
LD_BG03.7z
LD_BG04_1024×768
LD_BG04_1024×768
LD_BG04_1280×960
LD_BG04_2816×2112
LD_BG04.7z
LD_BG05_1024×768
LD_BG05_1024×768
LD_BG05_1280×960
LD_BG05_2816×2112
LD_BG05.7z
LD_BG06_1024×768
LD_BG06_1024×768
LD_BG06_1280×960
LD_BG06_2816×2112
LD_BG06.7z

Download all these in a single file:

backgrounds_luckydisasters.com.7z [080207]

At some point I’ve got to make some 1440×900 versions of these too, that’s my laptop’s screen size after all…

Creative Commons License
These wallpapers are licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.

Quick Registry Hack to Add a Command Prompt to Folders

cph_capEver want a command prompt in a folder and didn’t want to install the Command Prompt Here power tool from Microsoft? Well you’re in luck cause there’s an easy way to add a right click menu item that opens a command prompt for the folder you’re clicking on (lots of good information in that link).

Go to:

HKEY_CLASSES_ROOT\SOFTWARE\Classes\Directory\shell\

Add a new key called “cmd” and set it’s default value at”Command Prompt Here”. Then to “cmd” add a new key called “command” and change it’s default value to “cmd.exe /k pushd %L”. Do the same for:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell

In other words add the “cmd” and set it’s default value, then add “command” to that and set it’s default value as above. Or you can download this reg file (CAUTION! Event though I use this myself, editing your registry may be really bad. Like no more using your computer bad. DON’T ADD THIS UNLESS YOU KNOW WHAT YOU’RE DOING!!):

MyCommandPromptHere reg file

In order to remove these entries, you can manually delete these keys, or you can right a reg file that looks like this:

[-HKEY_CLASSES_ROOT\SOFTWARE\Classes\Directory\shell\cmd]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd]

Neat eh? To remove registry keys, just create a plain text file, paste in the registry entry you want to remove, add a minus sign in front of the key and inside the bracket, and save the plan text file with a “.reg” extension. Run the file and presto, no more entry. Almost scary how easy that is…

I’ve included the above code already in the 7z file with the MyCommandPromptHere.reg as well, and you can find out a little more about modifying registry entries here. Enjoy!!

Cool View of the Sun

Neatorific photo of the sun over on the Astronomy Picture of the Day site:

sunspots

It’s been photoshopped, but still, neato!

UPDATE - 080312!!
Fixed the link to go to the correct page instead of the Astronomy Picture of the Day home page.