| Author |
Message |
Hawk Gauss
Guest
|
Posted:
Tue Jan 11, 2005 9:35 am Post subject:
Win32Time service |
|
|
I want to set Win32Time service to start manually in my configuration.
Do someone know which component contains this service resource?
Furthermore, I wonder how to find the component with the given resource in a
slx file?
Any suggestion will be appreciated. |
|
| Back to top |
|
 |
KM
Guest
|
Posted:
Tue Jan 11, 2005 9:35 am Post subject:
Re: Win32Time service |
|
|
Hawk,
| Quote: | I want to set Win32Time service to start manually in my configuration.
Do someone know which component contains this service resource?
|
"Time Service Core" (Visibility=200 so make ure you've got TD min.Visibility option set to something <= 200).
To disable the service at build time, go to the component's registry section, find
[HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Start] dword key and change its value from 2 to 4.
| Quote: | Furthermore, I wonder how to find the component with the given resource in a slx file?
|
Use TD Filters feature for searching for components by thier names, descriptions, file names they contain.
For more resource search filters you may probably want to try DEpendencyExplorer component features from XPeTools package
(www.xpefiles.com, Development Utilities, Main folder).
KM |
|
| Back to top |
|
 |
Slobodan Brcin (eMVP)
Guest
|
Posted:
Tue Jan 11, 2005 5:15 pm Post subject:
Re: Win32Time service |
|
|
Hi Hawk,
| Quote: | Furthermore, I wonder how to find the component with the given resource in a
slx file?
|
You want to search for component in your project that contain certain resources? There is no direct way to do this. But you can use
what filters like Konstantin said to find components that contain certain resources and then manually you can check if they are in
your project.
Regards,
Slobodan
"Hawk Gauss" <gao.chao@advantech.com.cn> wrote in message news:eytpcr79EHA.3260@TK2MSFTNGP14.phx.gbl...
| Quote: | I want to set Win32Time service to start manually in my configuration.
Do someone know which component contains this service resource?
Furthermore, I wonder how to find the component with the given resource in a
slx file?
Any suggestion will be appreciated.
|
|
|
| Back to top |
|
 |
|
|
|
|