windows for linux admins use ls & dir

echo dir %1 > %systemroot%\system32\ls.bat

One command give you the posibility to use ls in the future instead of dir inside windows useful for linux admins

runas /user:administrator cmd > %systemroot%\system32\sudo.bat

give you the possibility to start the admin shell with the sudo command

Leave a Reply