-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug in Driver Bundle installer #45
Comments
I agree, but running PowerShell scripts is also not possible without first having to make the user enable running scripts. Do you know a workaround? |
But we actually have fixed the issue on newer versions, by keep the script in batch but running some individual commands like Let me check if the latest version was correctly uploaded. |
There's 5:
|
Those are the 5 I can think of right now, there's a few more though. I cant recall them all as of right now. |
It's not, sorry. We'll fix the upload.
I agree. But seems the default policy also does not allow this: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_signing?view=powershell-7.5 |
I meant that one in conjunction with # 1, using the |
Device Information
System Model or SKU
Please select one of the following
BIOS VERSION
v3.04
Windows:
Open a command terminal as administrator:
wmic bios get SMBIOSBIOSVERSION
<- Welp, this is another example right here in the default template.Describe the bug
In Windows 11, WMIC is deprecated & disabled by default, and will be removed in a future update/version. The BIOS installer uses WMIC for step 18, which will always fail:
I have yet to check any other bundle, but I assume it's a similar story with the WMIC line.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not using WMIC, and preferably re-writing it in PowerShell
Operating System (please complete the following information):
Additional context
Currently, you can just install WMIC from the “Optional Features” page in Settings, but that option may be removed in the future.
Also, as a general PSA: as who knows how much longer Microsoft is willing to support older stuff now that their new trend is the modernize, it would be better to write the installer script in PowerShell, which also has the WMIC replacement. I would be willing to write the script, as I’m rather familiar with PowerShell 5.1 (The one that comes installed by default in Windows).
P.S.: I posted this originally on the Community Forum, but a kind person was able to point me to the right place to report the bug here.
The text was updated successfully, but these errors were encountered: