How to Automatically Start a Program from USB Drive Immediately after Inserting
The feature is present in the operating system installation CD/DVDs. Immediately after inserting an installation CD the setup window automatically appears and prompt you to head on with the steps.
You can integrate the similar feature in USB drive also. Just put an autorun.inf in USB drive along with the installation file, setup process will start automatically. No need to manually open by double clicking.
1. Open Notepad and type the following text.
[autorun]
open=setup.exe
Here setup.exe is the installer of the program and so it might vary for case to case. Suppose for Photoshop it is photoshop.exe, then put the above code as
[autorun]
open=photoshop.exe
Save the file as autorun.inf of “File Type” as All in Notepad.
2. Now put the file in USB drive or CD/DVD.
Now re-insert the USB drive or CD/DVD and look the inside program is starting automatically.
June 19, 2010 No Comments
3 Useful Tricks to Uninstall a Program in Critical Situation
Did you face the situation that an installed program can not be uninstalled from your PC but you want to remove the program by any how? If yes, then follow this article.It’s about 3 simple tricks to remove the program for ever. Especially this situation occurs at the time of uninstalling large volume Antivirus, Burning Software, Patched Software etc. I have also suffered from this situation at the time of uninstalling Nero 8. [Read more →]
March 4, 2010 No Comments












