Task Sequence Editing Exam System Center Task Sequence Editing Exam
Task 1 Change Browser Home Page For this exam we you will be given specific tasks to perform on an altered copy of the Production Task Sequence to adjust or improve it based on best practice or request. The first task will be to set the Task Sequence to have the Internet Explorer and Chrome browser Home Page set to Google.
Answer A: Create a Run command line step, name it, and enter the following command REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d "https://www.google.com/" /F This will edit the registry to set Google as the home page for Internet Explorer. Answer B: Create a Run command line step, name it, and enter the following command REG ADD "HKCU\SOFTWARE\MICROSOFT\GOOGLE CHROME\MAIN" /V "START PAGE" /D "http://www.google.com/" /F This will edit the registry to set Google as the home page for Chrome. This change should be made near the end of the Task Sequence after the application installation step to ensure Chrome has been installed. Answer 1
Task 2 Addition of Application For the second task please add the application Notepad++ to the deployment.
To resolve this one you must go into the nested Task Sequence and add the application. As a note the application portion should be nested in a Task Sequence unless there is a good reason not to do so. This is so the applications may be edited at any given time without disturbing the actual Task Sequence which allows you to avoid entering the Network Password again. Answer 1
Task 3 Edit UI++ For the third task it has been decided to add China to the list of locations that can be selected in UI++. Please make and test this change
To do this the UI++ XML file should be edited then the UI++ exe ran manually to see the result of the edit and find out if it was done properly. Answer 1
Thank you, Thomas Faherty System Center Systems Engineer