fuskfusk;51077 wrote:
...
And when I try to unblock the DLL files with Hearthranger_Init_Helper.exe it keeps crashing.
...
I feel like unblocking the DLLs might be the key here, can I do that manually somehow?
...
Here is easy tutorial (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
DONE, all files unblocked! ;-)
PS: If there are errors, check the correct HearthRanger path and the command from step 2. Also you may try running powershell as administrator:
1. open windows search (hotkey: Win + S) and search for "powershell" (without parentheses)
2. you get "
Windows PowerShell" or "Windows PowerShell x86", so right click and choose "Run as administrator"