cargo run -- --help
cargo build --release --features os,drive,clean
cargo run --features os -- --api Os --task check
cargo build --release --features os
cargo run --features clean -- --api Clean --task empty_recycle_bin
cargo build --release --features clean
cargo run -- --init --api Drive --full --task remove --args /reboot --filter "Intel(R) Ethernet Controller (3) I225-V #4" -- =net
cargo run -- --init --api Drive --full --task findnodes --filter "Intel(R) Ethernet Controller (3) I225-V #4" -- =net
cargo build --release --features drive