Look in the C:\>autoexec.bat file for a line that is typing a text file). You can do this by booting to the DOS prompt. Press F8 just as Windows is about to start and choose DOS prompt or something like that from the resulting menu. ThenC:\>edit autoexec.bat
Add..
rem line
Where "line" is the DOS command that is displaying the policy. The rem changes the line from a command to a remark (comment line instead of line that is executed). Lines in the autoexec.bat file are executed when a computer first boots. Each line is the same as if it were typed on the keyboard.
It could be doing it a different way. You can try each line in the autoexec.bat file by typing it at the prompt (C:\>). Put a rem followed by space in front of the line.
Larry