係統粉 > 電腦問答 > 其他問答

已解決關於電腦批處理

提問者:鏡嬅水玥  |  瀏覽次  |  提問時間:2017-10-15  |  回答數量:2

請問這個批處理運行了為什麼說ECHO處於關閉狀態的?但是我已經通過DOS命令打開了。
@e@echo off
echo By Original
takeown /f %WinDir%\System32\drivers\tcpip.sys 1>nul 2>nul
echo y|cacls %WinDir%\System32\Drivers\tcpip.sys /G %username%:F 1>nul 2>nul
replace tcpip.sys %WinDir%\System32\drivers\ 1>nul 2>nul
netsh int tcp set global autotuninglevel=disable 1>nul 2>nul
set /p ConnNum=3
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters 7 TcpNumConnections /t REG_DWORD /d %ConnNum% /f 1>nul 2>nul
echo
pause 1>nulcho off
echo By Original
takeown /f %WinDir%\System32\drivers\tcpip.sys 1>nul 2>nul
echo y|cacls %WinDir%\System32\Drivers\tcpip.sys /G %username%:F 1>nul 2>nul
replace tcpip.sys %WinDir%\System32\drivers\ 1>nul 2>nul
netsh int tcp set global autotuninglevel=disable 1>nul 2>nul
set /p ConnNum=3
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters 7 TcpNumConnections /t REG_DWORD /d %ConnNum% /f 1>nul 2>nul
echo
pause 1>nul關於電腦批處理(圖1)

已有2條答案
零碎的歡顏

零碎的歡顏

回答數:161  |  被采納數:68

@e@echo off
你第一句就給關了呀。
2017-10-15 22:35:12
讚 16
體操文馨吧

體操文馨吧

回答數:146  |  被采納數:14

複製到文本裏,後綴改。dat,然後運行
2017-10-15 22:37:21
讚 14
相關問答
最新其他問答
解決方法