Forum Discussion

AB21805's avatar
AB21805
Bronze Contributor
Apr 07, 2022
Solved

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 Lenov...
  • Harm_Veenstra's avatar
    Harm_Veenstra
    Apr 07, 2022
    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

Resources