::=======================================================
:: KILL ALL HANGING PCANYWHERE PROCESSES SMOOTHLY
:: (uses process.exe see - google download process.exe Craig.Peacock@beyondlogic.org
::=======================================================
@echo off
IF NOT DEFINED CVRestart Set CVRestart=1&Start "PCAnywhere:n killer" /MIN %0&Goto :EOF
::=======================================================
:: START A MINIMIZED BATCH WINDOW
::=======================================================
process -k awhprobe.exe
process -k awrem32.exe
process -k certcons.exe
process -k DSBrowse.exe
process -k IntgStat.exe
process -k MachKey.exe
process -k RemStart.exe
process -k SEEBuilder.exe
process -k SetDefaultProvider.exe
process -k SidEditor.exe
process -k slaunch.exe
process -k stophost.exe
process -k ThinSet.exe
process -k THost.exe
process -k Winaw32.exe
process -k winawsvr.exe
exit
::=======================================================
::Command Line Process Viewer/Killer/Suspender for Windows NT/2000/XP V2.03
::Copyright(C) 2002-2003 Craig.Peacock@beyondlogic.org
::Usage: process [-v] [-t] [-c]
:: process [-q] [Process Name/PID] [timeout sec(optional)]
:: process [-k] [-s] [-r] [Process Name/PID]
:: process [-p] [Process Name/PID] {RealTime|High|AboveNormal|
:: Normal|BelowNormal|Low}
:: process [-a] [Process Name/PID] [Mask(To Set)]
:: -v View Processes.
:: -t View Kernel and User CPU Times.
:: -c View Process Creation Times.
:: -q Send WM_CLOSE Message. Default timeout is 60 Sec
:: -k Kill Process. (Terminate)
:: -s Suspend Process.
:: -r Resume Suspended Process.
:: -p Set Process Priority.
:: -a Get/Set Affinity Mask of Process.
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
2 weeks ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!