so just to clarify using Mondo 2016 will give me access to all the features as though I had office 365 on my computer. However even when I do this i cannot have access on my iPad. I will have to pay to get this. If that is the case what is the benefit of having 365? Why not just have an office professional plus account which has most of the features that office 365 does?
Therefore, subscribing to Office 365 is the best option for you. Or, you won’t be able to access your Office on your iPad.
Hi, i'm trying to instal office 2019 in w10 but it goes too slow and once is at 51% it stop. can anyone help me
@Yerong as an alternative, you might wanna try testing KMS server availability by the port test with PowerShell or something. If a server is responding on 1688 or whatever port then it pretty much guarantees that the server is functional and accessible.
Some servers disallow ping requests, so it's not reliable. However, if a server is working on a specific port, we can test that port to determine server status. I've been using this method to test a large number of KMS servers from quite some time and It works. Code: powershell -nop -c "$t = New-Object Net.Sockets.TcpClient;try{$t.Connect("""%KMS_Server%""", 1688)}catch{};$t.Connected" | findstr /i true 1>nul if %errorlevel% NEQ 0 ( echo KMS Server is not working. ) else ( echo KMS Server is working. )
Installed on a Windows 7 Pro x64 machine that doesn't go online very often and can't get the install licensed with Key or KMS method. Any suggestions?...