Jump to content

MS-DOS help!!!


Dead Angel
 Κοινοποίηση

Recommended Posts

Παιδιά, όταν ανοίγω κάποιες τυχαίες εφαρμογές για εγκατάσταση μου βγάζει (όχι πάντα) ένα παράθυρο με τίτλο "Υποσύστημα των Windows σε 16 bit" και το μήνυμα " C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. Το αρχείο συστήματος δεν είναι κατάλληλο για την εκτέλεση εφαρμογών MS-DOS και MIcrosoft Windows" ...Τί να κάνω???????
Link to comment
Share on other sites

@echo off

 

REM This is AUTOEXEC.NT which is used under Windows NT operating systems

REM to initialize the MS-DOS environment.

REM Win NT/2K/XP use this instead of AUTOEXEC.BAT.

REM It resides in %SystemRoot%\system32\

REM (which is usually C:\Windows\system32\.)

REM

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 - This supports DOS-mode programs such as DJGPP.

lh %SystemRoot%\system32\dosx

 

REM ---- End of AUTOEXEC.NT ----

 

 

κανε το copy- paste στο notepad και save as > autoexec.nt στο folder system32

Στο χώρο αυτό υπήρχε εικόνα που παραβαίνει τους Ο.Π.Χ. :X :X :X
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Επισκέπτης
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Κοινοποίηση

×
×
  • Create New...