당신은 당신이 학생이라고 말합니다. Microsoft는 dreamspark 서비스를 통해 학생들에게 Windows Server의 무료 사본을 제공한다는 것을 알고 있습니다. 서버 OS를 실행하는 서버 (게시판 최신 버전 인 2012 R2라고 함)를 설정하고 랩 네트워크에 연결하면됩니다. 대학 네트워크에서 항상 로컬 인트라넷에 액세스 할 수 있다고 가정하면 서버에서 Internet Explorer를 실행 하도록 RemoteApp ( remoteapp )를 구성 할 수 있지만 호스텔의 클라이언트에는 표시 할 수 있습니다. 서버 .reg
에서 다음 내용이 포함 된 파일을 작성 하십시오.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList]
"fDisabledAllowList"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"PromptOnSecureDesktop"=dword:0
서버에서 실행하십시오. 이를 통해 RemoteApp 기능을 활성화하고 모든 앱을 원격으로 실행할 수 있습니다.
그런 .rdp
다음, 다음 내용이 포함 된 파일을 작성 [[SERVER-ADDRESS]]
하십시오 (서버의 컴퓨터 이름 또는 로컬 IP 주소로 대체 ).
screen mode id:i:1
use multimon:i:1
session bpp:i:32
winposstr:s:0,1,2244,149,3044,749
compression:i:1
keyboardhook:i:2
audiocapturemode:i:1
videoplaybackmode:i:1
connection type:i:7
networkautodetect:i:1
bandwidthautodetect:i:1
displayconnectionbar:i:1
enableworkspacereconnect:i:0
disable wallpaper:i:0
allow font smoothing:i:1
allow desktop composition:i:1
disable full window drag:i:0
disable menu anims:i:0
disable themes:i:0
disable cursor setting:i:0
bitmapcachepersistenable:i:1
full address:s:[[SERVER_ADDRESS]]
audiomode:i:0
redirectprinters:i:1
redirectcomports:i:1
redirectsmartcards:i:1
redirectclipboard:i:1
redirectposdevices:i:0
autoreconnection enabled:i:1
authentication level:i:2
prompt for credentials:i:0
negotiate security layer:i:1
remoteapplicationmode:i:0
alternate shell:s:
shell working directory:s:
gatewayhostname:s:
gatewayusagemethod:i:4
gatewaycredentialssource:i:4
gatewayprofileusagemethod:i:0
promptcredentialonce:i:0
use redirection server name:i:0
rdgiskdcproxy:i:0
kdcproxyname:s:
devicestoredirect:s:*
drivestoredirect:s:*
// RemoteApp
remoteapplicationmode:i:1
RemoteApplicationName:s:Internet Explorer
RemoteApplicationProgram:s:"C:\Program Files (x86)\Internet Explorer\iexplore.exe"
DisableRemoteAppCheck:i:1
Prompt for Credentials on Client:i:0
Alternate Shell:s:rdpinit.exe
클라이언트에 저장하십시오. 그런 다음 인터넷을 탐색 할 때마다이 파일을 열어 서버에서 IE를 시작하면 완료됩니다.
참조 : http://www.daveamenta.com/2012-11/using-remoteapps-on-surface-rt-windows-rt/