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

Multiple request is not supported errors #23

Closed
SharirAG opened this issue Nov 26, 2020 · 5 comments
Closed

Multiple request is not supported errors #23

SharirAG opened this issue Nov 26, 2020 · 5 comments

Comments

@SharirAG
Copy link

Hi,

After creating the USB and pluging it in to multiple laptops. i get a warning: The request is not supported.

this happens when setting the power policy , we have fixed this by editing the invoke-provision.ps1 file:

        switch ($powerPlan) {
            PowerSaver {
                Write-Host "Setting power policy to 'Power Saver'.." -ForegroundColor Cyan
                $planGuid = "a1841308-3541-4fab-bc81-f71556f20b4a"
            }
            Balanced {
                Write-Host "Setting power policy to 'Balanced'.." -ForegroundColor Cyan
                $planGuid = "381b4222-f694-41f0-9685-ff5bb260df2e"
            }
            HighPerformance {
                Write-Host "Setting power policy to 'High Performance'.." -ForegroundColor Cyan
                $planGuid = "8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c"
            }
            default {
                throw "Incorrect selection.."
            }
        }
        Invoke-CmdLine -application powercfg -argumentList "/s $planGuid" -silent
    }
    catch {
        Write-Host $_.Exception.Message -ForegroundColor Red

after this edit, the usb continued to the next step.

but at the setting install.wim location
we got the another Warning: The request is not supported.

WhatsApp Image 2020-11-26 at 15 04 31
WhatsApp Image 2020-11-26 at 15 44 54

USB has been built successfully
image

@tabs-not-spaces
Copy link
Owner

tabs-not-spaces commented Nov 26, 2020 via email

@tabs-not-spaces
Copy link
Owner

tabs-not-spaces commented Nov 26, 2020 via email

@SharirAG
Copy link
Author

thansk for the quick response.

is there anything we can do at the moment to bypass this problem?

@tabs-not-spaces
Copy link
Owner

duplicate issue to #22 which has since been resolved.

@SharirAG
Copy link
Author

SharirAG commented Dec 3, 2020

Hi,

I've used the updated script, but i still get the same error.

Anythng I can do, to help troubleshooting?

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

2 participants