CSS Procedure 2023
CSS Procedure 2023
Core Competency
Install and configure Computer systems
Setup Computer Network
Setup Computer Servers
Maintain and Repair Computer Systems and Networks
1/16
This unit covers the outcomes required in installing and configuring desktop and workstation
computers systems. It consists of competencies to assemble computer hardware, prepare installer, install
operating system and drivers for peripherals/devices, and install application software as well as to conduct
testing and documentation.
Always remember to discharge static energy from your body by touching to the ground or any concrete or
metal before you start to assemble or disassemble computer hardware. And use Anti-static wrist strap or
anti-static mat to avoid ruining your computer parts by electric static charge from your body.
Creating Portable Bootable USB Flash drive and preparing System Software, Drivers and Application
Software.
2/16
Click START and type CMD, then right click Command Prompt and click Run as Administrator. Or
press Window key + R and type CMD then press Enter
On the terminal window, type:
DISKPART
LIST DISK
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
FORMAT FS=NTFS QUICK (MBR / LEGACY) FAT32 (GPT/UEFI)
ACTIVE
ASSIGN
EXIT
XCOPY ¨SOURCE DRIVE¨ ¨DESTINATION DRIVE¨ /H /E /A /R /F
E.g. XCOPY E: F: /H /E /A /R /F
EXIT
Or you can also Extract the ISO file (operating system) to your portable bootable USB Flash drive.
(You can also use a third-party application like RUFUS to create bootable USB flash drive)
Copy the Drivers pack and Application software to your portable bootable Flash drive.
Remote Desktop
- Click “Disabled”
- Click allow remote connection to this computer and OK
- Uncheck “Allow connection only on computer RD with NLA
- Apply then OK
Ethernet
- Click IPV4 address assigned by DHCP
- Right click Ethernet and click Properties
- Uncheck IPV6 and click IPV4 then Properties
- Use Static IP Address (Provided by the Assessor) Subnet mask is automatic
- Default gateway (router’s IP)
- Preffered DNS server (same with the IP address)
- Click Advance, Click Add, Provide IP Address for IIS) “Subnet Mask - Automatic”
- Click Add, OK, OK and Close
Computer Name
- Click WIN-_________________
- Click Change (Provided by the Assessor)
- Click Apply then OK and Close
- Click Restart Now
Windows 10 Pro
Type the username CLIENT and click Next
don´t input any password, just click Next
click Skip
select Ask me later
set time zone to UTC +08:00 Taipie / set current time & date and click Next
ROUTER
SWITCH HUB
SERVER CLIENT
PATCH PANEL
MB K
4/16
Cross-over network
cable
Things to prepare:
Crimping tool
Wire stripper (optional)
UTP cable
RJ45 connector
LAN tester
SERVER
IP Address : 192.168.10.3
Subnet mask : 255.255.255.0
Default gateway : 192.168.10.1 (router´s IP address)
click OK and close button.
CLIENT
IP Address : 192.168.10.4
Subnet mask : 255.255.255.0
Default gateway : 192.168.10.1 (router´s IP address)
click OK and close button.
Turn Off Firewall
2.4 Inspect and test the configured computer networks
PING ROUTER, SERVER, and CLIENT
o Type: CSS, OK
COMPUTER SYSTEMS SERVICING NCII
o Open Computer Window and open local disk D: and create New Folder.
Folder name: Application
o Right click Application and click properties, Click Sharing
o click Advance Sharing
o Check Share this Folder
o Click Permissions
o Check box for “Allow” “Full Control”
o Apply OK, Apply OK.
o Click Share then add everyone
o Change Permission Level to Read and Wright
o Click Share to Save and click Done
Apply OK, Apply OK. Close
(paste msi Installer at this folder)
3.5 Create Group Policy Object (GPO) for folder redirection (desktop and documents)
o Click Tools
o Select Group Policy Management
o Expand forest: TESDA.net
o Expand Domains
o Expand TESDA.net
o Right click CSS OU select Create a GPO in this domain
o Write CSS GPO and click OK
o Click CSS OU
o Right click CSS GPO and select Edit
o Under User Configuration expand Policies
o Expand Windows Settings
o Expand Folder Redirection
o Right click Desktop and select Properties
o Select Basic
o Write the root path of CSSredirection folder \\SERVER\CSSredirection
o Click Apply, Yes, OK
Same procedure for Documents
o Apply then OK
COMPUTER SYSTEMS SERVICING NCII
o Click File Screening Management, Click File Screens, Create File Screen
o File Screen path: (eg. \\SERVER\CSSredirection)
o Drop down BLock Audio and video Files, select BLock email files, Create
o Right Click the created File Screen file, click edit file screen properties
o Uncheck email files box, check test files, click OK, click YES, then close
o Click START
o Click User1
o Right click Desktop Folder
o Select properties
o Select Security tab
o Click Advanced
o Click Change Permissions
o Click Add
o Type Administrators
o Click OK
o Allow Full Control
o Check Apply these Permissions
o Click OK
o Click Apply, OK, OK, OK
o Same procedure to Documents Folder
o Same procedures also to User 2
3.15 nslookup
o Open cmd, type: nslookup, enter, type: server IP address, enter
o Type client IP address, enter, type: IIS IP address, enter (if no error type: exit, then enter)
12/16
Page