How to remove a Windows 2000 pending setup?

  • Thread starter Thread starter -
  • Start date Start date
?

-

I went to re-install my system as I was getting some problems with a new
motherboard so I began the setup procedure. Anyway, I had a quick thought to
prevent the reinstallation of Windows, which worked and now therefore need
to get rid of the pending one - i.e. from the boot menu and also all the
files installed in preparation on the HD.

What do I need to do to get rid of it?

Thanks in advance.
 
Or from the "Run" box;
edit C:\boot.ini

Thanks, although what should I write as the default?

Here's the boot.ini file:

[Boot Loader]
Timeout=5
Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect
C:\$WIN_NT$.~BT\BOOTSECT.DAT="Microsoft Windows 2000 Professional Setup"
 
Delete the option from boot.ini located in the root of the system partition.

Explorer|Tools|Folder Options|View, then radio button for "Show hidden files
and folders", then uncheck the box for "Hide protected operating system
files" to locate the files in the system partition.

Or from the "Run" box;
edit C:\boot.ini
 
[Boot Loader]
Timeout=5
multi(0)disk(0)rdisk(0)partition(1)\WINNT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect

Thanks once again. Just a note: this causes two entries for the same thing
at the boot screen.

Microsoft Windows 2000 Professional
Windows 2000 default
 
This should work.

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

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

- said:
Or from the "Run" box;
edit C:\boot.ini

Thanks, although what should I write as the default?

Here's the boot.ini file:

[Boot Loader]
Timeout=5
Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect
C:\$WIN_NT$.~BT\BOOTSECT.DAT="Microsoft Windows 2000 Professional Setup"
 
Sorry, it's because of the missing
default=
--------------------------
[Boot Loader]
Timeout=5
Default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect
--------------------------

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

- said:
[Boot Loader]
Timeout=5
multi(0)disk(0)rdisk(0)partition(1)\WINNT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect

Thanks once again. Just a note: this causes two entries for the same thing
at the boot screen.

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

Spot on - for others in a similar situation, I have found out that you can
then go on to safely delete the C:\$WIN_NT$ folder afterwards if necessary,
which contains any setup files copied to the hard drive temporarily.
 
Back
Top