iti
18 April 2025
π οΈ Viewing System Properties, Control Panel Details, and Setting Environment Variables
π Introduction
Understanding the system properties and control panel features is crucial for system configuration and troubleshooting. Environment variables help configure system-wide settings that control the behavior of software and hardware. This practical will guide ITI students on how to view and manage these features in Windows.
π₯οΈ Viewing System Properties
β Steps to View System Properties
- Right-click on This PC or My Computer on the desktop or in File Explorer.
- Select Properties.
- The System window will open displaying important information:
π System Information Includes:
- Windows Edition: Version of Windows installed.
- Processor: Details about the CPU.
- Installed RAM: Total and usable memory.
- System Type: 32-bit or 64-bit operating system.
- Computer Name: Name assigned to the computer.
- Workgroup Settings: Workgroup details if part of a network.
- Windows Activation Status: Whether Windows is activated or not.
βοΈ Exploring the Control Panel
β Accessing Control Panel
- Click on the Start Menu.
- Type Control Panel in the search bar and click to open it.
π Common Control Panel Categories:
- System and Security: Firewall, Backup, Windows Update.
- Network and Internet: Network settings and sharing options.
- Hardware and Sound: Printers, devices, sound settings.
- Programs: Uninstall or change programs.
- User Accounts: Manage user accounts and passwords.
- Appearance and Personalization: Themes, screen savers, display settings.
π Viewing Detailed Information
Switch View by option to Large Icons or Small Icons to see all individual settings in the Control Panel.
π Viewing and Setting Environment Variables
β What are Environment Variables?
Environment variables are key-value pairs that affect how processes and programs run on the system. Examples include system paths and temporary folders.
β Viewing Environment Variables
- Right-click on This PC and select Properties.
- Click on Advanced system settings from the left sidebar.
- In the System Properties window, click on Environment Variables....
π οΈ Setting or Modifying Environment Variables
- Under User variables or System variables, click New to add a new variable.
- To edit an existing variable, select it and click Edit.
- Provide a Variable Name and Variable Value.
- Click OK to save the changes.
π Example:
- Variable Name: PATH
- Variable Value: C:\Program Files\Java\jdk\bin
Setting the PATH variable allows programs to run Java tools from any command prompt window without navigating to the folder.
π§ͺ Practice Activities for Students
- View your computer's system properties and note the processor and RAM details.
- Open the Control Panel and explore different categories.
- Add a new environment variable named TEST_VARIABLE with value Success.
- Modify the PATH variable carefully (only under guidance).
π Summary
- System Properties provide detailed system information.
- The Control Panel helps configure and troubleshoot the computer.
- Environment variables are critical for system and application operations.
- Proper handling of environment variables is important to maintain system functionality. βοΈπ₯οΈ