mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
MSIX: fix uninstallation from msix_reinstall and split the scripts (#1183)
This commit is contained in:
8
installer/MSIX/reinstall_msix.ps1
Normal file
8
installer/MSIX/reinstall_msix.ps1
Normal file
@@ -0,0 +1,8 @@
|
||||
taskkill /f /im explorer.exe
|
||||
|
||||
.\uninstall_msix.ps1
|
||||
.\build_msix.ps1
|
||||
.\sign_msix.ps1
|
||||
.\install_msix.ps1
|
||||
|
||||
start $Env:windir\explorer.exe
|
||||
Reference in New Issue
Block a user