Skip to main content

How To Install and Configure a File and Print Server in Windows Server 2003

You can create a Windows Server 2003 file server and print server manually, or you can use the wizards that are provided in the Configure Your Server Wizard administrative tool.
How to Install a File Server on Windows Server 2003 by Using the Configure Your Server Wizard
  • Click Start, point to Administrative Tools, and then click Configure Your Server Wizard.
  • Click Next.
  • Click Next.
  • Click File server in the Server role box, and then click Next.
  • On the “File Server Disk Quotas” page, configure any quotas you need to control disk-space usage on the server, and then click Next.
  • On the “File Server Indexing Service” page, click the indexing configuration that is appropriate for your server, and then clickNext.
  • Click Next.
  • Click Finish.
  • The Share a Folder Wizard starts. ClickNext.
  • Click Browse, locate the folder that you want to share, and then click OK.
  • Click Next.
  • Type a share name for the folder, and then click Next.
  • Click one of the basic permissions for the folder, or click Customize to set custom permissions on the folder. Click Finish.
  • Click Close.
How to Manually Install a File Server on Windows Server 2003

  • Click Start, and then click Windows Explorer.
  • Locate the folder that you want to share.
  • Right-click the folder, and then click Sharing and Security.
  • Click Share this folder, and then accept the default name or type a different name for the share.
  • Optionally, configure the number of users who can connect, configure permissions for this folder, and then configure the caching options.
  • Click OK.
  • A little hand is displayed in the Windows Explorer window to indicate that the folder is being shared.
  • Quit Windows Explorer.
Install a Windows Server 2003 Print Server
How to Install a Print Server on Windows Server 2003 by Using the Configure Your Server Wizard
  • Click Start, point to Administrative Tools, and then click Configure Your Server Wizard.
  • Click Next.
  • Click Next.
  • Click Print server in the Server role box, and then click Next.
  • On the “Printers and Printer Drivers” page, click the types of Windows clients that your print server will support, and then clickNext.
  • Click Next.
  • On the “Add Printer Wizard Welcome” page, click Next.
  • Click Local printer attached to this computer, click to clear theAutomatically detect and install my Plug and Play printer check box, and then click Next.
  • Click the port for your printer, and then click Next.
  • Click the printer make and model or provide the drivers from the printer manufacturer media, and then click Next.NOTE: If you are prompted to keep or not keep your existing printer driver, either keep the existing driver or replace the existing driver. If you replace the driver, you must provide the manufacturer driver for this printer. Click Next to continue

Comments

Popular posts from this blog

Configure NTP (Network Time Protocol) on Windows Server 2008

The Network Time Protocol ( NTP ) in Windows 2008 provides your server with the ability to control the system clocks on your Windows client machines. This keeps all machines on the network synchronized with the same system time. This is beneficial for Windows administrators who need to schedule time-sensitive services on the network. You set the Windows 2008 NTP service in the registry. Step 1- Click the Windows 2008 “ Start ” button and enter “ regedit ” into the search box. Press Enter to open the Windows registry editor. Step 2- Navigate to the “ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\W32Time\Config\ “. registry key Step 3- Double click the key value labeled “ AnnounceFlags ” in the center detail pane. Step 4- Enter “ A ” into the DWORD value text box. Click “ OK ” to save your settings. Close the Windows registry editor. Step 5- Click the Windows “ Start ” button and enter “ cmd ” into the text box. Press Enter to open the command prompt. Enter...

TI-RTOS Real Time Operating System for Microcontrollers

TI has released TI-RTOS , a real-time operating system (RTOS) for its microcontroller platform. This new RTOS helps developers by eliminating the need to write complex system software, such as file system, schedulers, drivers, and protocol stacks. TI-RTOS is provided with full C source code and requires no upfront or run-time license fees. TI-RTOS is based on existing components such as SYS/BIOS RTOS, controlSUITE, and StellarisWare software. The modular and scalable architecture enables system designers to chose sufficient modules/ functions and memory size as required. TI-RTOS Real Time Operating System for Microcontrollers Advertisement TI-RTOS is integrated into the TI’s CCStudio (Code Composer) IDE, which includes System Analyzer tools, enabling designers to view run-time application behavior including the sequence of thread execution and processor load. CCStudio IDE also has tools to assist multitasking debug. Designers  can use an object viewer (ROV...