Could anyone explain this code to me and tell me what it does/mean ?
code:
XCACLS H:\*.EXE /T /C /D %USERNAME% /Y
XCACLS H:\*.COM /T /C /D %USERNAME% /Y
XCACLS H:\*.VBS /T /C /D %USERNAME% /Y
It's a program at my school which I sent to myself. Probely one that disables
everything. It's called StartRun.BAT
Thanks