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
Printable View
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
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)
what he code how do i od all that??