5

When i open .cmd, .bat files or cmd, it shows as A blank window, with no text.

My questions :

  • What causes this problem?

  • How can I fix it?

Some screenshots to give more info about my problem :

When I try to open CMD :enter image description here

When I try to open a batch file :enter image description here

BrickMan
  • 175

2 Answers2

6

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 :

Hope this helps :)

BrickMan
  • 175
0

The Answer above me is good, but it is a bit complicated and for some, very few but still, it is risking messing with things they should not, so here is a simpler solution, just in case: Rightclick the toolbar > Properties > Terminal:

Right click there or really anywhere within the area

You should have properties there, my system is in german if you haven't already noticed it

Here you can then set your preferred Back- and Foreground colors

Here you may set any color combination you prefer.

Phoenix
  • 548