4
1
I've noticed that every time I install something, rundll32.exe
runs and it takes up 99% of my disk resource, which makes my computer slow. This is the command that is run:
rundll32.exe aeinv.dll,UpdateSoftwareInventory
I have to end it manually from task manager, and everything goes well even though I ended a system process.
Does anyone know what has caused this? How would I disable it?
2Rundll does nothing by itself. Without the entire command line, it’s not clear which function in which DLL is called. – Daniel B – 2016-08-14T13:08:02.327
1In Task Manager, select the
Details
tab, right-click on a column header and clickSelect Columns
. EnableCommand line
checkbox. Now Task Manager should show you the complete command-line parameters for every process. See which DLL is being run byrundll32.exe
. – w32sh – 2016-08-14T13:08:04.6301
rundll32.exe aeinv.dll,UpdateSoftwareInventory
is the command. – Jeremy – 2016-08-14T13:43:06.220perhaps this can explain (it's windows 8.1, but I assume it would still apply to Windows X)
– Jaromanda X – 2016-08-15T02:28:56.443