Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Windows 10 1709 Unattend XML is now case sensitive.

Featured Replies

I just ran into a weird situation where the answer files I've been using since Vista time were not working on a Windows 10 Pro 1709 DVD I just got. It made no sense really so I had to do a WSIM validation and it just said the setting did not exist. The one it was complaining about was ProductKey/Key but it was not obvious. I deleted the object in WSIM and re-added it, then compared the old vs new XML that WSIM liked.

The difference was an uppercase K. For years this worked and worked fine:

                <ProductKey>
		    <key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</key>
                    <WillShowUI>OnError</WillShowUI>
                </ProductKey>

But against the Windows 10 1709 catalog, it doesn't. It only recognizes Key and not key. And of course this isn't documented anywhere online that suddenly this one XML object is case sensitive. What a thing to change!

Just checked my win 7 which was made from a previous Vista xml & was all uppercase, my modified win 7 one used for current win 10 is same.

Quote

<ProductKey>
                    <WillShowUI>Never</WillShowUI>
                    <Key></Key>
                </ProductKey>

 

  • Author

I think that it doesn't matter for the old OSes. As I said, I have just been using the same XML I made in WSIM for Vista on every OS since then, and they all have the lowercase k in key and it was starting this version that it would accept it. It is not a wholesale change as you can still use lowercase for other objects like settings, component, unattend and cpi. It isn't something enforced by the schema either, it would have been a problem if it was like <key></Key> but the case doesn't matter in XML as long as it matches.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.