Changes between Initial Version and Version 1 of Ticket #1782
- Timestamp:
- Dec 12, 2023, 12:34:14 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1782 – Description
initial v1 1 1 When I try to execute the update-smart-drivedb.ps1 script in a Powershell or Command Prompt CLI (running as Administrator or not) I receive the error: 2 2 3 {{{ 3 4 & : The term 'gpg.exe gpg.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. 4 5 Check the spelling of the name, or if a path was included, verify that the path is correct and try again. … … 8 9 + CategoryInfo : ObjectNotFound: (gpg.exe gpg.exe:String) [], CommandNotFoundException 9 10 + FullyQualifiedErrorId : CommandNotFoundException 10 11 }}} 11 12 12 13 update-smart-drivedb.ps1 version 5515 2023-07-24 12:58:25Z from smartmontools 7.4, on Windows 10 22H2 64-bit, Powershell 10.0.19041.3636. gpg.exe is in $PATH and works.