View Single Post
Old 11-13-2023, 09:18 AM   #983
jrfinkel
Junior Member
jrfinkel began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2023
Device: KOBO Clara HD
Installing from Windows 11

On Windows 11, unsigned Powershell scripts are disabled. So, in order to use the install.ps1 script, you need to open a Powershell terminal, navigate to the folder in which you have saved both the ZIP file and and the install.ps1 script, and enter these commands:


Set-ExecutionPolicy Bypass
./install.ps1
Set-ExecutionPolicy Default
jrfinkel is offline   Reply With Quote