Advertisement
Guest User

Windows Thin PC - Addon Packages

a guest
Feb 19th, 2017
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. Windows Thin PC - Addon Packages
  2. Hi, though Microsoft has released the trimmed down version of their "Windows Embedded Standard 7" OS called "Windows Thin PC" but they have also locked down the option to add or remove packages or feature. So i have started this thread to share info on how to add or remove packages to the "Thin PC" OS.
  3.  
  4.  
  5. Requirements :
  6.  
  7. 1. Windows Embedded Standard 7 SP1 Toolkit or Windows Embedded Standard 7 SP1 Runtime (IBW) x86 DVD. It can be a retail or the evaluation DVD. You can get the evaluation DVD iso image from microsoft. I think the Windows Embedded Standard 7 SP1 Runtime (IBW) x86 DVD is enough.
  8.  
  9. 2. Windows Thin PC DVD.
  10.  
  11.  
  12.  
  13. Package Path Information :
  14.  
  15. The Feature Packages are stored in the \DS\Packages\FeaturePack folder of Windows Embedded Standard 7 SP1 ToolKit / Windows Embedded Standard 7 SP1 Runtime (IBW) x86 DVD.
  16.  
  17. The Non-English Language Packages are stored in the \DS\Packages\LanguagePack folder of Windows Embedded Standard 7 SP1 ToolKit or Windows Embedded Standard 7 SP1 IBW DVD.
  18.  
  19. The English Language Package is stored in the \LangPacks\en-US folder of Thin PC DVD.
  20.  
  21.  
  22.  
  23. I will start with the following packages which are working properly:
  24.  
  25. 1. Premium Codecs for Windows Media Player :
  26. These Codecs include - Microsoft AC3 Encoder (Dolby), Microsoft DTV-DVD Audio Decoder (MPEG-2, AAC), Microsoft DTV-DVD Video Decoder (MPEG-2, H.264), MPEG-2 Audio and Video Encoder, MPEG Layer-3 Audio Codec (MP3), MPEG-4 Decoders, Windows Media Video Codecs (VC-1). The following packages will install the Premium Codecs for Windows Media Player.
  27.  
  28. winemb-premiumcodecs-dolby-ac3-audioencoder.cab
  29. WinEmb-PremiumCodecs-MPEG2andDolbyDecoder.cab
  30. WinEmb-PremiumCodecs-MPEG2-Decoder.cab
  31. winemb-premiumcodecs-mpeg2-encoder.cab
  32. WinEmb-PremiumCodecs-MPEG3.cab
  33. WinEmb-PremiumCodecs-MPEG4.cab
  34. winemb-premiumcodecs-wmv.cab
  35.  
  36.  
  37. 2. Windows Search :
  38. Enables Search Bar in Windows Explorer and Start Menu Panel. Thanks to "fafhrd" and "100" for the information. The following packages will install the Windows Search.
  39.  
  40. winemb-natural-language.cab
  41. winemb-search.cab
  42.  
  43.  
  44. 3. .NET Framework 3.5 with Client Profile :
  45. Windows Thin PC by defaults comes with .NET Framework 2.0 installed. The following packages will install .NET Framework 3.5 which includes .NET Framework 3.0 & 3.5.
  46.  
  47. winemb-iis-was.cab
  48. winemb-netfx30.cab
  49. winemb-netfx30client.cab
  50. winemb-netfx35 .cab
  51. winemb-netfx35client.cab
  52.  
  53.  
  54. 4. Windows DVD Maker :
  55. The following packages will install Windows DVD Maker.
  56.  
  57. winemb-dvdburning.cab
  58. winemb-imapiv2.cab
  59.  
  60.  
  61. 5. Windows ISO Burner (Image Mastering API V2) :
  62. The following Package will install Windows in-built CD/DVD ISO Burner.
  63.  
  64. winemb-imapiv2.cab
  65.  
  66.  
  67. 6. Windows Media Center :
  68. The following packages will install Windows Media Center.
  69.  
  70. winemb-mediacenter.cab
  71.  
  72.  
  73. 7. Windows Photo Viewer :
  74. The following packages will install Windows Photo Viewer.
  75.  
  76. winemb-photos-viewer.cab
  77.  
  78.  
  79. 8. Speech and Text with Speech US English Pack :
  80. The following packages will install and enable the Speech and Text with Speech US English Language Pack. If you want a different Speech Language Pack then you can replace the US pack with the other one's.
  81.  
  82. winemb-speech.cab
  83. WinEmb-Speech-LP-ENG.cab
  84.  
  85.  
  86. 9. Windows Defender :
  87. The following packages will install Windows Defender the AntiMalware Security tool.
  88.  
  89. winemb-antimalware.cab
  90.  
  91.  
  92. 10. Fax and Scan :
  93. The following packages will install Windows Fax and Scan.
  94.  
  95. winemb-fax-scan.cab
  96.  
  97.  
  98. 11. Mobility Center and SideShow :
  99. The following packages will install Mobility Center and SideShow.
  100.  
  101. winemb-mobilepc.cab
  102.  
  103.  
  104. 12. Tablet PC Support :
  105. This package includes support for touch-screen interfaces through both single and multiple touch points. Support for pen input is also provided. It will also install Windows Snipping Tool, Sticky Notes.
  106.  
  107. winemb-tablet.cab
  108.  
  109.  
  110. 13. Windows Backup and Restore
  111. This package includes the Windows Backup and System Restore features.
  112.  
  113. WinEmb-BackupRestore.cab
  114.  
  115.  
  116.  
  117.  
  118. Feature Packages Installtion Procedure :
  119.  
  120. There are two ways to install or add the required Feature Package to the Thin PC.
  121.  
  122. - Online Method (Installing on an insalled Thin PC OS)
  123. - Offline Method (Integrating with the Thin PC DVD)
  124.  
  125.  
  126. Online Method :
  127.  
  128. 1. Create two folders in C: drive named FeaturePack and LangPack
  129.  
  130. 2. Copy the required Feature Package files to the folder C:\FeaturePack
  131.  
  132. 3. Copy the required Language Package files to the folder C:\LangPack
  133.  
  134. 4. Open a command prompt window with Administrator privileges and run the following commands
  135.  
  136. Code:
  137. Dism.exe /Online /Add-Package /PackagePath:C:\FeaturePack /NoRestart
  138. Dism.exe /Online /Add-Package /PackagePath:C:\LangPack
  139. 5. When it asks you to restart the PC press 'Y'.
  140.  
  141. 6. Finished.
  142.  
  143.  
  144. Offline Method (Integrating Method) :
  145.  
  146. 1. Create three folders in C: drive named ThinPC, ThinMnt, FeaturePack
  147.  
  148. 2. Copy the contents of the Thin PC DVD to the folder C:\ThinPC
  149.  
  150. 3. Copy the required Feature Package files to the folder C:\FeaturePack
  151.  
  152. 4. Open a command prompt window with Administrator privileges and run the following commands
  153.  
  154. Code:
  155. Dism.exe /Mount-Wim /WimFile:C:\ThinPC\sources\install.wim /index:1 /MountDir:C:\ThinMnt
  156. Dism /Image:C:\ThinMnt /Add-Package /PackagePath:C:\FeaturePack
  157. Dism.exe /Unmount-Wim /MountDir:C:\ThinMnt /commit
  158.  
  159. 5. Either make an bootable ISO of the C:\ThinPC folder or copy the contents of the folder C:\ThinPC to a USB bootable Flash Drive and install from it.
  160.  
  161. 6. Finished.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement