I've had this new laptop (XPS 17 9720, i9 processor, Nvidia RTX 3060, 4k screen) for a couple of weeks now. On day one I uninstalled all of Dell's bloatware except for the driver updater. The privacy agreement for Dell SupportAssist seemed particularly diabolical.
A week or two later, I'm noticing that my fans are a little loud and whiny. I don't think it's coil whine, I only notice it when I'm running a graphics-intensive program and the fans start spinning up. Probably normal, but I'm worried that I accidentally uninstalled some Dell program that was regulating fans and temperature in some proprietary and necessary way.
As far as I can tell, the only programs from Dell that would potentially affect fan behavior / temperature control are "My Dell" and "Dell Fusion Service." I'd rather not have these bloatware programs installed if I can help it, but it's not worth frying my CPU/GPU over it.
Are my fans and components okay without them, or do I need to reinstall these two programs?
Hi all, I've been looking for a PS script that I can push through Intune to uninstall the pre-installed Dell Bloatware apps (Dell Optimizer, Dell Power Manager, SupportAssist, etc), but have been unsuccessful in my attempts so far. The closest I have gotten to a working script is the following:
$listofApps = get-appxpackage
$apptoRemove = $ListofApps | where-object {$_ -like "*Optimizer*"}
Remove-AppxPackage -package $apptoRemove.packagefullname
$listofApps2 = get-appxpackage
$apptoRemove2 = $listofApps2 | where-object {$_ -like "*PowerManager*"}
Remove-AppxPackage -package $apptoRemove2.packagefullname
$listofApps3 = get-appxpackage
$apptoRemove3 = $listofApps3 | where-object {$_ -like "*SupportAssist*"}
Remove-AppxPackage -package $apptoRemove3.packagefullname
$listofApps4 = get-appxpackage
$apptoRemove4 = $listofApps4 | where-object {$_ -like "*DigitalDelivery*"}
Remove-AppxPackage -package $apptoRemove4.packagefullname All this does though, is remove the program from the start/search menu. The programs still appear in the Control Panel-> Program List
Any and all help is greatly appreciated
Is this safe to uninstall?
I have also been trying to uninstall Dell supportassist but it never uninstalls just stays there
Hello LindaHackett1, welcome to the Microsoft community, I'll be happy to help you today;
Are you using Dell supportassist to update drivers?
Initially I recommend that you look for updates on Windows Update;
Press Windows key + i and go to Update and Security;
Click Check for updates and do all pending updates;
Check under Optional Updates too;
After that try to make the update available again;
Hope it helps, see you soon!
Dell Technical Support rang me and they were able to fix the problem.
Thank you
Luiz.