<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ITsVISTA &#187; Commands</title>
	<atom:link href="http://itsvista.com/topic/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsvista.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:50:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WMIC</title>
		<link>http://itsvista.com/2007/03/wmic/</link>
		<comments>http://itsvista.com/2007/03/wmic/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 04:11:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/wmic/</guid>
		<description><![CDATA[Displays WMI information inside interactive command shell.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/wmic/">WMIC</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>WMIC </strong>[<em>global switches</em>] <em>&#60;command&#62;</em></p>
<p>The following global switches are available:</p>
<blockquote><dl>
<dt>/NAMESPACE</dt>
<dd>Path for the namespace the alias operate against.</dd>
<dt>/ROLE</dt>
<dd>Path for the role containing the alias definitions.</dd>
<dt>/NODE</dt>
<dd>Servers the alias will operate against.</dd>
<dt>/IMPLEVEL</dt>
<dd>Client impersonation level.</dd>
<dt>/AUTHLEVEL</dt>
<dd>Client authentication level.</dd>
<dt>/LOCALE</dt>
<dd>Language id the client should use.</dd>
<dt>/PRIVILEGES</dt>
<dd>Enable or disable all privileges.</dd>
<dt>/TRACE</dt>
<dd>Outputs debugging information to stderr.</dd>
<dt>/RECORD</dt>
<dd>Logs all input commands and output.</dd>
<dt>/INTERACTIVE</dt>
<dd>Sets or resets the interactive mode.</dd>
<dt>/FAILFAST</dt>
<dd>Sets or resets the FailFast mode.</dd>
<dt>/USER</dt>
<dd>User to be used during the session.</dd>
<dt>/PASSWORD</dt>
<dd>Password to be used for session login.</dd>
<dt>/OUTPUT</dt>
<dd>Specifies the mode for output redirection.</dd>
<dt>/APPEND</dt>
<dd>Specifies the mode for output redirection.</dd>
<dt>/AGGREGATE</dt>
<dd>Sets or resets aggregate mode.</dd>
<dt>/AUTHORITY</dt>
<dd>Specifies the <authority type> for the connection.</dd>
<dt>/?[:<BRIEF|FULL>]</dt>
<dd>Usage information.</dd>
</dl>
</blockquote>
<p>For more information on a specific global switch, type: <code>switch-name /?</code></p>
<p>The following alias/es are available in the current role:</p>
<dl>
<dt>ALIAS</dt>
<dd>Access to the aliases available on the local system</dd>
<dt>BASEBOARD</dt>
<dd>Base board (also known as a motherboard or system board) management.</dd>
<dt>BIOS</dt>
<dd>Basic input/output services (BIOS) management.</dd>
<dt>BOOTCONFIG</dt>
<dd>Boot configuration management.</dd>
<dt>CDROM</dt>
<dd>CD-ROM management.</dd>
<dt>COMPUTERSYSTEM</dt>
<dd>Computer system management.</dd>
<dt>CPU</dt>
<dd>CPU management.</dd>
<dt>CSPRODUCT</dt>
<dd>Computer system product information from SMBIOS.</dd>
<dt>DATAFILE</dt>
<dd>DataFile Management.</dd>
<dt>DCOMAPP</dt>
<dd>DCOM Application management.</dd>
<dt>DESKTOP</dt>
<dd>User&#8217;s Desktop management.</dd>
<dt>DESKTOPMONITOR</dt>
<dd>Desktop Monitor management.</dd>
<dt>DEVICEMEMORYADDRESS</dt>
<dd>Device memory addresses management.</dd>
<dt>DISKDRIVE</dt>
<dd>Physical disk drive management.</dd>
<dt>DISKQUOTA</dt>
<dd>Disk space usage for NTFS volumes.</dd>
<dt>DMACHANNEL</dt>
<dd>Direct memory access (DMA) channel management.</dd>
<dt>ENVIRONMENT</dt>
<dd>System environment settings management.</dd>
<dt>FSDIR</dt>
<dd>Filesystem directory entry management.</dd>
<dt>GROUP</dt>
<dd>Group account management.</dd>
<dt>IDECONTROLLER</dt>
<dd>IDE Controller management.</dd>
<dt>IRQ</dt>
<dd>Interrupt request line (IRQ) management.</dd>
<dt>JOB</dt>
<dd>Provides  access to the jobs scheduled using the schedule service.</dd>
<dt>LOADORDER</dt>
<dd>Management of system services that define execution dependencies.</dd>
<dt>LOGICALDISK</dt>
<dd>Local storage device management.</dd>
<dt>LOGON</dt>
<dd>LOGON Sessions.</dd>
<dt>MEMCACHE</dt>
<dd>Cache memory management.</dd>
<dt>MEMORYCHIP</dt>
<dd>Memory chip information.</dd>
<dt>MEMPHYSICAL</dt>
<dd>Computer system&#8217;s physical memory management.</dd>
<dt>NETCLIENT</dt>
<dd>Network Client management.</dd>
<dt>NETLOGIN</dt>
<dd>Network login information (of a particular user) management.</dd>
<dt>NETPROTOCOL</dt>
<dd>Protocols (and their network characteristics) management.</dd>
<dt>NETUSE</dt>
<dd>Active network connection management.</dd>
<dt>NIC</dt>
<dd>Network Interface Controller (NIC) management.</dd>
<dt>NICCONFIG</dt>
<dd>Network adapter management.</dd>
<dt>NTDOMAIN</dt>
<dd>NT Domain management.</dd>
<dt>NTEVENT</dt>
<dd>Entries in the NT Event Log.</dd>
<dt>NTEVENTLOG</dt>
<dd>NT eventlog file management.</dd>
<dt>ONBOARDDEVICE</dt>
<dd>Management of common adapter devices built into the motherboard (system board).</dd>
<dt>OS</dt>
<dd>Installed Operating System/s management.</dd>
<dt>PAGEFILE</dt>
<dd>Virtual memory file swapping management.</dd>
<dt>PAGEFILESET</dt>
<dd>Page file settings management.</dd>
<dt>PARTITION</dt>
<dd>Management of partitioned areas of a physical disk.</dd>
<dt>PORT</dt>
<dd>I/O port management.</dd>
<dt>PORTCONNECTOR</dt>
<dd>Physical connection ports management.</dd>
<dt>PRINTER</dt>
<dd>Printer device management.</dd>
<dt>PRINTERCONFIG</dt>
<dd>Printer device configuration management.</dd>
<dt>PRINTJOB</dt>
<dd>Print job management.</dd>
<dt>PROCESS</dt>
<dd>Process management.</dd>
<dt>PRODUCT</dt>
<dd>Installation package task management.</dd>
<dt>QFE</dt>
<dd>Quick Fix Engineering.</dd>
<dt>QUOTASETTING</dt>
<dd>Setting information for disk quotas on a volume.</dd>
<dt>RDACCOUNT</dt>
<dd>Remote Desktop connection permission management.</dd>
<dt>RDNIC</dt>
<dd>Remote Desktop connection management on a specific network adapter.</dd>
<dt>RDPERMISSIONS</dt>
<dd>Permissions to a specific Remote Desktop connection.</dd>
<dt>RDTOGGLE</dt>
<dd>Turning Remote Desktop listener on or off remotely.</dd>
<dt>RECOVEROS</dt>
<dd>Information that will be gathered from memory when the operating system fails.</dd>
<dt>REGISTRY</dt>
<dd>Computer system registry management.</dd>
<dt>SCSICONTROLLER</dt>
<dd>SCSI Controller management.</dd>
<dt>SERVER</dt>
<dd>Server information management.</dd>
<dt>SERVICE</dt>
<dd>Service application management.</dd>
<dt>SHADOWCOPY</dt>
<dd>Shadow copy management.</dd>
<dt>SHADOWSTORAGE</dt>
<dd>Shadow copy storage area management.</dd>
<dt>SHARE</dt>
<dd>Shared resource management.</dd>
<dt>SOFTWAREELEMENT</dt>
<dd>Management of the  elements of a software product installed on a system.</dd>
<dt>SOFTWAREFEATURE</dt>
<dd>Management of software product subsets of SoftwareElement.</dd>
<dt>SOUNDDEV</dt>
<dd>Sound Device management.</dd>
<dt>STARTUP</dt>
<dd>Management of commands that run automatically when users log onto the computer system.</dd>
<dt>SYSACCOUNT</dt>
<dd>System account management.</dd>
<dt>SYSDRIVER</dt>
<dd>Management of the system driver for a base service.</dd>
<dt>SYSTEMENCLOSURE</dt>
<dd>Physical system enclosure management.</dd>
<dt>SYSTEMSLOT</dt>
<dd>Management of physical connection points including ports,  slots and peripherals, and proprietary connections points.</dd>
<dt>TAPEDRIVE</dt>
<dd>Tape drive management.</dd>
<dt>TEMPERATURE</dt>
<dd>Data management of a temperature sensor (electronic thermometer).</dd>
<dt>TIMEZONE</dt>
<dd>Time zone data management.</dd>
<dt>UPS</dt>
<dd>Uninterruptible power supply (UPS) management.</dd>
<dt>USERACCOUNT</dt>
<dd>User account management.</dd>
<dt>VOLTAGE</dt>
<dd>Voltage sensor (electronic voltmeter) data management.</dd>
<dt>VOLUME</dt>
<dd>Local storage volume management.</dd>
<dt>VOLUMEQUOTASETTING</dt>
<dd>Associates the disk quota setting with a specific disk volume.</dd>
<dt>VOLUMEUSERQUOTA</dt>
<dd>Per user storage volume quota management.</dd>
<dt>WMISET</dt>
<dd><a href="http://itsvista.com/2008/03/wmi/">WMI</a> service operational parameters management.</dd>
</dl>
<p>For more information on a specific alias, type: <code>alias /?</code></p>
<dl>
<dt>CLASS</dt>
<dd>Escapes to full WMI schema.</dd>
<dt>PATH</dt>
<dd>Escapes to full WMI object paths.</dd>
<dt>CONTEXT</dt>
<dd>Displays the state of all the global switches.</dd>
<dt>QUIT/EXIT</dt>
<dd>Exits the program.</dd>
</dl>
<p>For more information on CLASS/PATH/CONTEXT, type: <code>(CLASS | PATH | CONTEXT) /?</code></p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/wmic/">WMIC</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/wmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCOPY</title>
		<link>http://itsvista.com/2007/03/xcopy/</link>
		<comments>http://itsvista.com/2007/03/xcopy/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:49:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/xcopy/</guid>
		<description><![CDATA[Copies files and directory trees.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/xcopy/">XCOPY</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>XCOPY </strong><em>source </em>[<em>destination</em>] [<em>/A | /M</em>] [<em>/D</em>[<em>:date</em>]] [<em>/P</em>] [<em>/S</em> [<em>/E</em>]] [<em>/V</em>] [<em>/W</em>] [<em>/C</em>] [<em>/I</em>] [<em>/Q</em>] [<em>/F</em>] [<em>/L</em>] [<em>/G</em>] [<em>/H</em>] [<em>/R</em>] [<em>/T</em>] [<em>/U</em>] [<em>/K</em>] [<em>/N</em>] [<em>/O</em>] [<em>/X</em>] [<em>/Y</em>] [<em>/-Y</em>] [<em>/Z</em>] [<em>/B</em>] [<em>/EXCLUDE:file1</em>[<em>+file2</em>][<em>+file3</em>]&#8230;]</p>
<blockquote><dl>
<dt>source</dt>
<dd>Specifies the file(s) to copy.</dd>
<dt>destination</dt>
<dd>Specifies the location and/or name of new files.</dd>
<dt>/A</dt>
<dd>Copies only files with the archive attribute set, doesn&#8217;t change the attribute.</dd>
<dt>/M</dt>
<dd>Copies only files with the archive attribute set, turns off the archive attribute.</dd>
<dt>/D:m-d-y</dt>
<dd>Copies files changed on or after the specified date. If no date is given, copies only those files whose source time is newer than the destination time.</dd>
<dt>/EXCLUDE:file1[+file2][+file3]&#8230;</dt>
<dd>Specifies a list of files containing strings.  Each string should be in a separate line in the files.  When any of the strings match any part of the absolute path of the file to be copied, that file will be excluded from being copied.  For example, specifying a string like \obj\ or .obj will exclude all files underneath the directory obj or all files with the .obj extension respectively.</dd>
<dt>/P</dt>
<dd>Prompts you before creating each destination file.</dd>
<dt>/S</dt>
<dd>Copies directories and subdirectories except empty ones.</dd>
<dt>/E</dt>
<dd>Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.</dd>
<dt>/V</dt>
<dd>Verifies the size of each new file.</dd>
<dt>/W</dt>
<dd>Prompts you to press a key before copying.</dd>
<dt>/C</dt>
<dd>Continues copying even if errors occur.</dd>
<dt>/I</dt>
<dd>If destination does not exist and copying more than one file, assumes that destination must be a directory.</dd>
<dt>/Q</dt>
<dd>Does not display file names while copying.</dd>
<dt>/F</dt>
<dd>Displays full source and destination file names while copying.</dd>
<dt>/L</dt>
<dd>Displays files that would be copied.</dd>
<dt>/G</dt>
<dd>Allows the copying of encrypted files to destination that does not support encryption.</dd>
<dt>/H</dt>
<dd>Copies hidden and system files also.</dd>
<dt>/R</dt>
<dd>Overwrites read-only files.</dd>
<dt>/T</dt>
<dd>Creates directory structure, but does not copy files. Does not include empty directories or subdirectories. /T /E includes empty directories and subdirectories.</dd>
<dt>/U</dt>
<dd>Copies only files that already exist in destination.</dd>
<dt>/K</dt>
<dd>Copies attributes. Normal Xcopy will reset read-only attributes.</dd>
<dt>/N</dt>
<dd>Copies using the generated short names.</dd>
<dt>/O</dt>
<dd>Copies file ownership and ACL information.</dd>
<dt>/X</dt>
<dd>Copies file audit settings (implies /O).</dd>
<dt>/Y</dt>
<dd>Suppresses prompting to confirm you want to overwrite an existing destination file.</dd>
<dt>/-Y</dt>
<dd>Causes prompting to confirm you want to overwrite an existing destination file.</dd>
<dt>/Z</dt>
<dd>Copies networked files in restartable mode.</dd>
<dt>/B</dt>
<dd>Copies the Symbolic Link itself versus the target of the link</dd>
</dl>
</blockquote>
<p>The switch /Y may be preset in the COPYCMD environment variable. This may be overridden with /-Y on the command line.</p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/xcopy/">XCOPY</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/xcopy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VOL</title>
		<link>http://itsvista.com/2007/03/vol/</link>
		<comments>http://itsvista.com/2007/03/vol/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:39:20 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/vol/</guid>
		<description><![CDATA[Displays a disk volume label and serial number.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/vol/">VOL</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>VOL </strong>[<em>drive:</em>]</p>
<p>Displays the disk volume label and serial number, if they exist.</p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/vol/">VOL</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/vol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VERIFY</title>
		<link>http://itsvista.com/2007/03/verify/</link>
		<comments>http://itsvista.com/2007/03/verify/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:38:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/verify/</guid>
		<description><![CDATA[Tells Windows whether to verify that your files are written correctly to a disk.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/verify/">VERIFY</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>VERIFY </strong>[<em>ON | OFF</em>]</p>
<p>Type <code>VERIFY </code>without a parameter to display the current VERIFY setting.</p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/verify/">VERIFY</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/verify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VER</title>
		<link>http://itsvista.com/2007/03/ver/</link>
		<comments>http://itsvista.com/2007/03/ver/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:37:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/ver/</guid>
		<description><![CDATA[Displays the Windows version.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/ver/">VER</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>VER</strong></p>
<p>Displays the Windows version.</p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/ver/">VER</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/ver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPE</title>
		<link>http://itsvista.com/2007/03/type/</link>
		<comments>http://itsvista.com/2007/03/type/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:28:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/type/</guid>
		<description><![CDATA[Displays the contents of a text file.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/type/">TYPE</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>TYPE </strong>[<em>drive:</em>][<em>path</em>]<em>filename</em></p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/type/">TYPE</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TREE</title>
		<link>http://itsvista.com/2007/03/tree/</link>
		<comments>http://itsvista.com/2007/03/tree/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:26:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/tree/</guid>
		<description><![CDATA[Graphically displays the directory structure of a drive or path.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/tree/">TREE</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>TREE </strong>[<em>drive:</em>][<em>path</em>] [<em>/F</em>] [<em>/A</em>]</p>
<blockquote><dl>
<dt>/F</dt>
<dd>Display the names of the files in each folder.</dd>
<dt>/A</dt>
<dd>Use ASCII instead of extended characters.</dd>
</dl>
</blockquote>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/tree/">TREE</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TITLE</title>
		<link>http://itsvista.com/2007/03/title/</link>
		<comments>http://itsvista.com/2007/03/title/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:24:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/title/</guid>
		<description><![CDATA[Sets the window title for a CMD.EXE session.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/title/">TITLE</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>TITLE </strong>[<em>string</em>]</p>
<blockquote><dl>
<dt>string</dt>
<dd>Specifies the title for the command prompt window.</dd>
</dl>
</blockquote>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/title/">TITLE</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIME</title>
		<link>http://itsvista.com/2007/03/time/</link>
		<comments>http://itsvista.com/2007/03/time/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:23:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/time/</guid>
		<description><![CDATA[Displays or sets the system time.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/time/">TIME</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>TIME </strong>[<em>/T | time</em>]</p>
<p>Type <code>TIME </code>with no parameters to display the current time setting and a prompt for a new one.  Press ENTER to keep the same time.</p>
<p>If Command Extensions are enabled the TIME command supports the /T switch which tells the command to just output the current time, without prompting for a new time.</p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/time/">TIME</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TASKKILL</title>
		<link>http://itsvista.com/2007/03/taskkill/</link>
		<comments>http://itsvista.com/2007/03/taskkill/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 03:21:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://itsvista.com/2007/03/taskkill/</guid>
		<description><![CDATA[Kill or stop a running process or application.<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/taskkill/">TASKKILL</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>TASKKILL </strong>[<em>/S system</em> [<em>/U username</em> [<em>/P </em>[<em>password</em>]]]] { [<em>/FI filter</em>] [<em>/PID processid | /IM imagename</em>] } [<em>/T</em>] [<em>/F</em>]</p>
<blockquote><dl>
<dt>/S    system</dt>
<dd>Specifies the remote system to connect to.</dd>
<dt>/U    [domain\]user</dt>
<dd>Specifies the user context under which the command should execute.</dd>
<dt>/P    [password]</dt>
<dd>Specifies the password for the given user context. Prompts for input if omitted.</dd>
<dt>/FI   filter</dt>
<dd>Applies a filter to select a set of tasks. Allows &#8220;*&#8221; to be used. ex. imagename eq acme*</dd>
<dt>/PID  processid</dt>
<dd>Specifies the PID of the process to be terminated. Use TaskList to get the PID.</dd>
<dt>/IM   imagename</dt>
<dd>Specifies the image name of the process to be terminated. Wildcard &#8216;*&#8217; can be used to specify all tasks or image names.</dd>
<dt>/T</dt>
<dd>Terminates the specified process and any child processes which were started by it.</dd>
<dt>/F</dt>
<dd>Specifies to forcefully terminate the process(es).</dd>
<dt>/?</dt>
<dd>Displays this help message.</dd>
</dl>
</blockquote>
<p>Filters:</p>
<pre>
    Filter Name   Valid Operators           Valid Value(s)
    -----------   ---------------           -------------------------
    STATUS        eq, ne                    RUNNING |
                                            NOT RESPONDING | UNKNOWN
    IMAGENAME     eq, ne                    Image name
    PID           eq, ne, gt, lt, ge, le    PID value
    SESSION       eq, ne, gt, lt, ge, le    Session number.
    CPUTIME       eq, ne, gt, lt, ge, le    CPU time in the format
                                            of hh:mm:ss.
                                            hh - hours,
                                            mm - minutes, ss - seconds
    MEMUSAGE      eq, ne, gt, lt, ge, le    Memory usage in KB
    USERNAME      eq, ne                    User name in [domain\]user
                                            format
    MODULES       eq, ne                    DLL name
    SERVICES      eq, ne                    Service name
    WINDOWTITLE   eq, ne                    Window title
</pre>
<p>   <strong>NOTE:</strong></p>
<ol>
<li>Wildcard &#8216;*&#8217; for /IM switch is accepted only when a filter is applied.</li>
<li>Termination of remote processes will always be done forcefully (/F).</li>
<li>&#8220;WINDOWTITLE&#8221; and &#8220;STATUS&#8221; filters are not considered when a remote machine is specified.</li>
</ol>
<p>Examples:<br />
    TASKKILL /IM notepad.exe<br />
    TASKKILL /PID 1230 /PID 1241 /PID 1253 /T<br />
    TASKKILL /F /IM cmd.exe /T<br />
    TASKKILL /F /FI &#8220;PID ge 1000&#8243; /FI &#8220;WINDOWTITLE ne untitle*&#8221;<br />
    TASKKILL /F /FI &#8220;USERNAME eq NT AUTHORITY\SYSTEM&#8221; /IM notepad.exe<br />
    TASKKILL /S system /U domain\username /FI &#8220;USERNAME ne NT*&#8221; /IM *<br />
    TASKKILL /S system /U username /P password /FI &#8220;IMAGENAME eq note*&#8221;</p>
<p><a href="http://itsvista.com">ITsVISTA</a><br/><br/><a href="http://itsvista.com/2007/03/taskkill/">TASKKILL</a></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://itsvista.com/2007/03/taskkill/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
