The following code will remove the any provisioned application that has the name *evernote*, so it will no longer be installed for any new user. It will also uninstall it for the current logged on user. It will NOT uninstall it for any other user accounts. This will need to be run as administrator:
$AppsToDelete="*evernote*"
Foreach ($AppName in $AppsToDelete)
{
get-appxprovisionedpackage -online | where packagename -like $AppName | remove-appxprovisionedpackage -Online
Get-AppxPackage -name $AppName -allusers | Remove-AppxPackage
}
You can also use the variable $AppsToDelete as an array, and delete multiple (This will delete applcations with the following in the name: Evernote, Accuweather, Kindle, Companion, Quickcast, LenonoSupport, LenovoSettings, Symantec, YouSendIt, Zinio:
Foreach ($AppName in $AppsToDelete)
{
get-appxprovisionedpackage -online | where packagename -like $AppName | remove-appxprovisionedpackage -Online
Get-AppxPackage -name $AppName -allusers | Remove-AppxPackage
}
Once major problem is it wont uninstall the application for users that have already had a profile created, and the application installed for them. They will need to uninstall the application individually.
Source:
http://www.softwareok.com/?seite=faq-Windows-8&faq=60
ReplyDeleteforany issues related to lenovo support
http://supporttolenovo.blogspot.in/
call helpline number
+1-866-641-8283