Re: problem enter
Posted: 2021-04-23 09:47
Yes, that's command line utility, write in cmd
The problem has not been solvedrPoXoTauJIo wrote:You need to provide full path to file, if your cmd working directory not in PR root folder.
How did you tried to solve it?poet1 wrote:The problem has not been solved
1 open cmd adminstartrPoXoTauJIo wrote:How did you tried to solve it?
You MUST enter the FULL PATH to the file. This path might be different for each user. Find your Project Reality program and get the path (..\Project Reality\Project Reality BF2\).poet1 wrote:1 open cmd adminstart
2 paste
3 certutil -hashfile RendDX9.dll MD5
4 show me
CertUtil: -hashfile command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.
No. You must fix it. Everyone is trying to help you. Be patient. Read carefully. Get help from a friend who can read English, if possible. This is easy. Translation is making this hard.poet1 wrote: download team viewer
and enter my computer for fix the problem
https://www.teamviewer.com/en/download/
I have fixed my example. You must surround path with double quotation marks.poet1 wrote:show me cmd
Expected no more than 2 args, received 7
CertUtil: Too many arguments
Usage:
CertUtil [Options] -hashfile InFile [HashAlgorithm]
Generate and display cryptographic hash over a file
Options:
-Unicode -- Write redirected output in Unicode
-gmt -- Display times as GMT
-seconds -- Display times with seconds and milliseconds
-v -- Verbose operation
-privatekey -- Display password and private key data
-pin PIN -- Smart Card PIN
-sid WELL_KNOWN_SID_TYPE -- Numeric SID
22 -- Local System
23 -- Network Service
24 -- Local Service
Hash algorithms: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512
CertUtil -? -- Display a verb list (command list)
CertUtil -hashfile -? -- Display help text for the "hashfile" verb
CertUtil -v -? -- Display all help text for all verbs
C:\Windows\system32>certutil -hashfile C:\Program Files (x86)\Project Reality\Project Reality BF2\RendDX9.dll" MD5SemlerPDX wrote:I have fixed my example. You must surround path with double quotation marks.
example: "path to file"
Try again.
Example:
1. open cmd
2. paste
3. certutil -hashfile "N:\Project Reality\Project Reality BF2\RendDX9.dll" MD5
4. Copy and post here in forums
You must change the example path shown above into YOUR path.
lol - thank you!! Yeah, I thought I made that pretty clear. Not sure of something larger than a language barrier is happening here.rPoXoTauJIo wrote:Your path to file contains spaces, enclose it with "
Something like "C:\Program files\pr\rendx9.dll"
... clearly only had double-quote AFTER and not before the path.C:\Windows\system32>certutil -hashfile C:\Program Files (x86)\Project Reality\Project Reality BF2\RendDX9.dll" MD5
Expected no more than 2 args, received 7
CertUtil: Too many arguments
Code: Select all
certutil -hashfile "C:\Program Files (x86)\Project Reality\Project Reality BF2\RendDX9.dll" MD5
That's great to hear! Would you be so kind to tell us what fixed the issue?poet1 wrote:The problem has been resolved
thank you all