so your saying this untouched MSDN image is why it's not working? if thats the case then the author needs to address this, I'll try my other untouched image then and see if it does the same Win10_1809_(17763.316)_Ent_LTSC UPDATE: nope same thing power shell just closes "SourcePath": "D:\\_Temp\\Win10_1809_(17763.316)_Ent_LTSC.iso",
@zbigniew59 Open Powershell ISE as Admin. File-->Open-->Start-Optimize.ps1. Click green button "Run script". Post error.
If you choose the Whitelist option and your AppxWhitelist.json looks like below, Windows Store works with all the apps removed in OP except the Whitelist apps. I tested it with World Of Warships in the Microsoft Store. Code: { "DisplayName": [ "Microsoft.DesktopAppInstaller", "Microsoft.StorePurchaseApp", "Microsoft.VP9VideoExtensions", "Microsoft.WindowsStore", "Microsoft.XboxIdentityProvider" ] }
Why couldn't someone have mentioned this in the first place!!! Code: File D:\_Temp\Optimize-Offline-4.0.0.3\Start-Optimize.ps1 cannot be loaded because the ex ecution of scripts is disabled on this system. Please see "get-help about_signing" for mo re details. At line:0 char:0 NOW how do i fix this error?
now it just get this; Code: PS C:\Users\Bedroom> D:\_Temp\Optimize-Offline-4.0.0.3\Start-Optimize.ps1 Cannot process the "#requires" statement at line 2 because it is not in the correct format. The "#requires" statement must be in one of the following formats: "#requires -shellid <shellID>" "#requires -version <major.minor>" "#requires -pssnapin <psSnapInName> [-version <major.minor>]" At line:0 char:0
why can I just open the script and use the green run button ? why all the complications here!!! and if I look back alot of miss information given.