have you got
- ASUS Manager.exe (by ASUSTeK Computer) - ASUS Manager (ASUS Application Window)
or
- AsHKService.exe (by ASUSTeK Computer)
running in the background?
what anti virus software is the system running?
you already tried the control panel so that implies a brute force admin powershell next... list all installed software with this code
find the {package full name} of the software then uninstall it with "Remove-AppxPackage [package full name] so example screen
the following code would remove onenote from my system
Code:
Remove-AppxPackage Microsoft.Office.OneNote_16.0.3327.1048_x64__8wekyb3d8bbwe
To be very clear, I wouldn't try it unless all other options have...