Check HashSum of .exe-Files in context menu (Windows 10)
up vote
-1
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
add a comment |
up vote
-1
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
Have you tried with%1
,"%1"
or"%~1"
?
– aschipfl
Nov 8 at 9:15
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
Nov 8 at 9:23
add a comment |
up vote
-1
down vote
favorite
up vote
-1
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
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
asked Nov 8 at 9:00
Nekanu
1
1
Have you tried with%1
,"%1"
or"%~1"
?
– aschipfl
Nov 8 at 9:15
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
Nov 8 at 9:23
add a comment |
Have you tried with%1
,"%1"
or"%~1"
?
– aschipfl
Nov 8 at 9:15
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
Nov 8 at 9:23
Have you tried with
%1
, "%1"
or "%~1"
?– aschipfl
Nov 8 at 9:15
Have you tried with
%1
, "%1"
or "%~1"
?– aschipfl
Nov 8 at 9:15
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
Nov 8 at 9:23
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
Nov 8 at 9:23
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried with
%1
,"%1"
or"%~1"
?– aschipfl
Nov 8 at 9:15
Looks like this question is not related to programming. Consider asking it on superuser.com instead.
– Georgy
Nov 8 at 9:23