Monday 27 March 2017

(Solved)ShellExecute failed (2): Is this command Correct?

Hello all,

ShellExecute failed (2): Is this command Correct?
“C:\Program Files (x86)\Notepad++\Notepad++.exe” “C:\Program Files
(x86)\Notepad++\change.log”



Fix:
Navigate to C:\Program Files (x86)\Notepad++ Right mouse click the Notpad++.exe file click properties & under the compatability Tab UN-TICK run the program as administrator box DONE


.

No comments:

Post a Comment

how-to-recursively-create-subfolder-in-each-folder-of-a-directory-in-cmd

test.cmd: @echo off setlocal for /f "usebackq tokens=*" %%a in (`dir /b /a:d`) do ( rem enter the directory pushd %%a echo...