Operating Systems and File Management:
Windows Administrative Tools
Introduction
This guide covers key administrative tools and concepts within the Windows operating system,
focusing on resource management, system maintenance, and user account security.
Task Manager: Resource Monitoring
The Task Manager provides a comprehensive overview of your computer's resource utilization.
It's divided into several tabs:
Processes:
Displays active applications and background processes.
Startup Applications: Users can disable unnecessary startup programs to improve boot
and shutdown times.
Performance:
Offers detailed insights into hardware performance.
CPU: Shows information about the processor, including the number of cores and logical
processors. Virtualization status is also indicated.
Memory: Visualizes memory utilization.
Disk: Monitors disk read/write activity.
Ethernet: Displays network activity.
GPU: Shows graphics processing unit usage, differentiating between onboard graphics
and dedicated video cards.
App History: Tracks resource usage by applications over time.
Startup: Lists programs that launch at system startup and their impact.
Users: Shows which users are currently logged in and their resource consumption.
Details: Provides a detailed list of all running processes.
Services: Lists all services started by applications or the operating system. Users can stop
unnecessary services to free up resources.
System Maintenance and Optimization
Regular maintenance is crucial for system efficiency and longevity, akin to car maintenance.
Power Settings
Adjusting power settings can optimize battery life and manage energy consumption.
Screen Turn Off: Configurable intervals for the screen to turn off when on battery or plugged
in.
Sleep Mode: Settings to put the computer into a low-power sleep state.
Marketing Claims: Be aware that advertised battery life often assumes minimal system
usage (e.g., no Wi-Fi, Bluetooth, or heavy processing).
Disk Cleanup Utility
This utility removes temporary files and unnecessary data to free up disk space.
Disk Fragmentation: On traditional Hard Disk Drives (HDDs), files can become fragmented,
meaning parts of a file are scattered across the disk. This slows down access times as the
read/write head has to move to multiple locations.
Defragmentation/Optimization:
The process of reorganizing fragmented files to store them contiguously on the disk,
improving read/write speeds.
For Solid-State Drives (SSDs), this process is called "optimizing" and is less critical but still
beneficial. SSDs use different technology and don't suffer from fragmentation in the same
way HDDs do.
Recycle Bin: Deleted files are moved to the Recycle Bin. They still occupy disk space until the
Recycle Bin is emptied.
Example: Disk Cleanup
1. Right-click on a drive (e.g., C:) and select "Properties."
2. Click on "Disk Cleanup."
3. Select "Clean up system files" to scan for additional files, including Windows Update cleanup
files.
4. Review the list of files to delete (e.g., Downloads, Recycle Bin, Temporary files, Windows
Update Cleanup).
5. Select the desired files and click "OK" to initiate the cleanup.
6. After cleanup, consider running "Optimize Drives" (or "Defragment and Optimize Drives") from
the Windows search bar. Select the drive and click "Optimize."
File Utilities
Tools for managing file sizes and compression.
File Size Utilities: Third-party tools can help identify large files that consume significant disk
space. Exercise caution and download from reputable sources to avoid malware.
File Compression (Zipping): Creating smaller, compressed versions of files (e.g., .zip files) to
reduce storage space and facilitate easier emailing.
Administrative Tools and Settings
Windows provides various administrative tools accessible through different interfaces.
Settings App vs. Control Panel
Windows Settings: Microsoft is increasingly directing users towards the Settings app for
system configurations.
Control Panel: The traditional interface for system settings, still available in Windows 10 but
being phased out.
Key Areas within Settings:
Apps:
Allows for uninstalling applications and installing optional features.
Optional Features: Users can install or remove features like Hyper-V (a virtualization
platform) on Windows 10 Pro.
User Accounts: Manage user accounts and family safety settings.
Understanding Interface Elements
Menu: A list of commands or options.
Dialog Box: A window that appears to request or provide information.
Optional Radio Buttons: Circular buttons that allow a user to select only one option from a
group.
Virtualization
Virtualization allows a computer to run multiple operating systems simultaneously.
Virtual Machine (VM): An emulated computer system that runs on top of a physical
computer.
Hypervisor:
Software that creates and manages virtual machines.
Microsoft Hyper-V: Microsoft's native virtualization platform, available on Windows 10 Pro
and higher.
Third-Party Software:
VirtualBox (VBox): Free and open-source virtualization software.
VMware: A company specializing in virtualization products.
Example: Using Virtualization
The video demonstrates remotely accessing a powerful server using a VPN and a Remote
Desktop Manager tool. This server runs Windows Server 2019 Datacenter Edition and hosts
multiple virtual machines using Hyper-V. Students in a Windows Server class could remotely
connect to these VMs to practice operating a Windows 10 environment.
User Accounts and Security
Managing user accounts effectively is crucial for system security.
Administrator Account: Has full control over the operating system, including installing
software and making system-wide changes.
Standard User Account: Has limited privileges, restricting the ability to install programs or
make significant system modifications.
Security Best Practices:
Avoid Daily Administrator Use: It is strongly recommended not to run your daily computer
tasks as an administrator. This significantly reduces the risk of malware infection. If a
malicious program is executed, it will have limited privileges and be less likely to cause
widespread damage.
Use Standard User Accounts: Operate your computer using a standard user account for
everyday activities.
"Run as Administrator" When Needed: If a specific task requires administrative privileges,
right-click on the application or executable and select "Run as administrator." You will then be
prompted to enter administrator credentials to authenticate the action. This granular
approach enhances security.
Children's Accounts: Assign standard user accounts to children to limit their access and
prevent accidental system changes.