XxEvilxX
Nov 13th, 1999, 09:58 AM
how can i make a list box add everything in the registery that loaded up when windows loads?? and then make it where it wont load and disable the load or what ever
Clunietp
Nov 13th, 1999, 10:37 PM
You can read in the registry keys, startup folder, and autoexec.bat and win.ini for startup apps. Give the user a listbox with this listing. If selected, REM the lines from autoexec.bat/win.ini, move the shortcuts from the startup folder, and create a new key and move reg entries to that key. (this is what MSCONFIG does in Win98)
XxEvilxX
Nov 14th, 1999, 12:20 AM
what he code how do i od all that??