跳到主要内容

12、一些常见问题

说明
  1. 为什么会定位不准确,显示了别的国家的国旗,但是设备名那里显示的又是正确的IP

    因为定位查询用的是http://ip-api.com/jsonhttps://api.myip.la/en?json接口,可能走了科学发展之路

  2. WIN11 22H2 连接不了SMB文件共享服务,需要powershell 执行以下命令

    Set-SmbClientConfiguration -RequireSecuritySignature $false
    Set-SmbClientConfiguration -EnableInsecureGuestLogons $true