Q91. - (Topic 2) 

You have a computer that runs Windows 7. 

You manually create a system restore point. 

You need to restore a copy of a file stored on a drive C from two days ago. 

You must act with minimum administrative effort. 

What should you do? 

A. From recovery, select System Restore. 

B. From Backup and restore, select Rrestore my files. 

C. From the command prompt, run Wbadmin get items. 

D. From the properties of the file, select Previous Versions. 

Answer:

Explanation: 

How do I view or restore previous versions of a file and folder? Right-click the file or folder, and then click Restore previous versions. You'll see a list of available previous versions of the file or folder. The list will include files saved on a backup (if you're using Windows Backup to back up your files) as well as restore points. To restore a previous version of a file or folder that's included in a library, right-click the file or folder in the location where it's saved, rather than in the library. For example, to restore a previous version of a picture that's included in the Pictures library but is stored in the My Pictures folder, right-click the My Pictures folder, and then click Restore previous versions. For more information about libraries, see Include folders in a library. 

The Previous Versions tab, showing some previous versions of files 

NOT System Restore: System Restore restores system files and settings and does not affect any of your documents, pictures, or other personal data. 

NOT Backup and Restore: System restore point was created, no backup meantioned.NOT Wbadmin: The Backup And Restore console does not provide a graphical tool for scheduling System Image backups. You need to create a System Image backup manually from the Backup And Restore console whenever you have made significant changes to a computer's configuration. Take care that if you restore a System Image backup and boot from it, or if you make the VHD bootable for failover protection, your computer could be vulnerable unless the System Image includes security updates. Although you cannot use Backup And Restore to schedule System Image backups, you can use the Wbadmin command-line utility to perform this function. For example, to initiate a System Image backup of the C: drive to the H: drive, you run the following command from an elevated command prompt: wbadmin start backup –backuptarget:h: -include:c: -quiet 


Q92. - (Topic 4) 

A company has a server running Windows Server 2008 R2, with Windows Deployment Services (WDS), the Microsoft Deployment Toolkit (MDT), and the Windows Automated Installation Kit (WAIK) set up. The company also has client computers running Windows 7 Enterprise. 

You need to remove some files from a virtual hard disk on a client computer. 

What should you do first? 

A. use Sysprep with an answer file and set the PersistAHDeviceinstalls option in the answer file to True. 

B. Run the BCDEdit /delete command. 

C. Run the Start/w ocsetup command. 

D. Use Sysprep with an answer file and set the UpdateinstalledDriversoption in the answer file to Yes. 

E. Run the Dism command with the /Add-Driver option. 

F. Add a boot image and create a capture image in WDS. 

G. Run the PEImg /Prepcommand. 

H. Run the ImageX command with the /Mount parameter. 

I. Run the Dism command with the /Mount-Wim option. 

J. Use Sysprep with an answer file and set the UpdateInstalledDriversoption in the answer file to No. 

K. Run the Dism command with the /Add-Package option. 

L. Run the DiskPart command and the Attach command option. 

M. Use Sysprep with an answer file and set the PersistAllDeviceInstalls option in the answer file to False. 

Answer:

Explanation: 

DiskPart.exe and managing Virtual Hard Disks (VHDs) in Windows 7 In Windows 7, new commands have been added in DiskPart to allow for the creation and management of Virtual Hard Disks (.vhd files). The DiskPart VHD management commands have been provided below in 2 sections – commonly used commands with examples and other commands. It is assumed in each of the examples that DiskPart.exe has already been launched in an elevated command prompt. 

Creating a VHD 

The example below creates a 20GB dynamically expanding VHD called "test.vhd" and places it in the root of the C: drive. Note that the type parameter is optional and the default type is fixed. create vdisk file=c:\test.vhd maximum=20000 type=expandable 

Attaching a VHD 

The following example shows how to select and attach the VHD. It also provides steps for partitioning, formatting and assigning a drive letter to the attached VHD. 

select vdisk file=c:\test.vhd 

attach vdisk 

create partition primary 

format fs=ntfs label="Test VHD" quick 

assign letter=v 

Detaching the VHD 

To detach (i.e. unmount) the VHD, use the following example: 

select vdisk file=c:\test.vhd 

detach vdisk 


Q93. - (Topic 3) 

You have a computer that runs Windows 7. 

You have a system image backup of the computer. 

You install a new application that is configured to run as a service. 

You restart the computer and receive a STOP error message. 

You need to successfully start Windows 7 in the minimum amount of time. 

What should you do? 

A. Start the computer from the Windows 7 installation media and select Startup Repair. 

B. Start the computer and select Last Known Good Configuration from the advanced startup options. 

C. Start the computer and select Safe Mode from the advanced startup options. Restore a restore point. 

D. Start the computer and select Safe Mode from the advanced startup options. Restore the system image. 

Answer:

Explanation: 

Last Known Good Configuration (Advanced) ) feature in Advanced Boot Options is a recovery option that you use to start your computer with the most recent settings that worked. Last Known Good Configuration (Advanced) restores registry information and driver settings that were in effect the last time the computer started successfully. You should use the Last Known Good Configuration (Advanced) feature when you cannot start Windows 7 after you make a change to your computer, or when you suspect that a change that you just made is causing a problem, for example, if you cannot start Windows after you install a new video driver. When you start your computer by using the Last Known Good Configuration (Advanced) feature, Windows 7 uses the configuration stored in the following registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSetXX (where by XX are numbers starting with 01 and rising in number to 02, 03, 04 and so on). This is the registry key that is used to store the configuration settings for the Drivers and Services on the system. Each time you boot the system, Windows will be assisted booting by using the registry key "HKEY_LOCAL_MACHINE\System\CurrentControlSet" which will point to another control set key, normally HKEY_LOCAL_MACHINE\System\CurrentControlSet01, (depending on how the system is configured) which contains the setting for the current boot process. Each time Windows boots there will also be a values created under the "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Select" key. These contain REG_DWORD data that enable the Control Keys to operate the way they are designed to. These values tell the CurrentControlSet key which numbered CurrentControlSet to point to enable Windows to boot successfully. The data that tells Last Good Known Configuration which numbered CurrentControlSet to load is also stored under these values. They also contain the data that tells Windows which CurrentContolSet not to use, as there is information stored that lets Windows know what CurrentControlSet has failed to load when Windows was unable to boot. 

The Last Known Good Configuration CurrentControlSet will change each time the system configuration for the control set changes. This means that each time you install or uninstall a driver or service, a new numbered CurrentControlSet will be created and stored. If you alter the system, and it is then unable to boot, the Last Known Good Configuration will point to the CurrentControlSet that was last used in a successful boot. 

This happens each time that Windows boots and there should typically be only four control sets, although it is not uncommon to have five or six of these Control Sets contained in the registry. Windows will keep track of how many Control Sets are stored and should clear old ones once a certain amount is reached. 

If installing a new program or device should render the system unbootable, you may be able to use "Last Known Good Configuration" to restore the damaged Control Set registry key with an earlier key that enabled the system to boot. This will remove the registry key(s) that relates to the problem driver or service. It will not remove the actual driver or service but will render it unusable. This could result in any program or device the was installed after the last boot having to be re-installed as their configuration setting will have been over written. When you perform a system restore following a normal boot or following a boot that uses the Last Known Good Configuration (Advanced) option, a restore point is created that enables you to undo the changes if they do not fix your problem. However, if you perform a system restore when the computer is in Safe Mode or by using the System Recovery options, you cannot undo the restore operation. In this case, if your problem is not resolved, you can run another system restore and choose a different restore point. 


Q94. - (Topic 1) 

Which of the following is true of Windows 7? 

A. MailCentral is included as the new default mail client with Windows 7. 

B. Outlook Express is included with Windows 7. 

C. Microsoft Outlook is included with Windows 7. 

D. There is no preinstalled mail client included with Windows 7. 

Answer:


Q95. - (Topic 2) 

You have a computer that runs Windows 7 and Windows Internet Explorer 8. You discover that your browsing history is sent to a third-party advertising content provider. You need to prevent the browsing history from being sent only to that specific content provider. What should you do? 

A. Enable InPrivate Filtering and click Automatically block. 

B. Add the Web site for the content provider to the Restricted sites zone. 

C. Enable InPrivate Filtering and select the Choose content to block or allow option. 

D. View the privacy policy for the Web site and enable the Never allow this site to use cookies option. 

Answer:


Q96. - (Topic 2) 

You have a computer that runs Windows 7. 

You need to identify which applications were installed during the last week. 

What should you do? 

A. From Reliability Monitor, review the informational events. 

B. From System Information, review the Software Environment. 

C. From Performance Monitor, review the System Diagnostics Report. 

D. From Performance Monitor, run the System Performance Data Collector Set. 

Answer:

Explanation: 

Reliability Monitor tracks a computer's stability. It can also tell you when events that could affect stability (such as the installation of a software application) occurred and whether any restarts were required after these events. Action Center monitors your computer and reports problems with security, maintenance, and related settings. The Windows Experience Index indicates the suitability of your current computer hardware for running resource intensive applications. 


Q97. - (Topic 1) 

You work in an international company which is named Wiikigo. Before entering this company, you have two years of experience in the IT field, as well as experience implementing and administering any Windows client operating system in a networked environment. You are professional in installing, upgrading and migrating to Windows 7, deploying Windows 7, and configuring Hardware and Applications and son on. You are in charge of a computer that runs Windows Vista. You have Windows 7 installed on a new partition on the computer. You have to make sure that the computer always starts Windows Vista by default. So what action should you perform to make sure of this? 

A. In order to make sure that the computer always starts Windows Vista by default, a boot.ini file should be created in the root of the Windows 7 partition. 

B. In order to make sure that the computer always starts Windows Vista by default, a boot.ini file should be created in the root of the Windows Vista partition. 

C. In order to make sure that the computer always starts Windows Vista by default, Bcdedit.exe should be run and the /default parameter should be specified. 

D. In order to make sure that the computer always starts Windows Vista by default, Bcdedit.exe should be run and the /bootems parameter should be specified. 

Answer:


Q98. HOTSPOT - (Topic 4) 

You use a computer that has Windows 7 installed. You install a legacy application named LegApp. 

LegApp is designed for Windows 98 and does not support the 16-bit or 32-bit color quality setting. 

You need to configure application compatibility settings for LegApp to meet the following requirements: 

. Compatible with Windows 98 

. The 8-bit color quality setting must be used 

What should you do? (To answer, configure the appropriate option or options in the dialog box in the answer area.) 

Answer: 


Q99. - (Topic 6) 

You administer client computers that have Windows 7 Professional SP1 64-bit installed. All desktops are members of a single Active Directory domain. 

You plan to install a driver manufactured by an unknown provider. 

You need to prepare the client computers for the driver installation. 

What should you do? 

A. Disable the Code signing for device drivers Domain Group Policy setting. 

B. Add each user to the Domain Administrators group. 

C. Run the SigVerif.exe command. 

D. Enable the Code signing for device drivers Domain Group Policy setting. 

Answer:


Q100. - (Topic 2) 

Which of the following steps will keep a Microsoft Word shortcut icon on the Taskbar after the next reboot? 

A. Copy and paste a Microsoft Word icon to the Taskbar. 

B. Right click on the Microsoft Word icon and choose, "Staple to Superbar". 

C. Right click on the Microsoft Word icon and choose, "Pin this programm to taskbar". 

D. Open Microsoft Word. While the Icon is on the Taskbar, right click the icon and choose, "Pin this program to taskbar". 

Answer: