You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: