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 soft...
function Unregister-Uninstall() { Write-Log "Start to Unregister Uninstall list" $UninstallPath = 'HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Lenovo Welcome' Reg delete $UninstallPath /f /reg:32 Write-Log "Unregister Uninstall list" } function Delete-RegistryProtoco...
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 softw...
function Unregister-Uninstall() { Write-Log "Start to Unregister Uninstall list" $UninstallPath = 'HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Lenovo Welcome' Reg delete $UninstallPath /f /reg:32 Write-Log "Unregister Uninstall list" } function Delete-RegistryProtocol(){ $Protocol...
function Unregister-Uninstall() { Write-Log "Start to Unregister Uninstall list" $UninstallPath = 'HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Lenovo Welcome' Reg delete $UninstallPath /f /reg:32 Write-Log "Unregister Uninstall list" ...