|
|
|
|
|
by jamal-kumar
1275 days ago
|
|
We used to do this in high school all the time. The other thing we did was access network shares which you could see, but if you tried clicking them in explorer they'd say "access denied". The administrator apparently didn't lock things down very hard so a two-line .bat file: @echo off
net use Z: \\administrators
Would get us access to all sorts of crazy stuff. |
|