This happens because your %temp% variable has an incorrect value. You can see what it is by typing this command into the Run window:
cmd /c echo temp=%temp% & pause
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I try to open temp folder by Start>> Run>>'%temp%' >> Ok. It ask for open with. It shows "Open with" window with different options as it ask for any unknown or unsupported file. What to do?
When I open it by explorer **C:\Users<username>\AppData\Local\Temp.**It Opens Normally. but not with run command.
Using windows 7 32 bit.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
This happens because your %temp% variable has an incorrect value. You can see what it is by typing this command into the Run window:
cmd /c echo temp=%temp% & pause