CMD Prompt is blank, no text

Step by step solution that I used :

  1. Open regedit.exe

  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor.

  3. If the Autorun string value exists, delete it.

  4. Right Click > New > String value.

  5. Name it Autorun.

  6. Right Click > Modify

  7. Replace the Value data with color 0f & color 0f.

  8. Press OK.

You can replace color 0f with color (any color).

Some helpful articles :

  • http://www.herongyang.com/Windows-Security/PWS-Command-Processor-AutoRun-Registry-Value.html

  • https://sourcedaddy.com/windows-7/using-autorun-execute-commands-when-command-prompt-starts.html

Hope this helps :)