View Single Post
Old 05-03-2024, 10:36 AM   #1042
ursmii
Junior Member
ursmii began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2024
Device: kobo clara bw
hi community
quite new here and also with my brand new kobo claro bw
so I'll tried the install script from #2 and first no steady PSwindow appeared. so i opened PS as admin and run it again. then I get the following error(s):

Code:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\WINDOWS\system32> cd\
PS C:\> cd C:\Users\ursm\Desktop\OCP-KOReader-v2024.04
PS C:\Users\ursm\Desktop\OCP-KOReader-v2024.04> install.ps1
install.ps1 : The term 'install.ps1' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ install.ps1
+ ~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (install.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command install.ps1 was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\install.ps1". See "get-help about_Command_Precedence" for more details.
PS C:\Users\ursm\Desktop\OCP-KOReader-v2024.04> .\install.ps1

.\install.ps1 : File C:\Users\ursm\Desktop\OCP-KOReader-v2024.04\install.ps1 cannot be loaded because running scripts
is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ .\install.ps1
+ ~~~~~~~~~~~~~
    + CategoryInfo          : SecurityError: (:) [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess
PS C:\Users\ursm\Desktop\OCP-KOReader-v2024.04>
after setting Set-ExecutionPolicy -ExecutionPolicy Bypass
Code:
PS C:\Users\ursm\Desktop\OCP-KOReader-v2024.04> .\install.ps1
No supported packages found in the current directory (C:\Users\ursm\Desktop\OCP-KOReader-v2024.04)!
* Nothing to do! Press Enter to exit:
I'm waiting for some update or helping instructions, please
urs
ursmii is offline   Reply With Quote