Domain 1.0 - Operating Systems Flashcards
(95 cards)
Name 3 characteristics for Windows 10 overall.
Released July 29, 2015.
Single platform for all devices.
More than twelve different released versions, latest is 22H2.
Name 4 things about Windows 10 Home.
- Default version for consumer.
- Integration with Microsoft accounts and OneDrive.
- Includes Windows Defender (antivirius and anti-malware)
- Includes Cortana (use has decreased)
Name 4 things about Windows 10 Pro
- Basic professional version.
- Remote desktop option.
- Includes BitLocker (FDE or Full Disk Encryption)
- Can join Windows AD
Name 4 things about Windows 10 Pro for Workstations
- An edition for high-end desktops.
- Max of four physical CPUs.
- Supports up to 6 TB RAM.
- Support for ReFS (Resilient File System, same as Windows Server)
Name 4 things about Windows 10 Enterprise
- Built for large implementations ( Volume licensing)
- AppLocker ( Control what applications can run)
- BranchCache (Remote site file caching)
- Granular UX Control (Define user environment, useful for kiosk and workstation customization)
What are the Windows 10 x86 minimum hardware requirements?
1 GHz or faster CPU, 1 GB RAM or more, 32 GB free disk space or more, Microsoft DirectX9 with WDDM driver (minimum of 800 x 600)
What are the Windows 10 x64 minimum hardware requirements?
Same as the x86, but needs 2 GB RAM or more instead of just 1 GB RAM.
Domain Services
- Large database of objects on the network.
*Everything documented in one place, user accounts; servers; volumes; printers. - Distributed architecture. (Many servers)
- Useful for authentication and centralized management.
Windows Workgroups are:
Logical groups of network devices. Each device is a standalone system, everyone is a peer.
Window Domains are:
Used in business networks for centralized authentication and device access / management.
What ususally separates work and home desktop styles?
Home: Complete flexibility.
Work: Standard desktop, common UI, customization very limited usually
Bitlocker vs EFS?
BitLocker: Full Disk Encryption (FDE)
EFS: Protect individual files and folders, built into NTFS
Upgrade paths for Windows include:
Upgrade to Windows 10 from Windows 7 or 8.1
Upgrade to Windows 11 from Windows 10.
Or between similar editions. For example, WIN11 Home to WIN11 Pro.
Post-installation process is:
- Does it boot?
- Install the following:
Any more OS updtes
Security patches
Security apps
Driver updates
Driver installations
Service packs.
Dir (Command)
List files and directories.
cd / chdir (command
Change the working directory
md, cd, rd (Command)
Move directory, change directory, remove directory
copy command parameters
/v - verifies that files are copied correctly.
/y - suppresses all prompts to confirm overwrite of existing files.
Xcopy (command)
Copies files and directory trees.
Robocopy (command)
Copies files from source to destination.
DiskPart (command)
Creates partitions from an available disk.
Winver (command)
Provides information about the current Windows version.
gpupdate (command)
gpupdate /target:{computer | user} /force
gpresult (command)
Verify group policy settings for computer or user.