您可以計算檢查碼(checksum),以查看您的安裝程式是否與我 9 個月前下載的那個一致。以下是我的做法:
開啟命令提示字元(Command Prompt),輸入
certutil -hashfile
在結尾留一個空格,然後從您的「下載」資料夾將安裝程式拖曳到命令提示字元視窗中。最終您會得到類似以下的內容:
certutil -hashfile "C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe"
按下 Enter 鍵,您應該會看到以下輸出:
SHA1 hash of C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe:
29620bf507a1eb34057632692e9426b49e423947
CertUtil: -hashfile command completed successfully.
如果您下載的檔案雜湊值與上述長數字不同,則應嘗試重新下載。
You could compute the checksum to see if your installer matches the one I downloaded 9 months ago. Here's how I did it:
Open a Command Prompt and type
certutil -hashfile
Leave a space at the end of that then drag and drop the Installer from your Downloads folder into the Command Prompt window. You'll end up with something like this:
certutil -hashfile "C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe"
Press Enter and you should get this output:
SHA1 hash of C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe:
29620bf507a1eb34057632692e9426b49e423947
CertUtil: -hashfile command completed successfully.
If the hash of your download is different than the long number above then you should try downloading again.
機器翻譯自 English