Generate autounattend.xml over Website no more possible. How to fix? #404
Replies: 5 comments 1 reply
|
That is not supposed to happen. Open the autounattend.xml file you are trying to import in a text editor and locate the comment at the start of the file: <?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<!--https://schneegans.de/windows/unattend-generator/?…-->How long is the URL in that comment? Feel free to attach the autounattend.xml file here. |
|
Hello, this is the file, indeed its very huge. Don't know why this happened. Regards |
|
I have replaced leading spaces with tabs and removed comments such as to make the URL more compact. The resulting file can be imported again: autounattend.xml In general, it appears that your PowerShell scripts contain many repeated statements. For example, and should be refactored to use a common function. |
|
I just tried to create an offline variant. My intension was to reduce my bandwith and have a tool for WinPE as portable version to be independable of internet connections. For future an idea is it to translate the generator UI in german. I have not check it in all cases and the extensions have to checked deeply. There are some differences of the xml files in comparing it with your online generator. Not big but there are some. The sequence of the unattend-xx.xx files has also checked. In the moment its not quite the same as the online Generator. What positively astonished me is that the same xml files can be loaded between online and portable. For the moment I have done it in one huge index.html file. It takes a lot of time to check everything and to improve. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Since last week importing of autounattend.xml files over https://schneegans.de/windows/unattend-generator/ is no more possible.
Don't know if I'm the only one who has this issue but Generator works for me a long time very good.
Tried to short the URL and use it with Edge browser and Firefox for Win 11 but always the same issue.
After clicking the import button for the XML file it comes up the following error: 414 Request-URI Too Large.
How can I fix this or is this service closed for ever?
All reactions