echo exit|%ComSpec% /k prompt e 100 B4 00 B0 12 CD 10 B0 03 CD 10 CD 20 $_g$_q$_|debug>nul
chcp 437>nul
graftabl 936>nul
This is the code everyone knows to achieve full screen. After using it, the following problems are found:
1. The font appearance after achieving full screen is very poor, and it has a feeling of being squashed.
2. The movement of the cursor will be fully displayed, and it doesn't look good when the space is output and the cursor is displayed.
3. The most serious problem is that ping can reach the external network, but VBS network connection cannot be used.
For example, the VBS for downloading web page source code in CMD cannot be used in this full screen mode, which I have tested.
4. It seems that Kaspersky reports "changing the input and output direction..."
The second method to achieve full screen:
Press ALT+ENTER, this is also known to everyone. Using this method, there are none of the four problems mentioned above. However, everyone doesn't know if there is a way to use ALT+ENTER full screen automatically without manual pressing.
The third method to achieve full screen:
This is a permanent full screen. Modify the following registry key value:
HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe
"FullScreen"=dword:00000001
If there is no such sub-item %SystemRoot%_system32_cmd.exe, then create one.
The full screen mode achieved by this method has exactly the same effect as the second one, except that the full screen is permanent, unless you change the value of FullScreen to 0.
Then can the batch file change the value of FullScreen in the registry at the beginning?
The answer is yes, but the memory of the batch program opened at the beginning will not be refreshed
That is to say, even if you change the registry at the beginning, full screen cannot be achieved. It will be achieved when the batch is started next time. So I hope that experts can solve this problem.
What I want is to achieve full screen without the second run, or someone tells me that this is forever impossible, so that I can give up, but there must be basis.
---------------------------------------------------------------
The preliminary solution is seen in building 13
Defect: I found that there was a problem with the network connection when using the method of modifying the registry. The specific details are in the following post:
http://www.cn-dos.net/forum/viewthread.php?tid=33750&fpage=1
[ Last edited by dosmania on 2007-9-23 at 08:07 PM ]


