Remote Tools
Microsoft approved printer for RDP -
http://www.windowsservercatalog.com/results.aspx?&chtext=&cstext=&csttext=&chbtext=&bCatID=1326&cpID=0&avc=11&ava=0&avq=0&OR=1&PGS=25&ready=0
Citrix approved printers - http://forums.citrix.com/message.jspa?messageID=747084
www.sysinternals.com - look for
"pstools"
psexec - run remote commands on a pc
psexec \\machinename -u domain\system -p password cmd
notes - it can use urls once connected, but will not use urls
or networked drive programs in "command"
reboot safe mode - http://www.pchell.com/support/safemode.shtml
Remote Desktop
Remote Desktop tool (replacement for RDC Manager
above) - http://www.codeplex.com/Terminals
install - http://www.microsoft.com/windowsxp/downloads/tools/RDCLIENTDL.mspx
commands
mstsc -v:servername /F -console mstsc /console -v
host:port
Remote Desktop Manager (mmc snap in) - in Win2k3 Admin
Tools pack http://www.microsoft.com/downloads/details.aspx?FamilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3&DisplayLang=en
find out ip client - netstat -n | find
":3389" | find "ESTABLISHED"
RDP web
connect
http://support.microsoft.com/kb/284931/en-us http://www.microsoft.com/windowsxp/downloads/tools/rdwebconn.mspx In
IE Go to Tools Internet Options > Security Click on Trusted
Sties. Select the Sites button. Add your domain to safe
zone. Select Custom Level Button and Enable "Initialize and script
ActiveX controls not marked as safe for scripting". This is about
1/4 of the way down the list). Don't know why Microsoft own ActiveX
controls isn't marked for safe yet? You also have to go to Manage Addons...
to enable the Active X addon "Microsoft RDP Client Control" or Microsoft
Terminal Server Control. Once it's been downloaded. You may have
to select show "Add-ons the have been used by internet Explorer" to see
it.
RDP no connect with nVidia
http://forums.nvidia.com/index.php?showtopic=67147&st=60
You can fix this bug by increasing the size of the session
image space via a registry key. Add the following
key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management]
"SessionImageSize"=dword:00000020
0x20 == 32 MB works on my system anyway.
or just try using a BETA driver if newest driver wont
work
RDP/Terminal Services Printers not
showing up
– add
[HKEY_CURRENT_USER\Software\Microsoft\Terminal Server
Client\Default\AddIns\RDPDR] "FilterQueueType"=dword:ffffffff http://support.microsoft.com/kb/302361
Supported HP printers http://h71028.www7.hp.com/ERC/downloads/4AA0-8465ENW.pdf
map a drive in RDP just use \\tsclient\c ***yes use 'tsclient' as the
name, not the name of the PC
RDP - change listening port (on Host
side) HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber http://support.microsoft.com/kb/306759
change printer map/driver on RDP http://technet.microsoft.com/en-us/library/cc775213%28WS.10%29.aspx
You are here: Home-Computer Tips & Help-PC-Remote Stuff
Previous Topic: Browser Next Topic: Server/Admin Stuff
|