Jump to content

Recommended Posts

Posted
There's a few funny things I have to do when building these - obviously it has to be done from a Windows 10 machine, but the ISO etc must be hosted locally (due to network authentication not extending to the Powershell prompt). Always takes me a few tries but it does work for me, on the English International ISO of 1607.

 

I see what's happening now, I'm editing a WIM file that has been captured and that is why it doesn't work, editing an untouched WIM seems to work okay. I will probably still use the deployment script for the in-place upgrades, so that the apps get removed after an upgrade. Thanks for you help :)

Posted
no matter what I try I always get the message "Remove-AppXProvisionedPackage: The system cannot find the file specified."

That error also occurs when using the 1607 ISO from November 2016 (released Jan 2017) and an en-GB .wim. @3s-gtech had the same problem earlier in that thread. :)

 

www.edugeek.net/forums/windows-10/165029-how-get-rid-candy-crush-soda-saga-other-windows-10-start-menu-junk-good-4.html#post1549332

www.edugeek.net/forums/windows-10/165029-how-get-rid-candy-crush-soda-saga-other-windows-10-start-menu-junk-good-4.html#post1550248

 

The latest version of my script now uses an ISO as the source rather than a .wim to make it more obvious that you're meant to use an unmodified Microsoft ISO. I should have mentioned that somewhere. :p

  • Thanks 1
Posted (edited)
That error also occurs when using the 1607 ISO from November 2016 (released Jan 2017) and an en-GB .wim. @3s-gtech had the same problem earlier in that thread. :)

 

www.edugeek.net/forums/windows-10/165029-how-get-rid-candy-crush-soda-saga-other-windows-10-start-menu-junk-good-4.html#post1549332

www.edugeek.net/forums/windows-10/165029-how-get-rid-candy-crush-soda-saga-other-windows-10-start-menu-junk-good-4.html#post1550248

 

The latest version of my script now uses an ISO as the source rather than a .wim to make it more obvious that you're meant to use an unmodified Microsoft ISO. I should have mentioned that somewhere. :p

 

Well this all explains why I've been banging my head against the wall for the past few months :p At least I know now :) Thanks @Arthur

 

Now having issues doing ANYTHING with the WIM file on Server 2012 R2, wondering if I need to go to 2016

Edited by KibosJ
  • Thanks 1
Posted
Now having issues doing ANYTHING with the WIM file on Server 2012 R2, wondering if I need to go to 2016

Do you have the latest version of the ADK installed? :confused:

 

Are you trying to import the .wim into MDT or something else?

Posted
Do you have the latest version of the ADK installed? :confused:

 

Are you trying to import the .wim into MDT or something else?

 

I do, going to try and re-install it.

 

I can mount a WIM and edit it and do what I want with it, but when I commit it I get errors saying that the file is in use. I then can't delete the mount folder because I get loads of error messages saying "Element not found", it was working fine before installing the latest ADK

Posted
Holy! One thing after another :p Is it safe to just disable Secure Boot on my SCCM server?

It should be okay, but make sure you have backups just in case the SCCM server doesn't boot again. :eek:

 

Personally I would use another VM or PC. :)

Posted

I have backups :) it booted but the issue is still there. I have been using another PC but SCCM has the same issue, it can't install updates to any of the WIM files because it fails to commit the image.

 

Thought it might have been the disk but it happens on another disk too.

 

There is an old windows kit for 8.1 installed that won't uninstall, think it could be that. Will have to see why it won't uninstall, not sure why it is still there to begin with.

Posted

Might be something I've done wrong, but has anyone noticed that their unattended.xml that was fully unattended in 1607 is now asking to confirm the installation language in 1703?

The dialog has en-GB prefilled so it is using the file contents, just not auto skipping that prompt.

 

Using the same xml with 1607 remains fully unattended.

Posted
Might be something I've done wrong, but has anyone noticed that their unattended.xml that was fully unattended in 1607 is now asking to confirm the installation language in 1703?

The dialog has en-GB prefilled so it is using the file contents, just not auto skipping that prompt.

 

Using the same xml with 1607 remains fully unattended.

if you do a manual install all the setup screens have changed so im not surprised

Posted
The dialog has en-GB prefilled so it is using the file contents, just not auto skipping that prompt.

Are you using the en-US (English) or en-GB (English International) ISO?

Posted (edited)
Are you using the en-US (English) or en-GB (English International) ISO?

 

en-GB off MSDN - en-gb_windows_10_education_version_1703_updated_march_2017_x64_dvd_10195585.iso

 

As I test, I've put together a basic answer file - just with a few bits. On 1607, this is fully unattended but on 1703 it prompts for confirmation on the Language.

 



   
       
           en-gb
           en-gb
           en-gb
           en-gb
       
       
           
               true
               3
               true
               true
           
           GMT Standard Time
           
               
                   
                       
                           blahblahblah
                           false
                       
                       ICT Support Local Administrator
                       ICT Support
                       Administrators
                       ICTSupport
                   
               
               
                   blahblahblah
                   false
               
           
           SCHOOLNAME
           SCHOOLNAME
           1
       
   
   
       
           KMSKEY
           *
           SCHOOLNAME
           SCHOOLNAME
           GMT Standard Time
           
               
                   blahblahblah
                   false
               
               true
               1
               ICTSupport
           
       
   
   
       
           
               true
               SCHOOLNAME
               SCHOOLNAME
           
           
               
                   true
               
           
       
       
           en-US
           
               en-US
           
           en-gb
           en-gb
           en-gb
           en-US
       
   

Edited by Arcolite
Posted (edited)

I've come across a couple of problems with this new version so far. I get a "Something went wrong. You can try again, or skip this for now." during the OOBE stage. I've created a new answer file with a new catalog file but still no luck. Setup seems to complete ok.

 

Looking at the log files it seems to be this showing the problem:

 

2017-04-07 16:59:34, Info [CloudExperienceHostBroker.exe] Failed to load oobe.xml file at C:\Windows\system32\oobe\info\oobe.xml with hr=0x80070003

2017-04-07 16:59:34, Info [CloudExperienceHostBroker.exe] Failed to load oobe.xml file at C:\Windows\system32\oobe\info\default\oobe.xml with hr=0x80070003

2017-04-07 16:59:34, Info [CloudExperienceHostBroker.exe] Failed to load oobe.xml file at C:\Windows\system32\oobe\info\242\oobe.xml with hr=0x80070003

2017-04-07 16:59:34, Info [CloudExperienceHostBroker.exe] Failed to load oobe.xml file at C:\Windows\system32\oobe\info\default\2057\oobe.xml with hr=0x80070003

2017-04-07 16:59:34, Info [CloudExperienceHostBroker.exe] Failed to load oobe.xml file at C:\Windows\system32\oobe\info\242\2057\oobe.xml with hr=0x80070003

 

Start menu will revert back to default layout instead of the customised one created in audit mode. This worked fine in the previous build.

Edited by hailstorm
Posted
The PC under the TV in living room has tech preview on it, sadly can't change privacy to basic, so I may remove win 10 from it, shame as I liek it apart from that. the laptop which came with 10 is on basic, I'll double check it stays that way when it gets the creators update :(
Posted
Will Windows Server 2016 get the equivalent of the Creators Update (Redstone 2), or does it stay on Redstone 1?

I think the next major update to Windows Server 2016 will be when the next LTSB is released in 2019.

 

https://arstechnica.co.uk/information-technology/2016/08/two-major-windows-10-updates-planned-for-next-year

 

By contrast, LTSB is only due to receive revisions every two or three years. Our assumption is that, in practice, LTSB releases will be paired with Windows Server releases; the back-to-back 2015 and 2016 LTSB builds are a one-off due to Windows 10 being released more than a year before Windows Server 2016. Conventional deployments of Windows Server 2016 will, just like Windows 10 LTSB, receive 10 years of support. Releasing them simultaneously is logical from a bug-fixing perspective.

 

Nano Server deployments of Windows Server 2016, however, won't receive 10-year servicing. Instead, they'll track Windows 10 CBB.

  • Thanks 1
Posted
Hey @Arthur, are you finding that the lock screen image has reverted back to the cave? The same GP that changed it on earlier versions now doesn't work - have checked my WMI filters and it's applying. This is from a UNC path - it may work locally.
Posted
are you finding that the lock screen image has reverted back to the cave?

Not had a chance to test that. I normally disable the lock screen though.

Posted
Same with the logon screen background. Now tried it locally - the preview shows what it should look like, but the cave appears instead. I think it's mocking me for being stuck in work by showing an exotic locale :(
Posted
On 1607, this is fully unattended but on 1703 it prompts for confirmation on the Language.

 


   
       
           en-US
           
               en-US
           
           en-gb
           en-gb
           en-gb
           en-US
       
   

This worked for me with the same ISO you are using...

 


   
       
           
               en-US
               OnError
           
           0809:00000809
           en-GB
           en-GB
           en-US
           en-GB
       
   

Posted
Same with the logon screen background. Now tried it locally - the preview shows what it should look like, but the cave appears instead.

I wonder what Microsoft have changed to make it not work? :confused:

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...