rikka0w0 / ExplorerContextMenuTweaker

Restore the style of context menu in explorer window and open/save file dialog back to classic style (for 1809 and above)
36 stars 9 forks source link

Where can you find "VC2017 x64 runtime"? I have the VC++2017 Redistributable but it still gives errors. #2

Closed Mario0051 closed 5 years ago

Mario0051 commented 5 years ago

Where do I find the VC2017 x64 runtime? I have the Microsoft Visual C++ 2017 Redistributable installed on my computer but it gives me these errors:

Unable to locate __PerformInjection() in ShellPayload.dll
Unable to locate __SetCurrentPIDL() in ShellPayload.dll
Unable to locate __SetContextMenuFlags() in ShellPayload.dll
rikka0w0 commented 5 years ago

You can find them on this page: https://support.microsoft.com/en-au/help/2977003/the-latest-supported-visual-c-downloads

You have to use a powershell window or a cmd window with administrative privilege to execute the "regsvr32" command

Mario0051 commented 5 years ago

That works. Thanks.