Forum Discussion

AB21805's avatar
AB21805
Bronze Contributor
Apr 07, 2022

how to remove Lenovo Welcome app via intune

Hi all,

 

I want to remove Lenovo Welcome software on all devices via intune 

 

Any ideas on how when I go into HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall I cant seem to find Lenovo Welcome. 

 

 

 

  • Create a script that runs the uninstall.ps1, like a uninstall.cmd, with powershell.exe -executionpolicy bypass -file "C:\ProgramData\Lenovo\ImController\Plugins\LenovoFirstRunExperiencePackage\x86)\uninstall.ps1" Add that together with an empty install.cmd in a folder and create a package from that with a detection on the uninstall.ps1 file
  • You can reinstall it to fix any missing registry values, but it there an uninstall.exe or unins000.exe something that you can use in the program folder?
    • AB21805's avatar
      AB21805
      Bronze Contributor

      Hi Harm_Veenstra 

       

      So i cant find an uninstall in program files but I open file location it goes to C:\ProgramData\Lenovo\ImController\Plugins\LenovoFirstRunExperiencePackage\x86 within here there is a uninstall script. 

       

      How would I go about running this remotely I wouldnt need any of the lenovo bloat software. 

       

       

      • Create a intunewin package with a detection of the uninstall script in that location, create a uninstall script which runs the script (Hopefully it's silent or has support or parameters for that) and a empty install script. Assign it to be uninstalled for the users/devices which have the software installed