Lore

If it's worth remembering, it's worth writing down, if I find the time, and remember...

User Tools

Site Tools


referenceimage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
referenceimage [2019/04/25 08:41] – [Activate Windows] thekojukinatorreferenceimage [2020/06/22 16:13] (current) – old revision restored (2019/05/06 14:42) thekojukinator
Line 53: Line 53:
   * [[https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install|Windows ADK]] - Requisite for WDS/MDT, but also a required toolkit to prepare a WinPE boot environment.   * [[https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install|Windows ADK]] - Requisite for WDS/MDT, but also a required toolkit to prepare a WinPE boot environment.
  
-===== WIP ===== 
  
-The content below is a copy/paste of my older work build for Windows 10 1703. There is a lot of BS here due to some issues 1703 introduced that I'm hoping to streamline when I go through building 1803(?) whenever that comes out. Some of the steps are specific to how I do things at work, and some steps are probably unnecessary regardless. As I refine this guide, sections will move up out of WIP. 
- 
-References to keep in mind for next build: 
- 
-  * [[https://community.spiceworks.com/topic/1993476-windows-10-enterprise-1703-sysprep-breaking-edge-others?page=2|Sysprep with copyprofile breaking stuff on 1703.]] 
 ===== The Build (Windows 10 1809) ===== ===== The Build (Windows 10 1809) =====
  
Line 623: Line 617:
   - Create a Live Checkpoint (don't shutdown), rename to ''(timestamp) - Live - VPN''   - Create a Live Checkpoint (don't shutdown), rename to ''(timestamp) - Live - VPN''
 ==== Final Online Cleanup ==== ==== Final Online Cleanup ====
 +
 +=== De-Activate Windows ===
 +
 +Sysprep will not clear the activation key we used earlier, so we need to de-activate manually.
 +
 +Run the following at an elevated prompt:
 +<code>slmgr /upk</code>
 +
 +After confirmation pop-up, run:
 +<code>slmgr /cpky</code>
  
 === PowerShell History === === PowerShell History ===
  
-  * We don't want every new profile to have our ''PowerShell'' history, so clear it by running:<code powershell>+We don't want every new profile to have our ''PowerShell'' history, so clear it by running: 
 +<code powershell>
 Clear-History Clear-History
 Remove-Item (Get-PSReadlineOption).HistorySavePath Remove-Item (Get-PSReadlineOption).HistorySavePath
referenceimage.1556196077.txt.gz · Last modified: 2019/04/25 08:41 by thekojukinator