<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_CONNprrt_STRING Recordset1.Source = "SELECT * FROM tblContent WHERE pageName='courses'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> PRRT - Building New Futures.




 
   

IT Training - Introduction to Windows
1 Day Course

Course Objectives

This course aims to introduce users to Windows operating system, and provides hands on experience allowing participants to gain confidence in their ability to use Windows applications

Course Content

- Identify and open objects on the desktop
- Understand and explore the Start menu
- Understand Menus, Commands and Dialogue Boxes
- Working with Folders and Files
- Using Windows Applications
- Customising your Work Environment
- Printing


Expected Learning Outcomes

After attending this course participants will be able to:-

- Recognise and have an understanding of the elements on Windows desktop
- Use the start menu and the task bar to perform a variety of tasks
- Manipulate windows
- Use menus, commands and dialogue boxes
- Create files and folders
- Use windows applications
- Create and delete shortcuts
- Use the control panel to customise their work environment
- Print

- >> Back to main IT training page

 
<% Recordset1.Close() %>