Create a batch file at C:\Windows\System32\clear.bat.
Place cls command inside it. You can do this by running the following command on an elevated Command Prompt:
- echo cls > %WINDIR%\system32\clear.bat
This should create a clear.bat on system32 directory.
No comments:
Post a Comment