Home > other >  To ask A computer through A bat batch to delete B computer shortcut
To ask A computer through A bat batch to delete B computer shortcut

Time:10-30

@ echo off
Del/f/q E: \ test. LNK

This is me to write A batch, delete local shortcuts, now I want to by A computer through the bat file, delete B computer shortcut (I have administrator account permissions), excuse me what method?
  • Related