View Single Post
Old 5th-July-2005, 07:59 AM   #14 (permalink)
Lucy Locket
Registered User
 
Lucy Locket's Avatar
 
Join Date: Jun 2005
Location: up the motorway, turn left, turn left, through the bends.......
Posts: 762
Status: No Status
Rep Power: 2 Rep.: 228
Lucy Locket has a spectacular aura aboutLucy Locket has a spectacular aura aboutLucy Locket has a spectacular aura about
Re: windows\system32 HELP

Quote:
Originally Posted by frodo
I've seen this something similar with autoexec.nt going corrupt with no obvious reason on a stable system.

The useful link posted by Northants Girly while correct seems very hard to read and follow and perhaps it doesn't need to be that complex.


If you try the following step below it might make it clearer what the problem still is ( please ignore it if it is obvious to you, or it is something you've already tried ).

If you go the "Run" dialog box by using the "Start Menu" or "Windows Key-R" and type exactly "notepad.exe %systemroot%\system32\autoexec.nt" ( without the quotes ) what do you see ?


Is it something like this (below), or do you get "Cannot Find File" or do you get lots of random text.



@echo off

REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.

REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe

REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir

REM Install DPMI support
lh %SystemRoot%\system32\dosx


did the first bit you suggested and.........
cannot find the c:wimdows\systems32\autoexec.nt.file
do you want to create a new file (yes or no)
if you click on yes it comes up with a blank notepad page
Lucy Locket is offline   Reply With Quote