<?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>Wed, 15 May 2013 18:28:14 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Search classes in jar file</title><link>http://www.windows-commandline.com/2013/05/search-classes-in-jar-file.html</link> <comments>http://www.windows-commandline.com/2013/05/search-classes-in-jar-file.html#comments</comments> <pubDate>Wed, 15 May 2013 18:28:14 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category><guid
isPermaLink="false">http://www.windows-commandline.com/?p=1300</guid> <description><![CDATA[We do not need to download special tool to search for classes in jar files.  This post explains how to do that without the use of any additional tool. You need to have java sdk installed on your machine to use this tip. If you are a java developer, you might already have it on [...]]]></description> <wfw:commentRss>http://www.windows-commandline.com/2013/05/search-classes-in-jar-file.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Find memory size</title><link>http://www.windows-commandline.com/2013/04/find-memory-size.html</link> <comments>http://www.windows-commandline.com/2013/04/find-memory-size.html#comments</comments> <pubDate>Thu, 11 Apr 2013 08:36:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Uncategorized]]></category><guid
isPermaLink="false">http://www.windows-commandline.com/?p=1296</guid> <description><![CDATA[In Windows, we can find the physical memory size from command line. We can do this either using systeminfo or wmic commands. Both the commands are given below. 1. Using systeminfo command systeminfo &#124; findstr /C:"Total Physical Memory" Example: C:\Users\srinisa&#62;systeminfo &#124; findstr /C:"Total Physical Memory" Total Physical Memory: 3,794 MB 2. Using WMIC command wmic [...]]]></description> <wfw:commentRss>http://www.windows-commandline.com/2013/04/find-memory-size.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Enable or Disable guest account</title><link>http://www.windows-commandline.com/2013/03/enable-disable-guest-account.html</link> <comments>http://www.windows-commandline.com/2013/03/enable-disable-guest-account.html#comments</comments> <pubDate>Sun, 31 Mar 2013 10:04:48 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User Accounts]]></category><guid
isPermaLink="false">http://www.windows-commandline.com/?p=1285</guid> <description><![CDATA[To find out if guest account is enabled on your computer, you can run the below command net user guest &#124; findstr /C:"active" Example: c:\&#62;net user guest &#124; findstr /C:"active" Account active No To enable guest account from command prompt: Open elevated administrator command prompt and run the below command. net user guest /active:yes Example: [...]]]></description> <wfw:commentRss>http://www.windows-commandline.com/2013/03/enable-disable-guest-account.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Rename file extensions in bulk, including files in subfolders</title><link>http://www.windows-commandline.com/2012/07/rename-file-extensions-bulk.html</link> <comments>http://www.windows-commandline.com/2012/07/rename-file-extensions-bulk.html#comments</comments> <pubDate>Tue, 03 Jul 2012 17:57:07 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Batch Files]]></category><guid
isPermaLink="false">http://www.windows-commandline.com/?p=1240</guid> <description><![CDATA[This post talks about how to rename file extensions in bulk using simple commands. No 3rd party tools are required. At the end of the post, you can find a download link for the batch file script. Change file extensions in bulk: We can change the extension of files in the bulk using rename command. [...]]]></description> <wfw:commentRss>http://www.windows-commandline.com/2012/07/rename-file-extensions-bulk.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to kill process on remote computer?</title><link>http://www.windows-commandline.com/2012/06/kill-remote-process.html</link> <comments>http://www.windows-commandline.com/2012/06/kill-remote-process.html#comments</comments> <pubDate>Wed, 06 Jun 2012 11:15:36 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Remote access]]></category><guid
isPermaLink="false">http://www.windows-commandline.com/?p=1225</guid> <description><![CDATA[In Windows, we can kill processes running on a remote computer using the taskkill command. We can specify process id/image file name/user name to identify the processes that need to be killed. Below you can find the syntax for each of the cases with examples. Kill remote process using process id. The syntax for this [...]]]></description> <wfw:commentRss>http://www.windows-commandline.com/2012/06/kill-remote-process.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <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[Windows Commands]]></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>1</slash:comments> </item> </channel> </rss>