|
| |||||||||
| Tags: terminal |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| XP without Terminal Services
I tried to upgrade from Norton AV 2008 to 2009 version but It seems that my W XP Pack 3 doesn't have the necessary services like: Terminal Services Remote Procedure Call (RPC) |
|
#2
| |||
| |||
| Re: XP without Terminal Services
My copy of SP 3 has both services. --- Leonard Grey Errare humanum est Laurent wrote: > I tried to upgrade from Norton AV 2008 to 2009 version but It seems that my W > XP Pack 3 doesn't have the necessary services like: > > Terminal Services > Remote Procedure Call (RPC) > |
|
#3
| |||
| |||
| Re: XP without Terminal Services "Leonard Grey" wrote: > My copy of SP 3 has both services. > --- > Leonard Grey > Errare humanum est > > Laurent wrote: > > I tried to upgrade from Norton AV 2008 to 2009 version but It seems that my W > > XP Pack 3 doesn't have the necessary services like: > > > > Terminal Services > > Remote Procedure Call (RPC) > > > ---- I don't know why I do not have them. |
|
#4
| |||
| |||
| RE: XP without Terminal Services "Laurent" wrote: > I tried to upgrade from Norton AV 2008 to 2009 version but It seems that my W > XP Pack 3 doesn't have the necessary services like: > > Terminal Services > Remote Procedure Call (RPC) What you mean by your system doesn't have them? do you mean they are not started? If so you can stat then by doing this: Open a run commnad and type in: services.msc click [OK] locate both and make sure they are started as follow: Remote Procedure Call (RPC) Started Manual Terminal Services Started Maunaul Reboot your machine and see if that will solve the issue. If the above didn't solve the issue try to copy the code below separately for each service on your desktop as for ex.. RPC.reg and TR.reg then right click each and select merge to merge to your registry. / ==== copy the below code for Remote Procedure Call ==== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs] "Description"="Provides the endpoint mapper and other miscellaneous RPC services." "DisplayName"="Remote Procedure Call (RPC)" "ErrorControl"=dword:00000001 "Group"="COM Infrastructure" "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\ 00,76,00,63,00,68,00,6f,00,73,00,74,00,20,00,2d,00,6b,00,20,00,72,00,70,00,\ 63,00,73,00,73,00,00,00 "ObjectName"="NT Authority\\NetworkService" "Start"=dword:00000002 "Type"=dword:00000020 "FailureActions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\ 00,02,00,00,00,60,ea,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs\Parameters] "ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\ 00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\ 72,00,70,00,63,00,73,00,73,00,2e,00,64,00,6c,00,6c,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs\Security] "Security"=hex:01,00,14,80,a8,00,00,00,b4,00,00,00,14,00,00,00,30,00,00,00,02,\ 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\ 00,00,02,00,78,00,05,00,00,00,00,00,14,00,8d,00,02,00,01,01,00,00,00,00,00,\ 05,0b,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\ 20,02,00,00,00,00,18,00,8d,00,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,\ 02,00,00,00,00,14,00,9d,00,00,00,01,01,00,00,00,00,00,05,04,00,00,00,00,00,\ 18,00,9d,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,21,02,00,00,01,01,00,\ 00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs\Enum] "0"="Root\\LEGACY_RPCSS\\0000" "Count"=dword:00000001 "NextInstance"=dword:00000001 === end of code ==== / /===== This for Terminal services save on your desktop as TR.reg ===== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService] "ErrorControl"=dword:00000001 "ObjectName"="LocalSystem" "Start"=dword:00000003 "Description"="Allows multiple users to be connected interactively to a machine as well as the display of desktops and applications to remote computers. The underpinning of Remote Desktop (including RD for Administrators), Fast User Switching, Remote Assistance, and Terminal Server." "DisplayName"="Terminal Services" "DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,00,00 "Type"=dword:00000020 "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\ 00,76,00,63,00,68,00,6f,00,73,00,74,00,20,00,2d,00,6b,00,20,00,44,00,43,00,\ 6f,00,6d,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\Parameters] "ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\ 00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\ 74,00,65,00,72,00,6d,00,73,00,72,00,76,00,2e,00,64,00,6c,00,6c,00,00,00 "Certificate"=hex:01,00,00,00,01,00,00,00,01,00,00,00,06,00,5c,00,52,53,41,31,\ 48,00,00,00,00,02,00,00,3f,00,00,00,01,00,01,00,79,47,99,9f,9c,9f,6d,d9,3b,\ a4,80,3b,30,75,c7,8c,9a,fd,48,83,0f,e9,d1,4e,8b,14,13,f1,71,a0,5e,86,62,fb,\ c2,00,51,df,03,26,56,e2,5a,78,c0,3e,e0,fb,48,64,d0,a6,9f,88,0c,fc,e1,17,2f,\ 32,66,20,98,bb,00,00,00,00,00,00,00,00,08,00,48,00,3a,59,09,01,0e,24,72,c8,\ 94,4e,cd,f5,1e,29,39,95,12,95,18,3d,87,dc,5d,a8,d0,5c,4d,d2,77,d4,5f,6f,7b,\ 73,c3,c3,a6,4c,1c,f5,13,62,85,32,71,47,d2,b6,f1,a7,11,fa,f4,be,39,91,96,f2,\ dc,08,e0,94,a0,87,00,00,00,00,00,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\Performance] "Close"="CloseTSObject" "Collect Timeout"=dword:000003e8 "Collect"="CollectTSObjectData" "Open Timeout"=dword:000003e8 "Open"="OpenTSObject" "Library"="perfts.dll" "Last Counter"=dword:00000886 "Last Help"=dword:00000887 "First Counter"=dword:00000806 "First Help"=dword:00000807 "Object List"="2054 2176" "Library Validation Code"=hex:00,e0,23,0e,7d,f7,c2,01,00,30,00,00,00,00,00,00 "WbemAdapFileSignature"=hex:7e,fd,21,14,ea,d1,ac,72,34,26,10,d7,19,2b,fb,32 "WbemAdapFileTime"=hex:00,e0,23,0e,7d,f7,c2,01 "WbemAdapFileSize"=dword:00003000 "WbemAdapStatus"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\Enum] "0"="Root\\LEGACY_TERMSERVICE\\0000" "Count"=dword:00000001 "NextInstance"=dword:00000001 / HTH, nass --- http://www.nasstec.co.uk |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "XP without Terminal Services" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Terminal Services 2000 | storlogic | Active Directory | 1 | 14-06-2010 06:49 PM |
| Scanning with terminal services | TWEEK#1 | Windows Software | 3 | 10-02-2010 06:34 AM |
| How to Stop Terminal Services | Joyjeet | Networking & Security | 4 | 09-07-2009 10:40 AM |
| Terminal Services and AD | jeena | Active Directory | 0 | 04-03-2009 11:50 AM |
| Getting Terminal Services to work | chas | Windows Vista Network | 5 | 07-10-2008 08:19 PM |