- Enter Motherboard BIOS.
    In Advanced Mode go Tool
    Select Asus Armoury Crate, press Enter and disable Download & Install ARMOURY CRATE app
    Go back one level and do the same for MyAsus
    Press F10 to Save and Exit changes

-   Download the ZIP file next to these instructions on                   http://docs.motionrocket.com/install/Utilities/RemoveASUSSoftware/

- run Armory Crate UnInstall. Reboot.

- uninstall all remaining Asus software

- Copy attached 2 scripts into a folder you create on C: drive; for example "c:\asus"
    Start PowerShell as Administrator
    at PowerShell prompt type cd c:\asus
    Run both ps1 scripts, they will disable all Asus and Edge update services
    
    [NOTE] Run these scripts from within PowerShell (AS ADMINISTRATOR)
    If you get an error (In red), run this:
    
    Get-ExecutionPolicy
        Will tell you if you are restricted
        
    If restricted, run this:
    Set-ExecutionPolicy Unrestricted
        This will set priv