Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"windows setup encountered an internal error while loading or searching for an unattend answer file" #211

Open
callmemikhail opened this issue Jan 6, 2025 · 0 comments

Comments

@callmemikhail
Copy link

If you encounter a similar error, it can be resolved in one of the following ways:

Case 1:
Rename the file to notautounattend.xml and use the command:
setup.exe /Unattend:D:\notautounattend.xml

Case 2:
Change this line:

cmd.exe /c ">>"X:\disable-defender.vbs" echo WScript.Echo "Scanning for newly created SYSTEM registry hive file to disable Windows Defender services...""

To this:

cmd.exe /c ">>X:\disable-defender.vbs echo WScript.Echo 'Scanning for newly created SYSTEM registry hive file to disable Windows Defender services...'"

It was helpful for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant