Check HashSum of .exe-Files in context menu (Windows 10)

Multi tool use
up vote
0
down vote
favorite
I want to add an to the context menu of the File explorer which will automatically check the HashSum (most likely MD5 or SHA256) of the selected file.
I want to create something like that:
CertUtil -hashfile "PATH" MD5 && CertUtil -hashfile "PATH" SHA256
I don't know how to specify the PATH to the selected file.
I apologize for my bad english :)
hash cmd contextmenu
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I want to add an to the context menu of the File explorer which will automatically check the HashSum (most likely MD5 or SHA256) of the selected file.
I want to create something like that:
CertUtil -hashfile "PATH" MD5 && CertUtil -hashfile "PATH" SHA256
I don't know how to specify the PATH to the selected file.
I apologize for my bad english :)
hash cmd contextmenu
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Have you tried with%1
,"%1"
or"%~1"
?
– aschipfl
18 hours ago
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
18 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to add an to the context menu of the File explorer which will automatically check the HashSum (most likely MD5 or SHA256) of the selected file.
I want to create something like that:
CertUtil -hashfile "PATH" MD5 && CertUtil -hashfile "PATH" SHA256
I don't know how to specify the PATH to the selected file.
I apologize for my bad english :)
hash cmd contextmenu
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I want to add an to the context menu of the File explorer which will automatically check the HashSum (most likely MD5 or SHA256) of the selected file.
I want to create something like that:
CertUtil -hashfile "PATH" MD5 && CertUtil -hashfile "PATH" SHA256
I don't know how to specify the PATH to the selected file.
I apologize for my bad english :)
hash cmd contextmenu
hash cmd contextmenu
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 18 hours ago
Nekanu
1
1
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Nekanu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Have you tried with%1
,"%1"
or"%~1"
?
– aschipfl
18 hours ago
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
18 hours ago
add a comment |
Have you tried with%1
,"%1"
or"%~1"
?
– aschipfl
18 hours ago
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
18 hours ago
Have you tried with
%1
, "%1"
or "%~1"
?– aschipfl
18 hours ago
Have you tried with
%1
, "%1"
or "%~1"
?– aschipfl
18 hours ago
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
18 hours ago
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
18 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nekanu is a new contributor. Be nice, and check out our Code of Conduct.
Nekanu is a new contributor. Be nice, and check out our Code of Conduct.
Nekanu is a new contributor. Be nice, and check out our Code of Conduct.
Nekanu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53204374%2fcheck-hashsum-of-exe-files-in-context-menu-windows-10%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
gd8N 5C1zc 8G GIkk1v
Have you tried with
%1
,"%1"
or"%~1"
?– aschipfl
18 hours ago
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
18 hours ago