Page 4 of 4

Re: problem enter

Posted: 2021-04-23 09:47
by rPoXoTauJIo
Yes, that's command line utility, write in cmd

Re: problem enter

Posted: 2021-04-23 09:59
by poet1
CertUtil: -hashfile command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.

Re: problem enter

Posted: 2021-04-23 10:02
by rPoXoTauJIo
You need to provide full path to file, if your cmd working directory not in PR root folder.

Re: problem enter

Posted: 2021-04-23 15:04
by poet1
rPoXoTauJIo wrote:You need to provide full path to file, if your cmd working directory not in PR root folder.
The problem has not been solved

do you have team view for fix my problem

Re: problem enter

Posted: 2021-04-23 22:04
by rPoXoTauJIo
poet1 wrote:The problem has not been solved
How did you tried to solve it?

Re: problem enter

Posted: 2021-04-24 09:44
by poet1
rPoXoTauJIo wrote:How did you tried to solve it?
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.


download team viewer

and enter my computer for fix the problem

https://www.teamviewer.com/en/download/

Re: problem enter

Posted: 2021-04-24 16:28
by SemlerPDX
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.
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\).

On MY computer, this is located in the N: drive - for you it WILL be different.

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

poet1 wrote: download team viewer

and enter my computer for fix the problem

https://www.teamviewer.com/en/download/
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.

Re: problem enter

Posted: 2021-04-24 17:51
by poet1
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

Re: problem enter

Posted: 2021-04-25 01:36
by SemlerPDX
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
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.

Re: problem enter

Posted: 2021-04-25 05:32
by poet1
SemlerPDX 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.
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

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>

Re: problem enter

Posted: 2021-04-25 05:36
by poet1
Image

Re: problem enter

Posted: 2021-04-25 06:36
by rPoXoTauJIo
Your path to file contains spaces, enclose it with "
Something like "C:\Program files\pr\rendx9.dll"

Re: problem enter

Posted: 2021-04-25 20:16
by SemlerPDX
rPoXoTauJIo wrote:Your path to file contains spaces, enclose it with "
Something like "C:\Program files\pr\rendx9.dll"
lol - thank you!! Yeah, I thought I made that pretty clear. Not sure of something larger than a language barrier is happening here.

OP posted this reply at end of last page:
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
... clearly only had double-quote AFTER and not before the path.

Should be:

Code: Select all

certutil -hashfile "C:\Program Files (x86)\Project Reality\Project Reality BF2\RendDX9.dll" MD5

Re: problem enter

Posted: 2021-04-28 10:42
by poet1
The problem has been resolved

thank you all

Re: problem enter

Posted: 2021-04-28 12:58
by Suchar
poet1 wrote:The problem has been resolved

thank you all
That's great to hear! Would you be so kind to tell us what fixed the issue?

Re: problem enter

Posted: 2021-04-28 23:01
by poet1
remove win 10

install win 7

The problem has been resolved