通过存储过程sp_configure进行修改。SQL命令如下: # 查询有哪些参数 USE master GO SELECT * FROM sys.configurations [WHERE NAME = '具体参数名'] GO # 修改参数, 比如修改max degree of parallelism sp_configure 'max degree of parallelism', 0 GO RECONFIGURE GO
6.点击“I Agree”同意安装协议后,之后按照提示进行操作。 说明由于第四步选择的差异,“Wincap”和“Npcap”安装操作选项会有些许差别。“Wincap”插件根据默认选择安装即可。“Npcap”插件需要选择Legacy loopback support for Nmap 7,80 and older , Not needed for Wireshark. 和 Install Npcap in WinPcap API-compatible Mode. 两个选项。