Ynnoz;51215 wrote:The bug is still there (reported by other users also): when unblocking files, HearthRanger crashes on Init Helper. Windows 10 Pro, Hearthstone UK, no other anti-virus/firewall product except the Windows 10 default one.
Here is easy fix (20 seconds) to unblock all Hearthranger files at once for Windows 10:
1. right click your Hearthranger folder and copy the path/location, it looks similar to this example:
C:\Users\userXYZ\Downloads\HearthRanger2. paste the path into this:
dir "YOUR PATH" -Recurse | Unblock-File, so the result looks similar to example:
dir C:\Users\userXYZ\Downloads\HearthRanger -Recurse | Unblock-File3. press Win+R, type
powershell, press Enter... Windows PowerShell will launch (looks like blue command line)
4. simply
copy-paste the result of step 2 into powershell and confirm with Enter
DONE, all files unblocked! ;-)