Solution:
Step 1: open the command Prompt
Step 2: Navigate to C:\ and type the Following command as given below.
C :\> assoc.exe=exefile
C :\> ftype exefile="%1" %*
After executing the command, Customer will be able to open any file with .exe extensions.
Scenario 2: If customer gets the “Open with” for .lnk file extensions. Use the below mention command for this
Step 1: open the command Prompt
Step 2: Navigate to C:\ and type the Following command as given below.
C :\> assoc.exe=exefile
C :\> ftype exefile="%1" %*
After executing the command, Customer will be able to open any file with .exe extensions.
Scenario 2: If customer gets the “Open with” for .lnk file extensions. Use the below mention command for this
No comments:
Post a Comment