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
1. Create a text file on your desktop and paste the above-mentioned code.
2. Change the file extension of the text file to .ps1
3. create a shortcut on your desktop (right-click on your desktop and select New > Shorcut.
4. For the location enter: powershell.exe -ExecutionPolicy Bypass -File "C:\path\to\your\script.ps1" (for the path to your script: Right-click the .ps1 you just created and click: "Copy as path")
5. now name the shortcut to whatever you prefer.
6. Done, click the shortcut and everything should work.
It wasn't really clear to me how to do this and saw other people having trouble as well so I hoped this helps.