主站部署管理工具代码
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.

18 lines
255 B

3 years ago
@ECHO OFF
@REM ע<EFBFBD><EFBFBD>MSWINSCK.OCX
regsvr32 MSWINSCK.OCX
@REM ע<EFBFBD><EFBFBD>COMDLG32.OCX
regsvr32 COMDLG32.OCX
@REM <EFBFBD>޸<EFBFBD>ϵͳ<EFBFBD><EFBFBD><EFBFBD>ö˿<EFBFBD><EFBFBD><EFBFBD>
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v MaxUserPort /t reg_dword /d 415028 /f
EXIT