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
------------------------------------
Add "notepad.exe" as a non-Steam game on the host Steam client.
Click on "notepad" from the game list on the client PC to initialize the stream. Once the app is streaming, press the F1 key to launch the help dialog, which tricks Steam into streaming the full desktop; minimize notepad and close the help dialog.
To Shutdown a remote Win7 host
On remote host:- Add c:\windows\system32\shutdown.exe as a non-steam game
- Change name of game to "Shutdown <machine>" eg "Shutdown Win7PC"
- Add "/p" to the game command, making it:
"c:\windows\system32\shutdown.exe" /p
You can then shut down the remote host by "streaming" the Shutdown game.There've been numerous requests for this feature, so it should turn up as a stock feature sometime.
This configuration is useful if you have a completely headless Windows streaming server without a monitor, keyboard, mouse, etc.
If you intend to run your server headless like I do, perform these steps below before disconnecting your monitor, keyboard, and mouse:
Host Windows PC
------------------------
* Enable Wake-on-LAN in the BIOS configuration utility.
* Disable "Error on Keyboard" in the BIOS configuration utility to prevent a missing keyboard from halting POST.
* In Windows, enable Wake-on-LAN in the network adapter properties under the Power Management tab; Also enable "Magic Packet."
* Enable automatic Windows login by opening "netplwiz" then unchecking "Users must enter a user name and password to use this computer."
* Automatic Steam boot and login by creating a "Steam.exe" shortcut and copying it to the "Startup" folder. Edit the shortcut properties under "Target" and type:
"C:\Program Files (x86)\Steam\steam.exe" -silent -login username password
* Obtain NIC MAC address by opening "cmd.exe" then typing "ipconfig /all" and writing down the Physical Address associated with the enabled and currently used network adapter. Write this address down on a piece of paper.
* Shutdown PC
Client Linux PC
---------------------
* Obtain the "wol" package from your Linux distribution and install it.
* Create a very simple shell script named "wakeup.sh" and give it executable permission with "chmod u+x ./wakeup.sh". Open the script with an editor and add this code, replacing the 'XX's with actual MAC address values you wrote down:
* Put the script file somewhere convenient, such as on your desktop then just click on it whenever you want to boot your server PC remotely.
That should be it.