The WindowsApps selection is restored for education and enterprise versions of Windows 10, but not for LTSC versions!!! The LTSC editions have far less bloat, but some of these apps can be removed, also.
How can i keep store compatibility with the script? Which apps should i keep in order for store and store games to work?
this script worked today flawlessly with some changes . Final Lite win10 Pro iso is created of size 2.1gb. <<<<<<Awesome work >>>>>>>
Thanks, but i am not using ltsc, I don't want to add store to a storeless windows source, i want to keep store on windows home.
Right in OP. You may need to enable scripts on your PC by running in the Powershell prompt. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser If you keep getting the 'Run Once' error, just right click on the Optimize-Offline-4.0.0.1.zip and choose 'Unblock' before unzipping it.
Replying to myself. I needed to unblock the script although now I am getting this: I can create the iso from windows 7 machine right? @KedarWolf: Yes you are right I needed to unblock the scripts. Still cannot run though
Don't put the ISO in the Optimize Offline folder. Try making a folder on the D:\ drive like D:\ISO, copy the ISO into it and then use "SourcePath": "D:\\ISO\\Win10_1909_(18363.535)_RETAIL.iso", Also, mount your ISO by double-clicking on it, check in the Sources folder and make sure it has an install.wim not an install.esd.
I edit with notepad ++ I"m running this on my win7 tried "SourcePath": "D:\\_Temp\\Win10_1909_(18363.535)_RETAIL.iso", and still NO go. Not sure how this simple thing can be so hard. theres something wrong with the scripting here! it has .wim it's the MSDN untouched virgin Code: { "_Info": [ "This is a JSON based Configuration file for Optimize-Offline.", "Ensure proper formatting is used when editing the JSON parameter values.", "Boolean parameter values use true and false. String parameter values must be enclosed in double-quotes." ], "SourcePath": "D:\\_Temp\\Win10_1909_(18363.535)_RETAIL.iso", "WindowsApps": "All", "SystemApps": true, "Capabilities": true, "Packages": true, "Features": true, "DeveloperMode": false, "WindowsStore": false, "MicrosoftEdge": false, "Win32Calc": true, "Dedup": true, "DaRT": "Setup", "Registry": true, "Additional": true, "ISO": "No-Prompt" } I tried right in the main dir too same thing just quickly closes and does nothing!