Working With Command Processor/Prompt

AutoRun commands from cmd (Comand Prompt/Processor)

Command processor runs all the cmd.exe launch commands in HKLM/HKCU ‘SoftwareMicrosoftCommand ProcessorAutoRun’ key. 

C:>reg query "HKEY_CURRENT_USERSoftwareMicrosoftCommand Processor" /V AutoRun

HKEY_CURRENT_USERSoftwareMicrosoftCommand Processor
    AutoRun    REG_SZ    title admin && CD && cls

C:>

Launch Command Processor with instruction:

cmd /k reg query "HKEY_CURRENT_USERSoftwareMicrosoftCommand Processor" /V AutoRun

image

Leave a Reply

Your email address will not be published. Required fields are marked *