You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ManageTools/run.bat

17 lines
255 B

@ECHO OFF
@REM 注册MSWINSCK.OCX
regsvr32 MSWINSCK.OCX
@REM 注册COMDLG32.OCX
regsvr32 COMDLG32.OCX
@REM 修改系统可用端口数
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v MaxUserPort /t reg_dword /d 415028 /f
EXIT