SetupWithoutWindowsUpdate Failed
Opened this issue · 4 comments
Deployment failed: CloudGaming/SetupWithoutWindowsUpdate
Tried with Update and without it, still not working. Location: North Europe -Standard_NV6_Promo
{
"status": "Failed",
"error": {
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'SetupWithoutWindowsUpdate'. Error message: "Command execution finished, but failed because it returned a non-zero exit code of: '1'. Command execution may have been interrupted by a VM restart"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionCSEWindowsTroubleshoot "
}
}
Is everything installed (e.g. Steam)? It may be setup successfully despite this error message.
Same issue here, also with North Europe -Standard_NV6_Promo, Steam did not get installed.
I managed to get everything working by running the .ps1
script in powershell on the remote VM, by simply copy and paste. And then also changing the disconnect script as mentioned in the README to C:\Windows\System32\tscon.exe 2 /dest:console
.
ping @smo-ceteris
@vicda164 Thank you !