Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Edit: For Netflix, you could try this command (Don't have Netflix installed, but...):
" start netflix: "
Edit 2: Also, Steam will only allow you to add .exe files, so you'll need to at the very least have some sort of .exe wrapper.
First, you'll need to download Visual Studio (Community or Express C# should do. Other languages should work, you'll just need to adjust the code.) (Since Steam requires an .exe file, you'll need to write a simple console application.)
Create a new console application (C#), and replace the main function with the following:
Compile the application, and you should be able to use that for Steam.
Edit: How this works: Netflix registers a URL handler for "netflix" URLs. Typing netflix: into Explorer or Edge will launch the Netflix app. What this line of code does is starts Windows Explorer, and tells it to go to the URL "netflix:" -- which it has registered to open in the Netflix App.
just create a .cmd file called "NetFlix.cmd"
Then just add the following to its contents:
I tested this with a file called "actioncenter.cmd" and the contents is
"cmd /c start ms-actioncenter:"
when i double click on it my windows 10 action center opens.
no programing (ish) experience required.
So, you can add .bat files for example. That's what I did with Forza.
For example:
https://bat2exe.net/
It makes executable program from cmd or bat files.
Problem is;Steam displays "Netflix - in game", but disappears after seconds.