remove skype app in windows 10
This commit is contained in:
parent
41bac9e6e3
commit
1c13a42a93
@ -27,6 +27,8 @@ if not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
|
||||
sub_check_exitcode
|
||||
endif
|
||||
|
||||
execwith_skypeapp powershell
|
||||
|
||||
comment "Delete files"
|
||||
Files_uninstall /32Bit
|
||||
|
||||
@ -36,6 +38,10 @@ Registry_uninstall /32Bit
|
||||
comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
||||
|
||||
[execwith_skypeapp]
|
||||
Get-appxpackage -allusers *Microsoft.SkypeApp* | Remove-AppxPackage
|
||||
Get-AppxPackage -allusers *skypeapp* | Remove-AppxPackage
|
||||
|
||||
[Winbatch_uninstall_msi_old]
|
||||
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user