Newer versions of Windows ignore the mode argument
and always disconnect users to perform the restoration.
/resyncperf winmgmt_service_process_id Invokes the WMI AutoDiscovery/AutoPurge
(ADAP) mechanism.
/clearadap Removes all of the ADAP information from the registry. This effectively resets the
state of each performance library. The ADAP utility stores state information about the system
performance libraries in the registry.
Tracing WinSxs Behavior with the SxsTrace Utility
The SxSTrace utility helps you trace side-by-side execution on versions of Windows, Vista and above.
The side-by-side execution feature lets you maintain multiple versions of DLLs. Each application
can use its own DLL to perform tasks, which means you??™ll encounter fewer problems. However, the
WinSxS folder can eventually become full of DLLs that you don??™t use, which is why tracing application
DLL use is so helpful. This utility uses the following syntax:
SxSTrace Trace -logfile:FileName [-nostop]
SxSTrace Parse -logfile:FileName -outfile:ParsedFile
[-filter:AppName]]
SxSTrace StopTrace
The following list describes each of the command line arguments.
Trace Begins the trace of side-by-side DLL usage on the system.
Pages:
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228