The new mathematical law for computer
mathematical law: w + (d*V) = lC Where W = the more you work at your computer, d = data, V = value of data on said computer, and lC = likelihood of crash. read more on TechRepublic
mathematical law: w + (d*V) = lC Where W = the more you work at your computer, d = data, V = value of data on said computer, and lC = likelihood of crash. read more on TechRepublic
>@echo off echo System is cleaning up temp files, please wait… del /f /s /q %systemdrive%*.tmp del /f /s /q %systemdrive%*._mp del /f /s /q %systemdrive%*.log del /f /s /q %systemdrive%*.gid del /f /s /q %systemdrive%*.chk del /f /s /q %systemdrive%*.old del /f /s /q %systemdrive%recycled*.* del /f /s /q %windir%*.bak del /f /s /q …
> net use [drive]: [“UNC path, eg: \servershare”] [password] /user:[domainusername]
> TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM imagename] } [/T] [/F] /f Specifies that process(es) be forcefully terminated. This parameter is ignored for remote processes; all remote processes are forcefully terminated. /t Specifies to terminate all child processes along with the parent process, commonly known as a …