70-735 Exam Guide: OEM Manufacturing and Deployment for Windows 10
70-735, identified by Microsoft as OEM Manufacturing and Deployment for Windows 10, is aimed at people who work with customized Windows images and device deployment workflows. It is most relevant when your work involves preparing, servicing, applying, validating, recovering, or finalizing Windows installations for deployment. This guide helps you decide whether your experience fits that scope, build a practical lab-first study plan, and check official scheduling information before making any booking decision.
What 70-735 validates
Microsoft’s MCT Competencies List identifies 70-735 as “OEM Manufacturing and Deployment for Windows 10.” The supplied Microsoft material places that work in the context of getting customized Windows versions onto PCs through an imaging and manufacturing process.
The useful interpretation for a candidate is operational rather than purely administrative: understand how a Windows installation moves from installation media to a customized image, then to a deployed device that has been validated and prepared for the end user. The OEM deployment material covers customizations such as applications, drivers, languages, settings, Start layout, out-of-box experience configuration, recovery preparation, and image finalization.
Do not assume that a broad Windows support background alone is enough preparation. The documented workflow relies on deployment concepts, image states, architecture matching, servicing choices, and the dependencies between setup passes. A candidate should be able to explain why a change belongs in an offline image, in Audit mode, or during Windows Setup—not simply recognize the tool name.
The official sources supplied for this article identify the subject area and provide deployment guidance, but they do not provide a current 70-735 exam page or a current skills-measured outline. Treat the study map below as a practical organization of the documented deployment work, not as an official exam blueprint or a statement of current exam availability.
Who should consider this exam topic
This content is best suited to OEM, system-builder, device-manufacturing, and deployment practitioners who need to create and deliver customized Windows desktop images. It also fits technical staff whose responsibilities include a technician PC, WinPE media, drivers, language packages, Windows Setup configuration, recovery, and deployment validation.
The system-builder guidance addresses customized Windows 10 images for a line of devices and covers 64-bit and 32-bit desktop editions, including Home, Pro, Enterprise, and Education. That makes the material more specialized than a general desktop administration study path: the recurring question is how to produce a repeatable device image, not how to configure a single employee’s computer after delivery.
You may need a different path if your day-to-day work is centered on cloud management, endpoint policy, identity administration, or help-desk troubleshooting without image engineering. Microsoft’s mapping article explains that Microsoft introduced role-based certifications and maps a number of 70-xxx exams to newer programs. The supplied extract does not identify a replacement certification for 70-735, so do not infer one from that page.
A sensible readiness test is to outline a deployment scenario from memory. Start with a base image, identify the required tools and media, decide which changes can be made offline, name the cases that need a running Windows installation, account for recovery, and describe how you would validate the finished device. If that sequence feels unfamiliar, build hands-on foundations before considering an exam attempt.
Build the right deployment mental model
Windows image work becomes manageable when you separate image formats, image states, servicing environments, and deployment stages. Microsoft describes DISM as the primary tool for customizing Windows images and distinguishes online work on a booted PC from offline work on a mounted or unbooted image.
A base image comes directly from Windows installation media and has not been customized. A reference image is a base image that has been changed for a particular deployment scenario and can be used as a starting point for several PCs. The Windows deployment and imaging overview names install.wim, found in the Sources folder of Windows installation media, as the base Windows image.
The two image formats in the supplied guidance serve different purposes. A .WIM image is file-based and can contain more than one image in a file; it represents a single disk partition. An .FFU image is sector-based, represents an entire disk, and can contain only one image per file. Both can be serviced or customized, but neither should be treated as an ordinary folder where files are edited directly. Mount an image to a temporary location or apply it to a drive before making changes.
This model prevents a common study error: treating every deployment action as interchangeable. Adding a language pack to a mounted image, installing a desktop application that needs Windows to be running, applying an image from WinPE, and validating a device in Audit mode are connected steps, but they happen in different environments for different reasons. Make a one-page workflow diagram and add each tool or task to the environment where it belongs.
Focus your study on the documented skill areas
Organize preparation around an end-to-end image lifecycle: plan, prepare tools, create deployment media, service the Windows image, configure Setup, complete online customizations, prepare recovery, validate, and capture or finalize the image. This sequence reflects the supplied OEM deployment lab and gives practical meaning to isolated commands and settings.
Planning and lab preparation should cover the difference between Build to Stock and Build to Order. Microsoft states that Windows manufacturing generally follows either a Build to Stock or Build to Order path. Build to Stock places most customization in the lab and is described as simpler to plan and produce, faster on the factory floor, and more controlled for disk size. Build to Order begins with a basic image and applies much of the customization during manufacturing, providing flexibility but adding complexity, floor time, and image growth.
Image servicing should cover mounting, committing, unmounting, and validating changes with DISM. The official guidance includes drivers, updates, Features on Demand, language resources, applications, and Start or OOBE customization as examples of work performed during image customization. Microsoft specifically directs candidates to match the Windows ADK version to the Windows image version being customized; it gives Windows 10, version 1809 as an example where the matching ADK should also be Windows 10, version 1809.
Windows Setup and answer files deserve separate attention. Microsoft documents answer files, also called Unattend files, as a way to modify Windows settings in images during Setup. The supplied material identifies windowsPE as settings used by the Windows Setup installation program, offlineServicing as settings processed when DISM applies an answer file to an offline image, specialize as the pass where most settings should be added, and oobeSystem as a pass to use sparingly. It also warns that not all Unattend settings are available in all phases.
Online customization and validation should include Audit mode. Microsoft describes Audit mode as an interactive desktop environment for online customizations and validation before the out-of-box experience. This is the appropriate conceptual home for changes that need the installed operating system to run, such as certain application installation or driver package work.
Recovery and finalization are not optional afterthoughts. The sources discuss WinRE, push-button reset, recovery scripts, answer files, driver and language availability in recovery, and finalizing or capturing a customized image. Microsoft also states that a PC must boot at least once so the specialize configuration pass can complete before the PC is shipped. In your notes, connect each deployment customization to its effect on both first boot and recovery.
Practice architecture and version matching
Match architectures and component versions deliberately; this is one of the clearest recurring technical controls in Microsoft’s deployment guidance. A working command is not enough if it targets the wrong Windows architecture, ADK release, driver, update, language package, or WinPE environment.
For Windows images, Microsoft instructs you to use x64 drivers and update packages with an x64 image, and x86 drivers and update packages with an x86 image. It gives the same direction for language interface packs. The system-builder material also says that when creating a catalog for an x64 Windows 10 image, an x64 Windows 10 installation on an x64 Windows 10 computer is required.
WinPE must be included in the same discipline. The system-builder documentation shows creating x64 WinPE media for an x64 Windows image and x86 WinPE media for an x86 image. Microsoft further advises using a new version of Windows PE when working on a reference device in the image-creation lab to avoid compatibility issues. Its manufacturing guidance says an updated WinPE can deploy earlier Windows versions, but candidates should not turn that into a blanket assumption that any tool combination is suitable for every servicing operation.
Build a compatibility worksheet for every lab. Include image version, image architecture, technician PC architecture where relevant, ADK version, WinPE architecture, driver architecture, update architecture, and language package architecture. Before each exercise, review the worksheet and state the consequence of one mismatch. This is more durable preparation than memorizing a command line without checking its inputs.
Another pitfall is overlooking the distinction between the DISM supplied with Windows and the deployment tooling installed by the ADK. Microsoft’s OEM lab notes that DISM comes with Windows but uses the version installed by the ADK through the Deployment and Imaging Tools Environment. When a lab task fails, first verify the image path, mount state, selected index, tool environment, architecture, and version alignment before changing commands at random.
Use answer files by configuration pass
Study answer files as timing controls for Windows configuration. The key question is not only what setting you need, but when Windows can process it and whether the image is offline, in Setup, running in Audit mode, or entering the out-of-box experience.
Microsoft’s documented passes provide a practical anchor. windowsPE is used by the Windows Setup installation program. offlineServicing applies when DISM is used to apply an answer file to an offline image. specialize is where Microsoft says most settings should be added. The provided guidance labels oobeSystem as a pass to use sparingly, while auditUser runs when Audit mode starts.
Create a small matrix with four columns: desired outcome, configuration pass, servicing environment, and validation step. For example, OEM information is shown in the supplied material under the specialize pass. A setup-related product key configuration appears under windowsPE. Audit-mode work belongs to a different phase from settings baked into a mounted image. The goal is to reason from the deployment stage to the setting location rather than memorizing XML paths in isolation.
Avoid assuming that an Unattend file always processes every setting it contains. Microsoft explicitly states that only Pass 2 - offlineServicing is processed when an Unattend file is applied with DISM to an offline image. That detail is a useful troubleshooting checkpoint: if a change did not occur, confirm that the chosen pass can be processed by the method you used.
Use validation to reinforce each answer-file exercise. Mount the image, apply the permitted configuration, commit it, apply or boot the result, and verify the intended state at the correct point in Setup. Keep the original and changed answer files under version control or in clearly labeled lab folders. Confusing a working answer file with an obsolete copy is a routine operational problem and a poor way to judge technical understanding.
Understand offline work, Audit mode, and OOBE
Choose the customization environment based on what the change requires. Offline servicing is appropriate for many image changes without booting Windows, while Audit mode is for interactive online customization and validation before the end-user experience begins.
Microsoft’s deployment overview defines offline customizations as changes made to an image that is not booted. The supplied comparison shows that languages, Features on Demand, optional components, update packages, drivers, and provisioning packages can be used in both offline and online contexts. It also indicates that Win32 applications are an online customization, while AppX apps, including inbox apps, can be handled in both contexts.
This distinction should guide your practice lab. First service a mounted image with a controlled change such as a package or driver appropriate to your test scenario. Then deploy or apply it and boot into Audit mode to perform a change that requires the running installation. Finally, return the device to the OOBE path and confirm that the intended end-user configuration is present.
OOBE is the experience a user encounters when first booting the PC. The OEM deployment content includes examples such as custom license terms, language-specific OOBE folders, and Start layout work. Treat those items as user-facing deployment outcomes, not decoration. A language or layout decision that works in the mounted Windows image but fails after reset or initial startup has not met the deployment goal.
A frequent mistake is making a customization successfully in Audit mode and then failing to verify how it behaves after generalization, recovery, or OOBE. For every lab change, define the acceptance point in advance: offline image inspection, Audit-mode validation, first OOBE boot, or recovery. That turns practice into deployment reasoning instead of a series of disconnected tasks.
Make WinPE, drivers, languages, and recovery part of one workflow
WinPE, driver availability, language resources, and recovery should be studied together because they determine whether a device can be deployed, started, supported, and reset in the intended configuration. A finished Windows image is not enough if deployment media or recovery lacks the components the device needs.
Microsoft describes WinPE as a small, command-line-based operating system used for deployment tasks. Its deployment guidance shows preparing a bootable WinPE environment, adding packages or drivers where required, and using it in the image workflow. The documentation also notes that a removable USB drive can use multiple partitions, with a bootable FAT32 partition and an NTFS partition for files larger than 4 Gb.
Drivers belong in more than one decision point. The manufacturing guide says driver packages must be added so Windows can boot successfully for the first time and connect to the internet and Windows Update. Microsoft also states that adding drivers to the recovery image ensures their availability during recovery scenarios. In a lab, test the specific hardware capabilities that depend on your driver set rather than merely confirming that the driver folder copied successfully.
Language preparation needs the same end-to-end view. Microsoft says that adding languages to WinRE helps ensure the language expected by the customer is available in recovery scenarios. The deployment content also documents language packs, language Features on Demand, and language-specific OOBE assets. A useful practice task is to map each language component to the Windows image, WinPE where needed, WinRE, and OOBE resources, then check which stage would expose a missing dependency.
Push-button reset provides another integration check. Microsoft states that recovery scripts and unattend.xml must be copied to C:\Recovery\OEM for push-button reset to pick up and restore settings defined in the answer file. Do not reduce this to a path-memorization exercise. Explain the recovery objective, name the artifacts that must survive reset, and validate the restored result in a nonproduction lab.
Build and validate a complete practice lab
A small repeatable lab is the strongest preparation method for this topic because the official material is procedural and dependency-heavy. Use disposable virtual or test hardware, preserve clean image copies, and make every lab end with a documented validation result.
Begin with an inventory. Microsoft’s OEM lab lists a technician PC, Windows installation media, Windows ADK, the WinPE ADK Add-on where applicable, drivers as needed, language and Features on Demand media, and other deployment resources. You do not need to reproduce every optional customization at once. Start with the minimum assets required to mount, service, deploy, and verify a test image.
Create a baseline before changing anything. Record the original image name, index, edition, architecture, version alignment, mount location, and expected deployment target. Microsoft’s examples include exporting an image to a new image file and making a backup copy before modification. Adopt the same discipline: keep an untouched source and work on a named copy that reflects the scenario you are testing.
Run a controlled sequence. Mount a copy of the Windows image; add one supported offline customization; verify the change using an appropriate inspection command or file check; commit and unmount; deploy or apply the image using your chosen lab method; then verify the device in the intended phase. Add only one new variable per iteration. If you add drivers, languages, updates, Start layout changes, and answer-file settings in a single run, troubleshooting becomes guesswork.
Finish with a recovery-oriented check. Confirm that the recovery image and its supporting assets reflect the intended deployment configuration. Microsoft notes that WinRE is included within the Windows image and is eventually copied to the Windows RE tools partition on the destination device. Its guidance also identifies recovery-specific needs such as drivers and languages. A test that stops at a successful desktop boot misses part of the documented workflow.
Maintain a lab journal with four entries for each change: purpose, exact artifact modified, configuration environment, and result. Add a fifth entry when a change fails: what was expected, what happened, and which compatibility or pass assumption proved wrong. Those failure records become focused revision material and reduce the temptation to rely on unverified question banks or leaked content.
Follow a practical study roadmap
Use staged study blocks that end in a working artifact, not a reading target. Move from vocabulary and image structure to controlled servicing, then to deployment, online customization, recovery, and final validation. Advance only when you can explain the purpose and constraints of the previous stage.
Stage one: establish terminology and image structure. Review base versus reference images, .WIM versus .FFU, online versus offline servicing, WinPE, Audit mode, OOBE, provisioning packages, WinRE, and push-button reset. Draw the end-to-end lifecycle on one page. Your checkpoint is the ability to explain where an image is mounted, when it is applied, and when it is booted.
Stage two: prepare the toolchain. Study the ADK, WinPE, DISM, technician PC, removable media, and the requirement to match the ADK to the image version. Practice identifying whether a scenario needs x64 or x86 components. Your checkpoint is a written compatibility worksheet that correctly aligns image, tools, packages, and drivers for a chosen scenario.
Stage three: service a mounted image. Practice mounting and unmounting a copy, inspecting image capabilities, and applying a limited offline change. Study the documented distinction between packages, drivers, languages, Features on Demand, inbox apps, and other customization types. Your checkpoint is a cleanly committed image whose single change is verified before it is deployed.
Stage four: configure Setup and deployment behavior. Create and review answer-file examples organized by configuration pass. Study the documented roles of windowsPE, offlineServicing, specialize, auditUser, and oobeSystem. Your checkpoint is a pass matrix explaining why each selected setting belongs where it does and how you will validate it.
Stage five: complete online customization and user experience checks. Deploy the image, use Audit mode for a change that requires Windows to be running, then prepare the device to move through OOBE. Include a user-facing outcome such as a language, layout, support-information, or license-terms scenario only after the core image workflow works. Your checkpoint is verification in the intended state, not merely a successful command.
Stage six: integrate recovery and finalization. Review WinRE, recovery assets, reset behavior, and image finalization. Microsoft’s documentation shows that recovery design can include restoring settings and ensuring suitable drivers and languages are available. Your checkpoint is a test plan that covers first boot, recovery, and the final deployment state.
Stage seven: rehearse decisions rather than recall. Give yourself scenario prompts: a driver is needed for initial network access; a language must be available during recovery; a change requires a running installation; an answer-file setting did not apply; a package architecture does not match the target image. For each prompt, state the environment, tool, prerequisite, risk, and validation method. This exposes gaps more effectively than trying to memorize command syntax alone.
Avoid the preparation mistakes that waste the most time
The largest risk is studying commands as isolated facts instead of learning the deployment chain that gives them meaning. Microsoft’s material repeatedly links planning, image customization, deployment, Audit mode, recovery, and finalization; your revision should preserve those links.
Do not use an outdated or mismatched tool set simply because it is already installed. The official guidance repeatedly emphasizes matching ADK and image versions and matching x64 or x86 components to their corresponding image architecture. When a task goes wrong, document the versions and architectures before attempting a workaround.
Do not assume that every customization can be performed offline. Microsoft’s overview distinguishes online and offline customization, and the supplied comparison identifies Win32 apps as an online customization. Conversely, do not boot into Audit mode for every change when offline servicing is suitable. The right choice is the one that meets the requirement with a controlled, supportable workflow.
Do not neglect recovery. A device that deploys successfully can still fail a real deployment objective if reset removes language resources, drivers, or settings that should remain available. Include a recovery consideration in every customization decision, especially when changing language content, drivers, and answer files.
Do not schedule based on study momentum alone. Before booking any Microsoft exam, locate the relevant current official certification or exam details page and confirm that the exam can be scheduled. The official sources provided here identify the 70-735 subject area but do not verify current availability, delivery options, pricing, exam duration, question count, passing score, or a current measured-skills list.
Check scheduling only after confirming availability
Confirm the current exam listing before making a booking plan. Microsoft’s general scheduling guidance explains the process for exams that are available, but it does not establish that a particular historical exam, including 70-735, is currently offered.
Microsoft directs candidates to begin with a certification overview or exam details page, select the certification or exam, and use the Schedule exam area to choose the available provider. When candidates schedule on their own or as part of a training program, the guidance says to select Schedule with Pearson VUE. It also says a Learn Profile may be required and recommends using a personal Microsoft account with a legal name that matches legal identification.
For currently available Microsoft Certification exams, Microsoft says appointments can be scheduled no more than 90 days in advance. It also states that a maximum of two Microsoft Certification exams may be scheduled at a time through Pearson VUE. Apply those rules only after the applicable live exam page confirms that the exam is offered and selectable.
Microsoft notes that online and test-center choices are available in most cases, but an online option may not be available from a given exam provider. If you choose online delivery for an available exam, Microsoft says to run the required system pre-check before registering. A test center may be preferable if you want a pre-configured environment; online delivery requires that your computer and exam area meet the provider’s security standards.
Your next action is straightforward: verify the current status on Microsoft’s official certification site, then compare that status with your career objective. If 70-735 is not available, the lab roadmap in this guide can still strengthen practical Windows deployment knowledge, but any new certification decision should be based on a current official role or exam page rather than an assumed successor.
Conclusion
70-735 preparation is most useful when it produces a repeatable Windows deployment workflow, not a collection of disconnected DISM commands. Build a version- and architecture-matched lab, practice the full path from offline servicing through Audit mode and OOBE to recovery validation, and keep a record of each decision and result. Before investing in an appointment, verify the exam’s current availability through Microsoft’s official certification pages.