![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Microsoft Windows xp error all errors and bugs related to Microsoft winxp error |
![]() |
|
start up
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Fixed Error!
Posts: 4,202
Join Date: Mar 2007
Rep Power: 6
IM:
|
I would like to make a .reg file so that when you execute it it will add a file to the auto start in here [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run] how can I do this? |
|
|
|
|
|
|
|
|
#2 (permalink) |
|
Fixed Error!
Posts: 4,202
Join Date: Mar 2007
Rep Power: 6
IM:
|
The nice thing about XP is that you can also do this from a command line with REG.EXE Example, if I wanted FILE.EXE to load on startup, I would run the following: reg add hklm\software\microsoft\windows\currentversion\run /v MyStartupApp /d "C:\PathToFile\File.exe" /F The /F at the end says to overwrite it if it's already there - if there's no chance it would be, then the /F is not needed... You can easily add that one line to a batch file/login script or the like to get it to automatically add... |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|