1
I am running du.exe on a remote windows machine and do not want to have to access the remote machine's desktop, but the first run of du.exe is requiring an acceptance of the agreement which would require accessing the desktop and clicking. Is there a way to bypass or automatically accept this?
c:\utils\du -l 3 -c -q c:\ > c:\utils\du3.csv
Thanks David! This works great. Thanks for the information and the reference URL.
After verifying the entry in the register and since I'm doing this remotely I'm just needing to send this:
reg.exe ADD "HKU\.DEFAULT\Software\Sysinternals\Du" /v EulaAccepted /t REG_DWORD /d 1 /f
– MartyE – 2020-02-11T14:05:30.540