maxXPsoft Posted October 26, 2012 Posted October 26, 2012 (edited) bummerCan't string them together as you can do with packages or I haven't got it right yetDism.exe /image:D:\zMountDir /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingFinance_1.2.0.135_x64__8wekyb3d8bbwe /PackageName:Microsoft.BingMaps_1.2.0.136_x64__8wekyb3d8bbweBut the desktop Metro is looking better removing all from my .wimAnd then Unpin the rest Edited November 13, 2012 by maxXPsoft
MrJinje Posted September 17, 2013 Author Posted September 17, 2013 (edited) Updated for Windows 8.1, configure your start tiles as you prefer on your machine, run the Export command to create an XML file. Use that XML file along with creating this registry key to apply your settings. Can either set them machine-wide or per user. By far the easiest method to apply a baseline start menu for 8.1. ## HKLM - all users - probably requires reboot.#Export-StartLayout -Path "D:\Start-Layout-81-x64.xml" -As XMLNew-Item -Path Registry::HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows -Name Explorer -ForceSet-ItemProperty -Path 'registry::HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Explorer' -Name StartLayoutFile -Value "D:\Start-Layout-81-x64.xml"## HKCU - per user - effective after log-off.#Export-StartLayout -Path "D:\Start-Layout-81-x64.xml" -As XMLNew-Item -Path Registry::HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows -Name Explorer -ForceSet-ItemProperty -Path 'registry::HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer' -Name StartLayoutFile -Value "D:\Start-Layout-81-x64.xml"#http://forums.mydigitallife.info/threads/48193-How-to-Skip-quot-Checking-for-Updates-quot-during-win-8-1-Install?p=808351&viewfull=1#post808351and Unattended version is exported as BIN and imported into a mounted .wim file. (or just run the above commands SetupComplete.cmd / $OEM$ your XML so you don't have to re-open your .wim)Export-StartLayout -Path "D:\Start-Layout-81-x64.bin" -As BINImport-StartLayout -LayoutPath "D:\Start-Layout-81-x64.bin" -MountPath "C:\Mount\"http://technet.microsoft.com/en-us/library/dn283399%28v=wps.630%29.aspx Edited September 17, 2013 by MrJinje
alvinkhorfire Posted November 22, 2013 Posted November 22, 2013 x64dism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Bing_1.2.0.137_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingFinance_1.2.0.135_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingMaps_1.2.0.136_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingNews_1.2.0.135_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingSports_1.2.0.135_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingTravel_1.2.0.145_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingWeather_1.2.0.135_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Camera_6.2.8514.0_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:microsoft.microsoftskydrive_16.4.4204.712_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Reader_6.2.8516.0_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:microsoft.windowscommunicationsapps_16.4.4206.722_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:microsoft.windowsphotos_16.4.4204.712_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxLIVEGames_1.0.927.0_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_1.0.927.0_x64__8wekyb3d8bbwedism /online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_1.0.927.0_x64__8wekyb3d8bbweCould you update the script for Windows 8.1? Thank you for your help.
maxXPsoft Posted November 24, 2013 Posted November 24, 2013 Could you update the script for Windows 8.1? Thank you for your help.Just mount your image and do thisDism.exe /image:YourMountDir /Get-ProvisionedAppxPackagesor from Win 8.1 Pro 64 bithttp://www.mediafire.com/view/aw2odrf6iz4s2az/zProvisionedAppxPackages.txt
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now