Forum Discussion
AB21805
Apr 07, 2022Bronze Contributor
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?
- AB21805Bronze Contributor
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