friends keep visiting my blog for updates and comment on the posts if you like them plz.......

recent posts

Sunday, January 3, 2010

Run Program at Startup Only Once


This hack allows you to run a program at startup only once.This hack also avoids the need of startup folder and the autorun is configured in the registry itself.In this hack the specified program runs only once at startup (Right after the first boot of configuration) and will not continue to run for the subsequent startups.Here’s the hack .If you need to run the program at startup everytime then refer the followint link: Run Program At Startup Without Using Startup Folder

1. Goto Run (Win+R)
2.Type “regedit” (without quotes) in the run dialogue box.
3. In the registry editor navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
4. Create the key Runonce
(The [Runonce] Key you create will remain in the registry for use with a new string value)

5.
Create Data Type: REG_SZ [String Value]
Value Name: [Enter the Name of Program Executable]
Value Data: [Enter the Path to the Program Executable]
6. Exit Registry and Reboot

The Content in this blog is taken from different websites and
owner doesn't bear any responsibility for the mis use of the resources in the blog.
The blog is designed for educational purposes

24counter