Error on startup

G

Guest

There are two things that occur on startup on my windows 2000 operating system that i cannot seem to fix as wel
1) When the computer is initially turned on and starts loading windows, it asks if i want to load the setup or win 2000 operating system. How do i get rid of the setup optio
2) When it loads any account it says the following error message
cannot import sysdll.reg: Error opening the file. There may be a disk or file system error
can someone help me with this on

thanks a lo
shaunt
 
D

Dave Patrick

1.) Edit boot.ini located in the root of the system partition (usually C:\)
boot.ini will be something like;

[Boot Loader]
Timeout=30
Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000" /fastdetect
C:\$WIN_NT$.~BT\BOOTSECT.DAT="Windows NT Setup"

Change it to; (note the 'default=' line must also change. rdisk and
partition values may be different for your system.)

[Boot Loader]
Timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000" /fastdetect

2.) Spyware.
Natively you can; Start\Settings\Control Panel\Administrative Tools\Computer
Management(Local)\System Information\Software Environment\Startup
Programs|View|Advanced, then in the "Location" column, you'll find the path
to the "Startup" location either in the "Startup" directories or from the
registry's "Run" keys.

%ALLUSERSPROFILE%\Start Menu\Programs\Startup
%USERPROFILE%\Start Menu\Programs\Startup

You can delete the shortcuts that you no longer want to run.


HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run

You can delete the string value for the program you no longer want to run.

or copy msconfig from Windows XP to the "windows" directory


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| There are two things that occur on startup on my windows 2000 operating
system that i cannot seem to fix as well
| 1) When the computer is initially turned on and starts loading windows, it
asks if i want to load the setup or win 2000 operating system. How do i get
rid of the setup option
| 2) When it loads any account it says the following error message:
| cannot import sysdll.reg: Error opening the file. There may be a disk or
file system error.
| can someone help me with this one
|
| thanks a lot
| shaunt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top