Application not found: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
JurgenKnops (talk | contribs) m (→Example: ") |
||
Line 4: | Line 4: | ||
==Example== | ==Example== | ||
If your old steam directory was: | 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</code> | |||
Then the value of the key should look like this: | |||
<code>C:\games\Steam\steam.exe" "%1"</code> | <code>"C:\games\Steam\steam.exe" "%1"</code> | ||
And now you've moved it to | And now you've moved it to <code>D:\games\Steam</code>. The new key value should look like this: | ||
<code>D:\games\Steam</code> | |||
The new key value should look like this: | |||
<code>D:\games\Steam\steam.exe" "%1"</code> | <code>"D:\games\Steam\steam.exe" "%1"</code> | ||
[[Category:Steam]] | [[Category:Steam]] |
Revision as of 12:18, 17 June 2006
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.
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"
And now you've moved it to D:\games\Steam
. The new key value should look like this:
"D:\games\Steam\steam.exe" "%1"