starting windows without graphic gui

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hello.
how can i start windows without the graphic gui, like you can in win98?
like to setup a file server only, so i don't have any need of the GUI so
i like to be able to start it without starting the GUI

less use of mem without the shell.

Mike
 
Mike said:
Hello.
how can i start windows without the graphic gui, like you can in
win98? like to setup a file server only, so i don't have any need of
the GUI so i like to be able to start it without starting the GUI

less use of mem without the shell.

Mike

Use NetWare or Linux.
 
Not possible in NT versions of windows like NT4, Windows2000 and Win2k3.

--
Scott Harding
MCSE, MCSA, A+, Network+
Microsoft MVP - Windows NT Server

"Lanwench [MVP - Exchange]"
 
You can set the Reg_Sz string value of;
"Shell"="Explorer.exe"
to the full path of the program you wish to start by default. found at
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

For example to start the command interpreter;
"Shell"="C:\winnt\system32\cmd.exe"

You may be able to define this per user at;
HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

--
Regards,

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


:
| Hello.
| how can i start windows without the graphic gui, like you can in win98?
| like to setup a file server only, so i don't have any need of the GUI so
| i like to be able to start it without starting the GUI
|
| less use of mem without the shell.
|
| Mike
 

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

Back
Top