Hi,
I've used the Deepclean batch-script on a Asus G14 (2020) laptop (Windows 11 IoT Enterprise LTSC 2024). Working great, thank you very much. Couple of ideas/suggestions:
-
Windows tasks deletion
After execution there was still a task in Task Scheduler present: "ASUS Update Checker 2.0".
-
Services deletion
Also, after execution there is still a service called "AsusPTPService" which you could consider of deleting.
-
Prevent auto re-installing
I've run your batch-script multiple times. But Windows keeps re-installed services, tasks, etc. I changed a couple of settings to prevent Windows automatically re-install Asus bloatware. Still monitoring, so far so good. Maybe it's possible to incorporate these into your script.
- In
sysdm.cpl, Hardware tab, click Device Installation Settings, select "No," and save.
- In
gpedit.msc, navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update, and enable "Do not include driver with Windows Update".
- In
regedit, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching, and set SearchOrderConfig to 0.
-
Deletion of Asus drivers
I've deleted all Asus drivers from the DriverStore. I restarted in Safe Mode and listed all drivers with pnputil -e. Then I deleted all those with ASUSTek COMPUTER INC. for Driver package provider with (example): pnputil /delete-driver oem61.inf /uninstall /force.
-
User options
It would be nice to be able to run the script multiple times silently: without messages/errors, confirmations, etc. Also an option for skipping making backups would be nice.
Hi,
I've used the Deepclean batch-script on a Asus G14 (2020) laptop (Windows 11 IoT Enterprise LTSC 2024). Working great, thank you very much. Couple of ideas/suggestions:
Windows tasks deletion
After execution there was still a task in Task Scheduler present: "ASUS Update Checker 2.0".
Services deletion
Also, after execution there is still a service called "AsusPTPService" which you could consider of deleting.
Prevent auto re-installing
I've run your batch-script multiple times. But Windows keeps re-installed services, tasks, etc. I changed a couple of settings to prevent Windows automatically re-install Asus bloatware. Still monitoring, so far so good. Maybe it's possible to incorporate these into your script.
sysdm.cpl, Hardware tab, click Device Installation Settings, select "No," and save.gpedit.msc, navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage updates offered from Windows Update, and enable "Do not include driver with Windows Update".regedit, navigate toHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching, and setSearchOrderConfigto0.Deletion of Asus drivers
I've deleted all Asus drivers from the DriverStore. I restarted in Safe Mode and listed all drivers with
pnputil -e. Then I deleted all those withASUSTek COMPUTER INC.forDriver package providerwith (example):pnputil /delete-driver oem61.inf /uninstall /force.User options
It would be nice to be able to run the script multiple times silently: without messages/errors, confirmations, etc. Also an option for skipping making backups would be nice.