MSFN Forum: Windows 8 - ADK - Unattend.chm - Direct Link - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Windows 8 - ADK - Unattend.chm - Direct Link

#1 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 18 August 2012 - 06:44 AM

Windows 8 - ADK - Unattend.chm - Direct Link

Here it is so you don't have to install netfx4 or download the 2.5GB ADK for a single file. Only 17MB.

http://download.micr...c4a604cede4.cab

Unpack the cab and rename this file 'fil4053e4e2f4605477ef328c27bce92c39' to Unattend.chm - Size = 2,662,271 bytes

This snip will handle the downloading and renaming. The file will be in your C:\Temp folder.

$colorscheme = (Get-Host).PrivateData
$colorscheme.ProgressBackgroundColor = "black"
$colorscheme.ProgressForegroundColor = "red"

Import-Module BitsTransfer

$SRC  = "http://download.microsoft.com/download/9/9/F/99F5E440-5EB5-4952-9935-B99662C3DF70/adk/Installers/56e5d88e2c299be31ce4fc4a604cede4.cab"
$DEST = "C:\Temp\56e5d88e2c299be31ce4fc4a604cede4.cab"
$FILE = "C:\Temp\fil4053e4e2f4605477ef328c27bce92c39"
$CHM  = "C:\Temp\Unattend.chm"

Start-BitsTransfer $SRC $DEST -Description "Go grab a beer." -DisplayName "Downloading Unattend.chm"
expand $DEST -f:fil4053e4e2f4605477ef328c27bce92c39 c:\Temp\
Rename-Item -path $FILE -newname $CHM

Remove-Item $DEST



I'm guessing the other CHM's are in the same cab in case anyone is wondering.
?Attached File  unattend - Copy.jpg (47.43K)
Number of downloads: 65

Thanks to JFX for showing me how this was possible.

This post has been edited by MrJinje: 18 August 2012 - 09:51 AM



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy