Windows Fundamentals 2
Windows Fundamentals 2
• General: Allows selection of devices and services to load upon boot (Normal, Diagnostic,
or Selective).
• Services: Lists all services configured for the system, regardless of their state (running or
stopped).
• Startup: Advises using Task Manager for managing startup items. MSConfig is not a
startup management program.
• Tools: Provides a list of various utilities to configure the operating system further.
3. General Tab:
• In the General tab, users can choose the startup mode: Normal, Diagnostic, or Selective.
4. Boot Tab:
• In the Boot tab, various boot options for the operating system can be configured.
5. Services Tab:
• Lists all services configured for the system, whether they are running or stopped.
6. Startup Tab:
• Not used for startup management; Microsoft advises using Task Manager for this
purpose.
7. Tools Tab:
• Lists various utilities/tools that can be used to configure the operating system further.
• Tools can be run via the run prompt, command prompt, or by clicking the Launch button.
1
Note: MSConfig is primarily focused on diagnosing startup issues, and for managing startup items,
Microsoft recommends using Task Manager rather than the System Configuration utility. The Tools tab
provides additional utilities for advanced system configuration.
Here's a general guide on how to change UAC settings using the slider:
1. Press Win + R to open the Run dialog.
2. Type msconfig and press Enter to open the System Configuration utility.
5. Click on "Change UAC Settings" to open the User Account Control Settings window.
• Microsoft's recommended setting is often in the middle or higher for security reasons.
Keep in mind that turning off UAC entirely is not recommended unless you have a specific reason to do
so. UAC provides an additional layer of security by prompting for confirmation before allowing changes
that require elevated permissions.
After adjusting the slider, you might need to restart your computer for the changes to take effect.
1. System Tools:
• Task Scheduler: Allows the creation and management of tasks that run automatically at
specified times, during log in or log off, or on a specific schedule.
• Event Viewer: Provides a view of events on the computer, categorized into different
logs. Event types include Information, Warning, Error, Success Audit, and Failure Audit.
• Shared Folders: Displays a list of shared folders on the system, including default shares
like C$ and ADMIN$. Shows connected users, open files, and permissions.
• Local Users and Groups: Accessible through lusrmgr.msc, allows management of local
users and groups.
• Performance Monitor (perfmon): Views performance data in real-time or from a log file,
useful for troubleshooting performance issues.
2. Storage:
2
• Disk Management: Enables advanced storage tasks such as setting up a new drive,
extending or shrinking partitions, and managing drive letters.
• Services: Manages services running in the background. Allows enabling, disabling, and
viewing properties for each service.
Note: The availability of utilities may vary between Windows Server and Windows 10, and certain tools
like WMIC are deprecated in newer Windows versions. Always refer to the specific documentation for
the operating system version in use.
System Information
The System Information (msinfo32) tool is a built-in Windows utility designed to gather comprehensive
information about your computer's hardware, system components, and software environment. It
provides a detailed view of your system's specifications, aiding in diagnosing computer issues. Here's an
overview of the main sections within System Information:
1. System Summary:
2. Hardware Resources:
• Provides technical details about hardware resources. More information can be found on
the official Microsoft page.
3. Components:
• Sections may include Display, Input, and others, showing relevant details.
4. Software Environment:
Environment Variables:
• Stores information about the operating system environment, such as the OS path,
number of processors, and location of temporary folders.
3
• Used by the operating system and programs to determine system configurations.
• Accessible through System Information or Control Panel > System and Security > System
> Advanced system settings > Environment Variables.
Search Functionality:
• Users can search for specific components or information within the tool.
Task:
• Using the search bar, you're instructed to select the "Components" section and search for "IP
address" to locate relevant information.
The System Information tool proves useful for both basic users and advanced users seeking in-depth
details about their system's configuration.
Overview Tab: Resource Monitor's Overview tab is divided into four sections corresponding to CPU, Disk,
Network, and Memory.
1. CPU Tab:
2. Memory Tab:
• Provides insights into memory usage, including processes and their memory
consumption.
3. Disk Tab:
• Focuses on disk activity, showing processes and their impact on disk usage.
• Useful for identifying read and write operations and potential bottlenecks.
4
4. Network Tab:
Graphical View:
• Provides real-time graphical representation for each section (CPU, Disk, Network, Memory).
Note:
• The information displayed in Resource Monitor is specific to each user and may vary.
• The tool is particularly valuable for users performing advanced troubleshooting and system
analysis.
• Resource Monitor allows users to start, stop, pause, and resume services, and close
unresponsive applications directly from the interface.
Resource Monitor is a powerful utility for diagnosing and resolving system-related issues, making it a
valuable tool for system administrators and advanced users.
Introduction: The command prompt, or cmd, provides a text-based interface to interact with the
operating system. While graphical user interfaces (GUIs) are now the primary means of interaction, the
command prompt remains a powerful tool for advanced users and troubleshooting.
Basic Commands:
1. hostname:
• Command: hostname
2. whoami:
• Command: whoami
Troubleshooting Commands:
1. ipconfig:
• Command: ipconfig
5
Example: ipconfig /?
2. netstat:
• Command: netstat
Example: netstat -a
3. net:
• Command: net
Note:
• The net command requires a different syntax for help: net help.
Additional Resources:
Understanding these basic commands allows users to retrieve information about the system and
troubleshoot common issues using the command prompt. Advanced users often find the command
prompt invaluable for certain tasks and configurations.
Key Functions of the Registry: The registry contains information that Windows continuously references
during its operation. Some key aspects stored in the registry include:
• User profiles
6
• Property sheet settings for folders and application icons
• Hardware configurations
Warning: The Windows Registry is intended for advanced computer users. Making changes to the
registry can impact normal computer operations and stability. It's crucial to exercise caution when using
the Registry Editor.
Accessing the Registry Editor: One way to open the Registry Editor is through the System Configuration
panel:
Important Notes:
3. Be cautious and make changes only if you understand the potential consequences.
Additional Resources:
Usage Tips:
• Navigate through the registry using the tree-like structure on the left.
• Each item in the registry is called a key, and it can contain values and subkeys.
Understanding the Windows Registry and using the Registry Editor is valuable for advanced users who
need to configure and troubleshoot system settings.