My new site will launch in

27 November 2009

AIHotkey

Launches the programs, opens files and folders using keyboard keys: hot keys. It is very fast, because for start of the program it is enough to touch needed hot key to start needed program or file which are used more often by you. Use hot key combinations up to 7 keys in one time depending from your keyboard. You can launch programs with use AIHotKey in any modes: normal, minimized and maximized. Program system requirements: Windows Installer 2.0 or later, Microsoft .Net Framework 1.1 or later.

20 November 2009

Cool Tricks with a USB Thumb Drive


» Set a program to run automatically (autorun):
Using autorun, you can set a program to start up automatically when you connect the drive to a computer. You can also use the same script for a data CD-ROM. Note that some computers have autorun disabled for security purposes.
Open up notepad and paste the following script:

[autorun]
ShellExecute=filename
Label=description
UseAutoPlay=1

Make sure you replace filename with the full path to the file. For example, a file called program.exe in a folder called “programs” on the thumb drive would be /programs/program.exe
Replace description with a short description of the program, for example, My Jukebox or Mozilla Firefox.
Save the file as autorun.inf, making sure you select “All Programs” from the save menu, not “Text document”!

» Portable jukebox
Don’t just carry the music with you, also carry the player! You can install audio programs such as WinAmp and CoolPlayer+ on your thumb drive. Just unextract the ZIP folders to the USB drive.
If you want the jukebox to start up automatically when you connect the memory stick to the computer, use the autorun feature and point it to the exe of your audio player.
» Encrypt your data
If you carry any sensitive indormation on your USB memory stick, a good idea is to encrypt it. Hardware-level encryption will help, but it will cost extra. You can get a free program to encrypt your data just as securely. For this I recommend TrueCrypt, but most others will also do.
You will need admin access on the computer you want to use your encrypted thumb drive on, so this it’s usability a little.
» Take your programs with you
We all know how frustrating it is when we take your files to another computer just to discover that the software required to read the files is not installed.
Here’s the simplest solution – take your programs with you – on your USB thumb drive. Here’s how to do it with Portable Apps:
1. Go to the Portable Apps website and download the installer, choosing the software you want to carry along.
2. Run the installer and install the software to the root of your USB thumb drive.
And you’re done! As soon as you connect your thumb drive into a computer, Portable Apps will open up automatically.

WinRAR 3.80



WinRAR is a 32-bit Windows version of RAR Archiver, an archiver and archive manager. RAR files can usually compress content by 8 percent to 15 percent more than ZIP files can. WinRAR's main features include strong general and multimedia compression, the ability to process non-RAR archive formats, ZIP compression and decompression, support for long filenames, programmable self-extracting archives (SFX), repair of damaged archives, authenticity verification, embedded file comments, and encryption. Unicode is supported in archive filenames, allowing non-English filenames to be handled painlessly. You can manipulate the parameters of many archives at once and view a volume sequence as a single archive. WinRAR can convert other archive formats to RAR and search for specified text and files in archives.

Version 3.80 adds decompression support for AES-encrypted ZIP files, improved display information, more context-menu options, and a more secure method of deleting temporary files.

Photobucket

YouTube Downloader






This simple freeware application works pretty well, given how basic the interface is. It has two main features: to download FLV files from YouTube, and to convert them to most major formats. If there's a YouTube URL in your clipboard, it will automatically paste it for you when you click on the dialog box. From there, just hit OK and the downloading will commence. One more left-click is all it takes to load the file in the converter, which supports iPhone, iPod, PSP, cell phone, AVI, MP3, WMV, and Xvid. Surprisingly, there's also a basic video editor for cropping videos by time stamp. You can also cut out the sound when converting.

This is one of the lightest editors around, but the simplistic interface belies its functionality and it performs exactly as advertised. We'd like to see support in future editions for hunting down missing codecs, and version 2.1.5 and earlier won't work because of embed code changes on YouTube itself. Still, the YouTube Downloader is proof that not only is video-making accessible to everyone, so is video downloading and editing.

LimeWire 5.2.13




LimeWire is a P2P file-sharing application for all types of computer files, including music, video, pictures, games, and text documents. Other features include dynamic querying, file previews during download, advanced techniques for locating rare files, and an easy, clean user interface.
LimeWire's new spam blocker gets rid of junk results, and automatic updates will keep you sharing faster than ever with the latest version. You can search for Creative Commons and Weedshare licensed files, and publish your own creative works with Creative Commons licensing. LimeWire continues its guarantee of no adware or spyware. Includes built-in bittorent support.
Version 5.2.13 updates interface for smoother navigation and includes integration with Facebook. Faster bittorent downloads.

Virtual DJ 6.0.1



With effects, samples, and transitions that rival vinyl turntablisms, Virtual DJ lets anyone produce polished MP3 mixes.

At the top of the graphically-intense interface, song-structure visualizations show the beats as the music plays. Two simulated turntables play the currently- loaded tracks. Windows below the turntables show samples, effects, music search, recording, program options, and an Explorer-style interface for loading music. You'll need to download an MP3 encoder if you don't want to record files in WAV format.

Virtual DJ not only can create audio collages, but it now also can make montages of video clips. The stylish interface and high number of features score points, but learning how to use the program is a hit-or-miss proposition. Fortunately, the program offers a thorough user guide. Virtual DJ is well worth a look both for aspiring mixers and newbies.

16 November 2009

How to make 3 fake computer viruses!

1. Fake error message


This one is by far, the easiest one to make and all you have to do is to make a new text document with notepad, type msg * YOUR MESSAGE and save as anything.bat. As always, make sure that you select All files instead of Text Document.

2. Forced shutdown

This will display a custom error message and start a countdown which will shut down the computer.

Right-click your desktop and create a new shortcut.
Paste the following code into the Location box in the Create Shortcut menu:
shutdown -s -t 30 -c “Your message here“

Replace 30 with the length of the countdown you want (in seconds) and place your custom error message between the quotes. Click next and name the shortcut to something the victim would be likely to click on such as “Internet explorer” or “My Documents”, etc.

Next you’d want to change the icon. Right-click on the shortcut you made and click properties. Find the Change Icon button and click it. Choose a suitable icon for the name you chose earlier.

And that’s all! Now you just have to sneak the shortcut onto the victim’s desktop and run!

Note: to stop it, open Run from the start menu and type shutdown-a.

3. Endless Command prompt windows

This will open up a series of command prompt windows that will never end.
The basic idea is that there are two .bat files that open the other one when opened, so the other one opens the first one again and the windows just won’t stop coming.

How to do this:
1. Fire up notepad and type: start 2.bat
2. Save it as 1.bat (make sure you choose all files when saving it)
3. Make another new text document and type: start 1.bat
4. Save it as 2.bat into the same folder as the other one.

All you have to do to start it is to click on either of them.

The only way to stop it is to wait for the windows to become so numerous that they are a group on the taskbar. Then you can use Close group to get rid of the bastards.

Softwares | How to's | Web design | Tips | Tech

About Me

Powered by Blogger.

Blog Archive