Section ONE Flashcards
Where can you find system specs?
start > system information
or
control panel > system and security > system
Disable the Server Manager from popping up
Manage > Server Manager Properties
Do not start at login
Check the server’s version, RAM, CPU, etc
Show each cores performance on CPU
Show this from the command line
Start > mypc > right click properties
(this won’t show you the amount of cpu)
to see this go to task manager > performance > open resource monitor > cpu
click the cpu tab
cmd
systeminfo
Change time
click time in right hand corner
Click the time
Resize Icons
Add other icons
Change mouse and sound settings
Start and task bar
Right click > view > whatever size you want
Right click > personalize > themes > Desktop icons settings > pick what you want.
Right click > personalize > themes > mouse or sound
Change things like when the computer sleeps, app organization, storage, etc.
STUDY THIS FURTHER!
Right click > display
What is the task bar
Open the task manager from the task bar
Bottom rectangle, whenever you open a program it will pop up here.
Right click > task manager
What is the search bar?
Use the search bar to go to the C:\ drive
Located in task bar
Click the search bar and type “C:"
Describe bootstrap process
CPU > BIOS (basic input output system) BIOS is on ROM (READ ONLY MEMORY) > CMOS Complimentary metal oxide semiconductor, has BIOS settings, time, date, hardware settings >
BIOS performs POST power on self test, checks all hardware is in working condition to boot.
MBR Master boot record or GPT guid partition table locates primary active partition with OS.
Access our server through Remote Desktop
start > cmd
ipconfig
Ethernet Adapter Ethernet:
ipv4 address
Activate remote desktop
start > this pc (right click) properties > remote settings > remote > Remote Desktop (ALLOW)
DON’T CHECK THE CHECK BOX
or
control panel > system and security > system > remote settings
What is WIndows current file system?
Show current file system
NTFS > New Technology File system
FAT > File Allocation Table
Right click C:\ drive > properties > This will show file system and free space
OR
Server manager > tools > computer management > disk management > See the partition, it will tell you
Or you can see the folder order:
PerfLogs > logs will show up here if something goes wrong, if deleted this will come back after reboot.
Program Files > all program files, etc, binares go here
Program Files x86 > same as last
Users > user home directories
Windows > Main folder for OS
How do you show size of folder?
Right click the folder > properties > look for size
create a folder called Seinfeld
create a jerry, george, kramer, elaine text file
Right click > new > folder > “Seinfeld”
Go into this, right click, new > text document
CMD
cd desktop
copy nul > jerry.txt
What are the different file properties
Name
ICON
Type of file
Location
Size
Date creation
Permissions
Additional details
Add text to Elaine, and make it read only.
Show who can access (permissions)
Show additional info
Right click file > properties > click read-only
Click security:
SYSTEM (has access to everything)
Administrator (this is a single user, see the one person icon)
Administration (This is the group)
Details
Search for the jerry file
Open file explorer > go to search box and type “jerry”
Right click > properties > look at location
CMD
dir /s jerry*
(/s means subfolder)
Copy Jerry
Delete Jerry - Copy
Move Jerry - Copy
Rename
right click jerry > right click paste
(this adds “- Copy”)
Right click > delete
(or click delete key keyboard)
Right click > cut > go where you need and right click > paste
Right click > rename
CMD
cd Dekstop/seinfeld
copy Elaine.txt Elaine1.txt
del Elaine1.txt
move Elaine1.txt ../
rename Elaine1.txt Elaine2.txt
move Elaine1.txt Seinfeld
Short cut keys for
Print
cut
copy
paste
Find
Find and replace text
Insert system’s time and date
Go to beginning and end of text
Go File and then edit from text file not using the mouse
p
x
c
v
f
h
ctrl + home
ctrl + end
alt + f
alt + e
What are the two types of accounts?
Local - on system
Directory service account