Skip to main content

Posts

Showing posts with the label Getting started

Add and Remove Drivers to an offline Windows Image or WinPE

Add and Remove Drivers to an offline Windows Image Link  https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-and-remove-drivers-to-an-offline-windows-image You can use DISM to install or remove driver (.inf) files in an offline Windows or WinPE image. You can either add or remove the drivers directly by using the command prompt, or apply an unattended answer file to a mounted .wim, .ffu, .vhd, or .vhdx file. When you use DISM to install a device driver to an offline image, the device driver is added to the driver store in the offline image. When the image is booted, Plug and Play (PnP) runs and associates the drivers in the store to the corresponding devices on the computer.   Note To add drivers to a Windows 10 image offline, you must use a technician computer running Windows 10, Windows Server 2016, or Windows Preinstallation Environment (WinPE) for Windows 10. Driver signature verification may fail when you add a driver to a Windows 10 im...

mapshare.cmd

rem == mapshare.cmd == rem == This command will map a shared network folder rem    or NAS drive to be used in capturing and deploying rem    the system image. rem    Winpe won't work with smb1 shares rem    Share needs a username and password rem    from what I've seen so far. net use y: \\ServerName\FolderName /user:image image

Win10 Deployment help

Windows 10 Deployment Help Notes from Author This is posted on other pages I'm just using this to help gather information for myself and others for it to be easily accessible. If you find any errors or you know of a better faster way to deploy win10 please feel free to let me know. I'll be making separate posts if you want the contents of the txt/cmd files Capturing the Image Verify that the windows partition is listed currently as C: or you will need to adjust my scripts capture.cmd Prepping the hard drive for Image Deployment For newer PCs diskpart /s CreatePartitions-UEFI.txt For Legacy PCs diskpart /s CreatePartitions-BIOS.txt Deploying image to newly cleaned hard drive Applying the Image ApplyImage.bat imagename.wim