<?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>Windows Command Line</title>
	<atom:link href="http://www.windows-commandline.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.windows-commandline.com</link>
	<description>Windows command line, Windows 7, Windows 8,  XP,  Server 2003, 2008, Vista</description>
	<lastBuildDate>Mon, 14 May 2012 14:05:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to start/stop webclient service</title>
		<link>http://www.windows-commandline.com/2012/05/start-stop-webclient-service.html</link>
		<comments>http://www.windows-commandline.com/2012/05/start-stop-webclient-service.html#comments</comments>
		<pubDate>Thu, 10 May 2012 13:55:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=1166</guid>
		<description><![CDATA[We can start webclient service from command prompt using the below command net start webclient C:\&#62;net start webclient The WebClient service is starting. The WebClient service was started successfully. C:\&#62; Note that this command should be run from a login account with administrator privileges. Additionally, on Vista and Windows 7, this should be run from [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/05/start-stop-webclient-service.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create event from command line</title>
		<link>http://www.windows-commandline.com/2012/04/create-event.html</link>
		<comments>http://www.windows-commandline.com/2012/04/create-event.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 11:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=986</guid>
		<description><![CDATA[If you want to log an event in any of the event log files, then you can do that using eventcreate command.  Logging an event helps the system administrators to trace out things if something has not worked in an expected way. Using this command, we can create a custom event with custom id and [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/create-event.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sleep command in Windows 7</title>
		<link>http://www.windows-commandline.com/2012/04/sleep-command-windows-7.html</link>
		<comments>http://www.windows-commandline.com/2012/04/sleep-command-windows-7.html#comments</comments>
		<pubDate>Wed, 18 Apr 2012 16:22:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=972</guid>
		<description><![CDATA[Windows 7  provides a new command sleep which can be used in batch files or command prompt to pause the execution and wait for some time. In previous Windows editions(XP and Server 2003), this command is not available. Users of these Windows editions can download Windows resource kit tools for obtaining sleep command. Syntax of [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/sleep-command-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change drive label</title>
		<link>http://www.windows-commandline.com/2012/04/change-drive-label.html</link>
		<comments>http://www.windows-commandline.com/2012/04/change-drive-label.html#comments</comments>
		<pubDate>Tue, 17 Apr 2012 16:14:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=962</guid>
		<description><![CDATA[The labels of disk drives(volumes) can be changed from windows command line using label command.  In the command, we need to specify the drive letter for which we need to change the label. Note that drive letter and drive label are different. In the below snapshot, drive letter is C: and drivel label is &#8216;Windows [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/change-drive-label.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Run commands</title>
		<link>http://www.windows-commandline.com/2012/04/windows-7-run-commands.html</link>
		<comments>http://www.windows-commandline.com/2012/04/windows-7-run-commands.html#comments</comments>
		<pubDate>Mon, 16 Apr 2012 10:00:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=959</guid>
		<description><![CDATA[In this article, we show the run commands available in Windows 7.  Some of the commands available in XP no longer work in Win7. Also, some new commands have been added. Windows 7 Run commands: appwiz.cpl : Programs and Features(View/uninstall installed updates/software) bthprops.cpl : Blue tooth devices calc &#8211; calculator certmgr.msc : Security certificates manager [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/windows-7-run-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Format Drive command</title>
		<link>http://www.windows-commandline.com/2012/04/format-drive-command.html</link>
		<comments>http://www.windows-commandline.com/2012/04/format-drive-command.html#comments</comments>
		<pubDate>Sun, 15 Apr 2012 09:28:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=954</guid>
		<description><![CDATA[In Windows, we can format a disk drive from command line also. We can use the inbuilt command &#8216;format&#8217; for this. What ever we can do in the disk management tool, we can do the same using format command.  This article explains the different options available for this command. Format a disk drive format driveletter [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/format-drive-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add command window tile to Windows 8 start menu</title>
		<link>http://www.windows-commandline.com/2012/04/add-command-window-tile-windows-8-start-menu.html</link>
		<comments>http://www.windows-commandline.com/2012/04/add-command-window-tile-windows-8-start-menu.html#comments</comments>
		<pubDate>Sat, 14 Apr 2012 10:32:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=947</guid>
		<description><![CDATA[If you want to add command window tile to the start screen, here is how you can do this. Open the folder c:\windows\system32 in explorer. Locate the file cmd.exe Right click and select &#8216;Pin to Start&#8216; That&#8217;s all. Now click Windows key, you can see a new tile added at the last. You can drag [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/add-command-window-tile-windows-8-start-menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get file creation date and time</title>
		<link>http://www.windows-commandline.com/2012/04/get-file-creation-date-time.html</link>
		<comments>http://www.windows-commandline.com/2012/04/get-file-creation-date-time.html#comments</comments>
		<pubDate>Sat, 14 Apr 2012 07:48:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=944</guid>
		<description><![CDATA[We can find creation date of a file from command line using dir command.  The syntax for this is given below. dir /T:C filename If we need to get file creation date and time for all the files and subdirectories in the current directory, the command is: dir /T:C We can also restrict the output [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/get-file-creation-date-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get file modified date &amp; time</title>
		<link>http://www.windows-commandline.com/2012/04/get-file-modified-date-time.html</link>
		<comments>http://www.windows-commandline.com/2012/04/get-file-modified-date-time.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 16:54:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=929</guid>
		<description><![CDATA[We can get file last modified date/time from Windows command line using dir or forfiles commands. Using Dir command: dir /T:W  filename For example, to get the last modified time for the file &#8216;E:\commands.docx&#8217; the command would be: dir /T:W  e:\commands.docx To get the modified date and time for all files and sub folders in [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/get-file-modified-date-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powercfg command : Manage power settings in command line</title>
		<link>http://www.windows-commandline.com/2012/04/powercfg-command.html</link>
		<comments>http://www.windows-commandline.com/2012/04/powercfg-command.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 07:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.windows-commandline.com/?p=924</guid>
		<description><![CDATA[Powercfg command on Windows allows users to configure power settings on laptops/desktops.  Using this command we can configure settings related to idle timers, low battery alarms, hibernate/sleep timers etc. Get the current active scheme details: powercfg  -getActiveScheme Example: c:\&#62;powercfg -getActiveScheme Power Scheme GUID: 4ac93938-c0ab-4b33-9150-b71bf11e59d3 (Maximum Battery Life) c:\&#62; List the power schemes available on the [...]]]></description>
		<wfw:commentRss>http://www.windows-commandline.com/2012/04/powercfg-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 1/45 queries in 0.023 seconds using apc
Object Caching 433/525 objects using apc

Served from: windows-commandline.com @ 2012-05-20 04:15:56 -->
