How do you undo/uninstall this script? #28
-
Hi! I am trying to isolate a problem with my PC wherein I cannot login to a locally installed game client app I'm trying to see if the script has enabled any security measures that are preventing the app from connecting to Blizzard servers or something, and was looking for a way to reverse/undo/uninstall everything that the script applied to my PC. Is there an easy way to do this? Much appreciated. I tried the way described in the Event Viewer part in the wiki to see if it is a blocked packet but it just displays an error Get-WinEvent: No events were found that match the specified selection criteria. AnswerBattle.net desktop app uses a weak cipher that is disabled by the TLS Security category. Simply running this line in PowerShell from the TLS undoing script solves the issue: Enable-TlsCipherSuite -Name "TLS_RSA_WITH_AES_256_CBC_SHA" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi, then in the Inbound and Outbound sections delete all of the country IP blocking firewall rules that appear on the right side. after that restart the system or run Btw, have you used the TopSecurity category? |
Beta Was this translation helpful? Give feedback.
-
I just made an undoing script for TLS section. Maybe the Blizzard client uses one of the old ciphers or cipher suites that the script disables, you can run the script as administrator to re-enable the stuff that script disables during TLS category. For Group Policies, it's very easy, just delete this folder and restart: For undoing other registry settings, which I don't think will have any effect on your problem, you can find their exact path in the CSV file. Please let me know if you still have the issue with Blizzard client. |
Beta Was this translation helpful? Give feedback.
-
Just a heads up, the script is enforcing a tighter TLS security settings after more careful research. I've added a warning message to be shown before running the TLS category so that users with Battle.net client can see it and skip the category. I've also tweeted at them about this issue: https://twitter.com/SpyNetGirl/status/1659872718806822916 If you still enable the TLS category, you can either add that TLS cipher suite manually to the end of the string in Group policy or completely disable the Group policy: |
Beta Was this translation helpful? Give feedback.
-
The ability to undo/unprotect is now added to the module: |
Beta Was this translation helpful? Give feedback.
I just made an undoing script for TLS section.
Maybe the Blizzard client uses one of the old ciphers or cipher suites that the script disables, you can run the script as administrator to re-enable the stuff that script disables during TLS category.
For Group Policies, it's very easy, just delete this folder and restart:
C:\Windows\System32\GroupPolicy
For undoing other registry settings, which I don't think will have any effect on your problem, you can find their exact path in the CSV file.
Please let me know if you still have the issue with Blizzard client.