PowerPoint Presentation
PowerPoint Presentation
WINDOWS
COMMAND PROMPT
(Intermediate)
By default it opens in
your
c:\users\[username]
folder
Sometimes cmd needs to be run in Administrator
mode.
Right click on “Command Prompt” and select
“Run as administrator”
For more information on all Command Prompts
and their options
got to:
https://ss64.com/nt/
For dir:
Type c:\output.txt
/O[UTPUT] [drive:][pathname]
Find Files
Find files in a folder by using the Where Command
List all the .CSV files in both the work and play
folders:
WHERE c:\work\;c:\Play\:*.csv
Create a Virtual Drive
WINDOWS only recognises Partitions and physical
drives as separate drives.
subst f: c:\users\[username]\Pictures
fc c:\users\[username]\test.txt c:\test2.txt
Encrypt files
(not available on Windows 10 Home)
cipher /e c:\vault
(replace c:\vault with the required folder)
To repair:
DISM /Online /Cleanup-Image /RestoreHealth
While the SFC command checks the integrity of
system files, you can use the Check Disk Command
prompt chkdsk to scan an entire drive.
chkdsk /f C:
Network Problems?
ping www.google.co.uk
Reveal which programs are connected to the web
netstat -b
Wi-fi not be working correctly or slow
To renew:
ipconfig /renew
“Receive Windows
Auto-Tuning Level”
should be set to normal
If “Receive Windows Auto-Tuning Level” is not
set to normal
“Windows Scaling
heuristics” should be
set to disabled
If “Windows Scaling heuristics” is set to enabled
powercfg /batteryreport
Open the file that
has been created
Find your Windows product key.
https://ss64.com/nt/