MagiskOnWSALocal
MagiskOnWSALocal copied to clipboard
Fix install scripts
- Use PowerShell 7 in higher priority
- Fix
Get-WindowsOptionalFeature
doesn't work when using PowerShell store version - Chdir to current dir when starting cmd
Checklist
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [x] Have tested the modifications
Install or updating VCLibs will kill Windows Terminal, so we must start Powershell in ConHost.
Install or updating VCLibs will kill Windows Terminal, so we must start Powershell in ConHost.
Sorry to know that ...
@Howard20181 Please take a look now
I added -NoNewWindow
to avoid terminals appear one by one... It's quite annoying for me.
I added
-NoNewWindow
to avoid terminals appear one by one... It's quite annoying for me.
Can you try again now? Which operation will cause the windows to open one by one?
I just explained why I added it 😃