Skip to content

Some ideas #1

@ConjurerGitHub

Description

@ConjurerGitHub

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:

  1. Windows tasks deletion
    After execution there was still a task in Task Scheduler present: "ASUS Update Checker 2.0".

  2. Services deletion
    Also, after execution there is still a service called "AsusPTPService" which you could consider of deleting.

  3. 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.
  4. 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.

  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions