Application not found: Difference between revisions
m (rewrite sentence) |
Thunder4ik (talk | contribs) m (clean up, added underlinked tag) |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
You may be getting this error when trying to start a <code>steam://</code> URL because of a faulty registry. This problem may occur if you transfer Steam to a different drive. | {{Multiple issues| | ||
{{Underlinked|date=January 2024}} | |||
{{orphan}} | |||
}} | |||
You may be getting this error when trying to start a <code>steam://</code> URL because of a faulty registry. This problem may occur if you transfer [[Steam]] to a different drive/directory. | |||
==Possible solutions== | |||
'''1.''' To repair it, you should change the value of <code>HKEY_CLASSES_ROOT\steam\Shell\Open\Command</code> so it matches to that of the new drive/directory. | |||
===Example=== | |||
If your old Steam directory was <code>C:\games\Steam</code>, then the value of the key should look like this: | |||
<code>"C:\games\Steam\steam.exe" "%1"</code>. | |||
Then, if you moved Steam to <code>D:\games\Steam</code>. The new key value should be changed to reflect the transfer: | |||
<code>"D:\games\Steam\steam.exe" "%1"</code>. | |||
'''2.''' Another solution for this problem, for those of you who don't want to mess with the registry is to re-run the Steam Installer and specify the new directory you will be using for Steam when completing the installation process. | |||
[[Category:Steam]] | [[Category:Steam]] |
Latest revision as of 22:36, 21 January 2024





January 2024

You can help by

You may be getting this error when trying to start a steam://
URL because of a faulty registry. This problem may occur if you transfer Steam to a different drive/directory.
Possible solutions
1. To repair it, you should change the value of HKEY_CLASSES_ROOT\steam\Shell\Open\Command
so it matches to that of the new drive/directory.
Example
If your old Steam directory was C:\games\Steam
, then the value of the key should look like this:
"C:\games\Steam\steam.exe" "%1"
.
Then, if you moved Steam to D:\games\Steam
. The new key value should be changed to reflect the transfer:
"D:\games\Steam\steam.exe" "%1"
.
2. Another solution for this problem, for those of you who don't want to mess with the registry is to re-run the Steam Installer and specify the new directory you will be using for Steam when completing the installation process.