Win32Time service

  • Thread starter Thread starter Hawk Gauss
  • Start date Start date
H

Hawk Gauss

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.
 
Hawk,
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.
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
 
Hi Hawk,
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
 
Back
Top