Lukáš Čeremeta
Lukáš Čeremeta
Instead of removing F2P players' ability to chat, limit everyone to posting 1 message per 10s and the amount of characters they can post.
Merasmus spawns WAY too often. Since there is a dumb requirement to finish the round in order to complete the contract, then these games take FOREVER because Merasmus keeps respawning...
We can add it as a parameter. Thanks for the report.
Test-MSUpdates checks via Get-HotFix first and then through the COM object Microsoft.Update.Session. Net Framework is a windows feature not an update. It gets updates but Net Framework itself isnt an...
> ReadToEndAsync() You're getting that 'error' because ReadToEndAsync() returns a Task not a string like ReadToEnd() but that can be fixed. The Async version however requires net framework 4.5+. We...
Added a PR that should read error stream asynchronously without the requirement of 4.5+. Will work on timeout next.
Execute-ProcessAsUser is used for executing an application in another user's context. That is why it creates a new vbs file on every execution. However it keeps overwriting the same file....
Set-ActiveSetup calls execute-processasuser also. Since they create a vbs script under the same name in the same location, one overwrote the other.
Creating volatile keys is supported from .NET Framework 4+ The Toolkit v3 supports and will support Windows 7. This needs to wait until version 4. Thanks for the suggestion.
You are correct. That wouldn't fix your issue. This needs to be addressed within the code of the function Show-InstallationWelcome