Showing posts with label Instructor Guide. Show all posts
Showing posts with label Instructor Guide. Show all posts

Tuesday, May 28, 2019

Windows Command Line 30 Tips in 30 Minutes Instructor Guide

Windows Command Line 30 Tips in 30 Minutes Instructor Guide

https://www.amazon.com/dp/B07S88JSK4

The following instructor guide is meant for one to review pertinent tips and tricks in regard to the Windows Command Line (WCL). WCL is the core bare-bones way to interact with a windows desktop or server.
Therefore, this guide is meant to be utilized by an individual whom will be reviewing via a demonstration format some cool tips that a general user who will be using WCL – can utilize in order to save time. The guide can also be used by any individual interested in self-study learning some core and key aspects of WCL.
Core tips reviewed are:
Basic Commands
1.help
2.title /?
3.assoc .txt
4.vol
Input and Output
5.cmd /c “ipconfig > ipconfig.txt”
6.dir | find “.txt”
7.netstat –a > netstat.txt
8.hostname & ipconfig & netstat –a > hin.txt
File System & Disk Administration
9.fsutil fsinfo volumeinfo c:
10.fsutil volume diskfree c:
11.driverquery /fo table
12.systeminfo | findstr “Total Physical Memory”
13.wmic memorychip list full
14.schtasks /query /fo table
15.tasklist /fi "memusage gt 10000"
Networking
16.net view /all /domain
17.getmac /fo table /v
18.netsh http show
19.netsh http show servicestate
20.nslookup –querytype=hinfo
System Performance
21.perfmon /res
22.tasklist /fi “Status eq running”
23.netstat –s –p tcp
24.wmic path softwarelicensingservice get OA3xOriginalProductKey
Miscellaneous
25.dir /w | clip
26.sysdm.cpl
27.msinfo32
28.doskey /history
29.wevtutil -ep
30.sc query

Tuesday, January 22, 2019

MS-DOS – 30 Tips in 30 Minutes Instructor Guide

http://www.amazon.com/dp/B07MXRMQT9

The following instructor guide is meant for one to review pertinent tips and tricks in regard to MS-DOS (Microsoft Disk Operating System). MS-DOS famously became the foundation of the personal computer revolution. It has stood the test of time and still holds value as the backbone of the personal computers operating system. Therefore, this guide is meant to be utilized by an individual whom will be reviewing via a demonstration format some cool tips that a general user who will be using MS-DOS – can utilize in order to save time. The guide can also be utilized by any individual interested in self-study learning some core and key aspects of MS-DOS. 
Core tips reviewed are:

Basic Fundamentals
1.Ver
2.Ver > ver.txt
3.Dir
4.Dir /w /p
5.Type ver.txt
6.* Wildcard symbol
7.Cls
8.Dir |Find "ver"
9.Print
10.Help | more
Core Commands
11./? Switch
12.Dir /s /b > files.txt
13.Notepad files.txt
14.Dir *ver*. * /s
15.CD..
16.Tree /a > tree.txt
17.Dir /o:-n
18.Fn – F7
Networking Commands
19.Ipconfig /all | more
20.Start
21.Ping
22.Systeminfo | more
23.Driverquery | more
24.Netstat
25.Net accounts
Directory Commands
26. Dir /a:d
27. Dir | find /v
28. Dir /s /q /a:sh /p
29. Dir /s *.txt;*.xls
30. Dir /o:d /t:w /a:-d