LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • OSDeploy Home
  • Module
    • Release Information
      • 2019-01
      • 2018-12
      • 2018-11
      • 2018-10
      • 2018-09
      • 2018-08
      • 2018-07
    • Functions
      • Main
        • Get-OSBuilder
          • Set Path
      • Maintenance
        • Repair-OSBuildTask
      • OSBMedia
        • New-OSBMediaISO
        • New-OSBMediaUSB
        • Show-OSBMediaINFO
      • OSBUpdate
        • Get-OSBUpdate
        • New-OSBUpdate
      • OSMedia
        • Get-OSMedia
        • Import-OSMedia
          • Batch Import-OSMedia
        • Update-OSMedia
          • Execute
      • OSBuild
        • New-OSBuildTask
          • Remove Appx Provisioned Package
          • Remove Windows Package
          • Remove Windows Capability
          • Disable Windows Optional Feature
          • Enable Windows Optional Feature
        • New-OSBuildTask (External Content)
          • Features On Demand
          • Language Packs
          • IsoExtract Content
          • Language Interface Packs
          • Language Features On Demand
          • Local Experience Packs
          • PowerShell Scripts
            • Update-OneDriveSetup
        • New-OSBuildTask (WinPE)
          • WinPE DaRT
          • WinPE Drivers
          • WinPE PowerShell Scripts
          • WinPE Extra Files
          • WinPE ADK Packages
        • New-OSBuild
      • PEBuild
        • New-PEBuildTask
          • Recovery
          • WinPE
          • MDT
        • New-PEBuild
    • PowerShell Gallery
    • GitHub
  • Docs
    • Reviews
    • Fan Requests
    • Quick Start
    • Tips
      • Task Naming
      • Verbose Logging
      • OSMedia Archive
      • OSMedia Updating
      • OSMedia Failed UBR Change
      • Windows Setup Wallpaper
    • Articles
      • Latest Latest Cumulative Update (Latest LCU)
      • Update Catalogs
      • Windows Setup with DaRT Remote Connection
      • Offline Servicing
      • Servicing Stacks
      • Work with Languages
      • DISM Cleanup Image Pending Operations
      • Win10 1607 Appx Issues
      • Updating an Updated WIM
      • OSBuilder OS Information
      • What Should I Update?
      • Windows 10 Setup and the ei.cfg
      • Automating Windows Update Downloads
      • Solutions
    • Recycle Bin
      • Instructions
        • Detailed
          • pebuild
            • scripts
              • Set-TimeZone
            • WinPE Types
              • Recovery
              • Recovery DaRT
              • Windows PE
              • MDT
            • Auto ExtraFiles
            • Drivers
              • RegAdd ActivePowerScheme
              • RegAdd AeroLite Theme
              • RegAdd Browse
              • RegAdd PowerShell ExecutionPolicy
            • ExtraFiles
              • Wallpaper
          • Update
      • OSBuilder New-OSBTemplate
      • OSBuild Templates
    • Guides
      • OSBuild Arcade
        • Frogger
      • OSBuild Templates
      • OSBuild Registry
      • Windows 7 SP1
        • Import OSMedia
        • Download Updates
        • NVMe Hotfix
        • Update OSMedia
        • ISO Testing
      • Windows 10 1809 RSAT Capability
      • registry
        • OSBuild Registry REG
          • Certificates
        • OSBuild Registry XML
    • The Basics
      • Requirements
      • Installation
      • Support
      • Get Started
      • Update OSBuilder
      • Import an OS
      • OS Information
      • Update an OS
      • Update an OS (Process)
      • Create External Media
        • Create an ISO
        • Create a USB
      • Create an OSBuild
Powered by GitBook
On this page
  • New OSBuilder Home
  • Frogger Arcade Pack
  • Frogger Registry
  • Frogger Wallpaper
  • PowerShell Script
  • Start Layout
  • New-OSBuildTask
  • New-OSBuild

Was this helpful?

  1. Docs

Guides

Its time to have a little fun and get some learning done at the same time. This name of this game is Frogger.

New OSBuilder Home

To make things easier to follow and not clutter things up, I am going to start with a brand new OSBuilder Home. I'll use the following command

OSBuilder -SetPath C:\OSDeploy\Frogger

I'll import a brand new Operating System using the following command

You will want to have your OSMedia updated by using Update-OSMedia, but for this game, it is not really necessary

Frogger Arcade Pack

Now its time to download the Frogger Arcade Pack. Download and Unzip the attached Zip file

Now its time to place the Zip contents in the proper locations

Frogger Registry

Move the contents of Frogger Registry into your Templates\Registry\AutoApply\Windows 10. This will ensure that the Registry entries get applied to every Windows 10 OSBuild

Frogger Wallpaper

Copy the entire Frogger Wallpaper directory into the Templates\ExtraFiles\AutoApply\Windows 10 directory. This will ensure that the contents of Frogger Wallpaper are copied into the OS of every Windows 10 OSBuild

PowerShell Script

To have the PowerShell Script executed with every OSBuild, no matter the Operating System, copy it into the Templates\Scripts\AutoApply\Global directory

Start Layout

Finally, copy the Windows 10.xml file into the Content\StartLayout directory

New-OSBuildTask

Now create a New-OSBuildTask with the following command line

New-OSBuildTask -TaskName Frogger -CustomName Frogger

You will select the Operating System, and then be prompted to select a Start Layout. Select the one that was added from the Frogger Arcade Pack

New-OSBuild

Now its time to execute the OSBuild. The SkipUpdates parameter is used to prevent the Windows Updates from being applied. This will save a significant amount of time and should be used for testing only. The MediaISO will create an ISO (ADK required) and allow us to test the image in a Virtual Machine

New-OSBuild -SkipUpdates -Execute -MediaISO

​

​

PreviousOSBuild TemplatesNextOSBuild Arcade

Last updated 5 years ago

Was this helpful?