Osexphjb 1
Osexphjb 1
Below are some additional details regarding requirements for key features:
• BitLocker Drive Encryption is a data protection feature that integrates with the
operating system and addresses the threats of data theft or exposure from lost,
Platform Module (TPM) 1.2 or higher and Trusted Computing Group (TCG)-compliant
BIOS or UEFI.
• BitLocker can be used on devices without TPM, but you will need to save a
• Check with your PC manufacturer to confirm if your device supports the correct TPM
• SD cards
• Other drives that are formatted by using the NTFS, FAT16, FAT32, or exFAT file
system.
As with BitLocker, you can open drives that are encrypted by BitLocker To Go by
using
In Control Panel, use BitLocker Drive Encryption. It requires a USB flash drive
(available
3. Client Hyper-V
• Hyper-V lets you run multiple operating systems as virtual machines on Windows.
• Hyper-V lets you create virtual hard drives, virtual switches, and a number of other
• It requires a 64-bit system with second level address translation (SLAT) capabilities and
4. Cortana
• It is a virtual assistant developed by Microsoft which uses the Bing search engine to perform
tasks such as setting reminders and answering questions for the user.
• It is only currently available on Windows 10 for the United States, United Kingdom,
China, France, Italy, Germany, Brazil, Mexico, Japan, Canada, Spain, Australia and India.
6. Miracast
• Miracast is a wireless display standard designed for mirroring a smartphone, tablet, or
PC’s screen to a television without requiring any physical HDMI cables. It’s becoming more
widespread with each passing day.
• It requires a display adapter which supports Windows Display Driver Model (WDDM)
7. Movies & TV application is not available in all regions. For the most up-to-date list of
8. Secure boot requires firmware that supports UEFI v2.3.1 Errata B and has the
Microsoft
regions only. Excludes special, premium and non-geographic numbers. For details, visit
the
10.Snap: The number of applications that can be snapped will depend upon the
minimum
resolution for the application with a limit of two applications in Tablet mode and four
It will vary by device microphone. For a better speech experience, you will need a:
12.Tablet mode is available on tablets and 2-in-1s with GPIO indicators or those that
have a
laptop and slate indicator will be able to be configured to enter "tablet mode"
automatically.
13.Touch: To use touch, you need a tablet or a monitor that supports multi-touch.
14.Two-factor authentication requires the use of a PIN, Biometric (finger print reader
or
15.Windows Hello requires a camera configured for near infrared (IR) imaging or
fingerprint
reader for biometric authentication. Devices without biometric sensors can use Windows
Hello
16. Xbox
• It is a video gaming brand created and owned by Microsoft. The brand consists of five
video
name of Xbox network, and the development arm by the name of Xbox Game Studios.
The
brand was first introduced in the United States in November 2001, with the launch of the
• Its application requires an Xbox Live account, which is not available in all regions.
17. Wi-Fi Direct Printing requires a Wi-Fi adapter that supports Wi-Fi Direct and a
device
Windows Command
1. driverquery
Drivers are very important in your PC. Missing a important driver can hamper your
work. Use driverquery command to get a full list of installed drivers in your pc. It’ll
help you to find the missing driver.
2. ipconfig
ipconfig will provide you your ip address along with your local network.
3. Systeminfo
Use systeminfo to know very basic information about your pc’s hardware, like –
motherboard, processor & ram.
4. ping
The ping command sends packets of data to a specific IP address (or domain) on a network
and then lets you know how long it took to transmit that data and get a response.
5. tasklist
Use tasklist to get current list of all tasks running on your pc.
1. Dir
To test if it worked, use the dir command. The newly created folder appears in the list.
If you are working on the “C:” drive and you want to create a new folder in “D:,” called
Google, type mkdir d:\Google and then press Enter.
Type “dir” to see the list of the files and “dir /a” to see the list of the hidden files as well. Make
hello.txt visible again.
2. Cls
To clear the existing commands in prompts type cls and press Enter.cls
Part II. In this part basic DOS commands will be introduced.
1. Execute the two MS-DOS commands which will set the default to the root directory (\) on
the d: drive.d:cd \
2. Type date and time and then press ENTER. DOS will let you check and change the date and
time. If the correct date/time is displayed, simply press ENTER. If the date/time is incorrect,
type the correct date/time and press ENTER.
4. Use the dir command to list the contents of the root directory on the d: drive (i.e. d:\> dir).
5. Type “help [command]” to display help information on that command. (i.e. help dir)
Part III. In the steps below we will create a simple text file called hello.txt, make two
directories, mydir and mysubdir and copy hello.txt into the subdirectories. We will then
delete the copies of hello.txt and remove the directories under mydir.
1. Invoke the MS-DOS full screen text editor utility EDIT (if your OS does not support EDIT
then use notepad command i.e. notepad hello.txt) to create a text file called hello.txt:
d:\> notepad hello.txt
Enter the line “Hello World!” use File|Save and File|Exit to save your work and to quit EDIT.
3. Use the md command to create (make) a new directory called mydir. d:\> md mydir
4. Use the cd command to change the default directory to mydir. d:\> cd mydir
5. Use dir to display the contents of mydir. It should contain no files except for "pointers" to
itself and its parent.
d:\mydir> dir
6. Use the copy command to copy the file hello.txt in the root directory to mydir.
d:\mydir> copy d:\hello.txt
7. Use dir to display the contents of mydir. You should see hello.txt listed.
d:\mydir> dir
8. Use md to create (make) a subdirectory for mydir called mysubdir.
d:\mydir> md mysubdir
10.Copy hello.txt to mysubdir. Use the mydir directory copy of hello.txt. d:\mydir\mysubdir>
copy d:\mydir\hello.txt
11. Make a second copy of hello.txt but call it hello1.txt. d:\mydir\mysubdir> copy d:\hello.txt
hello1.txt
12. Use the ren (rename) command to rename hello.txt as hello2.txt. d:\mydir\mysubdir>
rename hello.txt hello2.txt
13.Check your work - display the contents of mydir. d:\mydir\mysubdir> tree \mydir
14.Check that the content of hello2.txt has not changed by displaying it.
d:\mydir\mysubdir> type hello2.txt
15. Using a wildcard delete all files with a .txt extension in mysubdir.
d:\mydir\mysubdir> del *.txt
16. Use the dir command to check that both files are gone. d:\mydir\mysubdir> dir
18. Use the dir command to view the contents of the mydir directory.
d:\mydir> dir
20. Use the dir command to check that the mysubdir subdirectory is gone. d:\mydir> dir
21. Return to the root directory. d:\mydir> cd \
B. UNIX:- Write hardware requirement, software requirement and 5 commands and run
it on any online UNIX virtual environment