<?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>Jordan Hall &#187; Windows</title>
	<atom:link href="http://jordanhall.co.uk/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanhall.co.uk</link>
	<description>Jordan Hall - programmer and geek</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:36:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Program Design &#8211; &#8220;90% of your users are idiots&#8221;</title>
		<link>http://jordanhall.co.uk/programming/program-design-90-of-your-users-are-idiots-19081285/</link>
		<comments>http://jordanhall.co.uk/programming/program-design-90-of-your-users-are-idiots-19081285/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 12:16:19 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Alex Yumashev]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[idiots]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[IT support]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[program design]]></category>
		<category><![CDATA[software design]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[software documentation]]></category>
		<category><![CDATA[UI design]]></category>
		<category><![CDATA[user interface design]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=1285</guid>
		<description><![CDATA[They are. Or at least, it can really help to assume they are. A short while ago, I read this from Alex Yumashev&#8217;s Jitbit blog: I just overheard this conversation between two developers at a co-working site: &#8220;I plan [on] creating a prototype for my new XXXX application, whatcha think it should be &#8211; a web-app, [...]]]></description>
			<content:encoded><![CDATA[<p>They are. Or at least, it can really help to assume they are.</p>
<p style="text-align: left;">A short while ago, I read this from <a href="http://blog.jitbit.com/p/about-this-blog.html" target="_blank">Alex Yumashev&#8217;s</a> <a href="http://blog.jitbit.com/" target="_blank">Jitbit blog</a>:</p>
<blockquote><p>I just overheard this conversation between two developers at a co-working site:</p>
<blockquote><p><strong>&#8220;I plan [on] creating a prototype for my new XXXX application, whatcha think it should be &#8211; a web-app, or a desktop app?&#8221;</strong></p></blockquote>
<p>The answer was:</p>
<blockquote><p><strong>&#8220;90% of your users are idiots who won&#8217;t be able to tell the difference&#8221;</strong></p></blockquote>
<p>I think I just found my answer to <a href="http://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker's_Guide_to_the_Galaxy#Answer_to_the_Ultimate_Question_of_Life.2C_the_Universe.2C_and_Everything_.2842.29" rel="nofollow">the ultimate question of life universe and everything</a> and it&#8217;s not &#8220;42&#8243;.</p>
<p>It&#8217;s <em>&#8220;90% of your users are idiots&#8221;.</em></p>
<p>Now thats a questionable term to describe your customers. I don&#8217;t think 90% of <em>my </em>users are idiots. But. That&#8217;s <em>the</em> way to think of your users when making design decisions and building your interface.</p></blockquote>
<p style="text-align: right;"><a href="http://blog.jitbit.com/2011/06/90-of-your-users-are-idiots.html" target="_blank">Jitbit Blog</a></p>
<p style="text-align: left;">And he&#8217;s very right.</p>
<p style="text-align: left;">Thinking about some of the largest and most successful software developments, this rule applies &#8211; not that 90% of the users of these systems are idiots, but more that they are designed to accommodative for 90% of their users being idiots .</p>
<p style="text-align: left;">Think about the operating systems environment, in which Mac OS X and the Windows series of operating systems are by far the most popular on the desktop. Both of these systems are developed to heavily guide the user through any process or task that he or she wishes to complete, metaphorically holding the users hand throughout each step.</p>
<p style="text-align: left;">The mobile market is the same. Up until very recently, iOS (the Apple operating system powering the iPad and iPhone) was very far in the lead in terms of sales and end-user popularity. Android has only recently, in the past few months starting competing well with iOS. iOS is simple. In my opinion, too simple, but people like it and use it, on a huge scale. 90% of users are idiots. As Android has got more and more user-friendly, it has increased in popularity amongst end-users, along with the ever increasing push from non-Apple phone and tablet manufacturers to use Android.</p>
<p style="text-align: left;">Both user interface and structural application decisions can often benefit from thinking that 90% of your users are idiots.</p>
<ol>
<li>Should I implement feature X in either A or B way? Whichever is easier for those 90%.</li>
<li>Should I design the user interface to promote feature A or B most promotion? Whichever is most appropriate for those 90%.</li>
<li>Do I design this icon that triggers feature X to represent concept A or concept B? Whichever will make the most sense to those 90% of users.</li>
<li>Should I document this little used and/or somewhat obvious feature? Of course &#8211; 90% of your users are idiots.</li>
</ol>
<p>The experts among us do not necessary need or want to be guided though every step of a process with our hands held all the time. Some of us just want to dig into plain text config files and command line interfaces. The developers and the computing enthusiasts, we&#8217;re the remaining 10%.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/programming/program-design-90-of-your-users-are-idiots-19081285/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reducing the pain of reinstalling Windows with Ninite</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/reducing-the-pain-of-reinstalling-windows-with-ninite-24101107/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/reducing-the-pain-of-reinstalling-windows-with-ninite-24101107/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 12:10:24 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[automatic program installation]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ninite]]></category>
		<category><![CDATA[programs to use after reinstalling Windows]]></category>
		<category><![CDATA[reinstallation]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu Software Centre]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=1107</guid>
		<description><![CDATA[I&#8217;m not a Windows user primarily. The vast majority of time my computers and laptop boot into Linux, specifically Ubuntu, as of recent. However, I do have several of my machines set-up with both Ubuntu and Windows 7. One of my major gripes with Windows, which has always been there, is that after a clean [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://jordanhall.co.uk/wp-content/uploads/2010/10/ninite-installer.jpg"><img class="aligncenter size-full wp-image-1109" title="Ninite Installer" src="http://jordanhall.co.uk/wp-content/uploads/2010/10/ninite-installer.jpg" alt="Ninite Installer screenshot" width="400" height="254" /></a></p>
<p>I&#8217;m not a Windows user primarily. The vast majority of time my computers and laptop boot into Linux, specifically Ubuntu, as of recent. However, I do have several of my machines set-up with both Ubuntu and Windows 7.</p>
<p>One of my major gripes with Windows, which has always been there, is that after a clean reinstall, you have no programs of any real use installed at all. In comparison, a clean install of Ubuntu gives you a graphics editor, photo manager, fully featured e-mail client, personal information management suite and a full office suite. Of course, you now get the Ubuntu Software Centre, which lets you install find and install full size applications with the same ease as using the iPhone App store or Android Marketplace.</p>
<p>Windows has none of this. A brand spanking new Windows install does very little for productivity without a few essential apps installed.</p>
<p>Usually this involves the labourious task of:</p>
<ol>
<li>Manually searching for and/or heading to the website of the program you want to download</li>
<li>Finding the current version/build to download, starting the download and waiting for the download to complete</li>
<li>Running the installer and waiting for its completion</li>
<li>Repeat steps 1 &#8211; 3 for every program you wish to install</li>
</ol>
<p>Recently, I&#8217;ve discovered Ninite, which is a fantastic website/program which lets you cut down the above procedure (which could possible take hours) to a quick procedure that takes a few minutes at most. This is how you&#8217;d do the above, with Ninite.</p>
<ol>
<li>Go to <a href="https://ninite.com/">https://ninite.com/</a> and select the programs you want to install.</li>
<li>Download the installer it generates</li>
<li>Run the installer and wait for its completion.</li>
</ol>
<p>And then you&#8217;re done! No repetition, as Ninite cleverly puts the installation of many, many possible programs behind a single simplistic installer.</p>
<p>It supports installation for the most popular web browsers, messaging applications, media players, imaging programs, document editors/viewers, security software (such as anti-virus and anti-malware software), plug-ins (such as Flash and Java), file sharing applications, general utilities and even certain developer/administration tools.</p>
<p>Basically, after every (annoying) reinstall of Windows that I have to do, the first place I&#8217;m heading is to Ninite&#8217;s website.</p>
<p>As a final note, I&#8217;m really hoping they add official graphics drivers to their list of automatically installed items. That would be very useful for a lot of people I know. Suggesting new apps is a feature they offer right at the bottom of the Ninite website.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/reducing-the-pain-of-reinstalling-windows-with-ninite-24101107/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia N97 &#8211; Fixing the Out of Space on &#8216;C:&#8217; Issues</title>
		<link>http://jordanhall.co.uk/general-articles/nokia-n97-fixing-the-out-of-space-on-c-issues-5103640/</link>
		<comments>http://jordanhall.co.uk/general-articles/nokia-n97-fixing-the-out-of-space-on-c-issues-5103640/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:00:51 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[mobile computing]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[mobile web browser]]></category>
		<category><![CDATA[N97]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nokia N97]]></category>
		<category><![CDATA[Nokia out of space issues]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Opera Mobile]]></category>
		<category><![CDATA[Ovi]]></category>
		<category><![CDATA[Ovi Store]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=640</guid>
		<description><![CDATA[It always annoyed me that Nokia adopted the strange Windows alphabetical lettering of its storage devices. Regardless, the only issue I&#8217;ve ever had with my Nokia N97 is the primary C: storage device running low on memory. The &#8216;C:&#8217; device represents the very small, primary internal flash memory present on the phone. The secondary storage [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jordanhall.co.uk/wp-content/uploads/2010/03/Nokia-N97.jpg"><img class="alignright size-full wp-image-647" title="Nokia N97" src="http://jordanhall.co.uk/wp-content/uploads/2010/03/Nokia-N97.jpg" alt="Nokia N97" width="109" height="221" /></a>It always annoyed me that Nokia adopted the strange Windows alphabetical lettering of its storage devices. Regardless, the only issue I&#8217;ve ever had with my Nokia N97 is the primary C: storage device running low on memory.</p>
<p>The &#8216;C:&#8217; device represents the very small, primary internal flash memory present on the phone. The secondary storage device, usually &#8216;D:&#8217; or &#8216;E:&#8217; is much larger (in my case 32GB), but unfortunately not everything can be installed to the mass storage. For those applications that truly need to be installed on the primary drive, they can use a great deal of the limited space.</p>
<p>Here are a few tips I discovered on how to help clear out the primary drive&#8217;s space. You&#8217;ll know if you need to do this if you are receiving constant reminders that your phone is out of space on drive &#8216;C:&#8217;.</p>
<ol>
<li>Any applications previously installed on C: that could be installed on E: should be uninstalled and reinstalled on the larger storage device.</li>
<li>Install third party web browser, such as <a href="http://www.opera.com/mobile/">Opera Mobile</a>, to the mass storage and then delete the &#8216;C:\System\Cache\&#8217; folder belonging to the default Nokia web browser.</li>
<li>Change the default &#8216;Messaging&#8217; storage to mass storage. To do this, open the messaging application and then go to Options &gt; Settings &gt; Other &gt; &#8216;Memory In Use&#8217;.</li>
<li>Uninstall any of the uninstallable default applications and widgets that you do not use. I removed the &#8216;Facebook&#8217; home screen widget and now just use the mobile web version of Facebook.</li>
<li>Make sure the Ovi Store is set to install to mass storage by default. To do this open the Ovi Store settings at Options &gt; Account &gt; Settings &gt; Installation Preferences, within the Ovi Store application itself.</li>
<li>If you are using Nokia Messaging or Nokia Messaging for Exchange, delete and reconfigure your accounts and this will clear out a significant cache. Alternatively, if you do not mind, remove the Nokia Messaging application entirely and use a web-mail alternative (if possible).</li>
</ol>
<p>In my case, removing Nokia Messaging was the most helpful. Anyone else had this problem, if so, how did you clear your N97&#8242;s main memory?</p>
<p><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/general-articles/nokia-n97-fixing-the-out-of-space-on-c-issues-5103640/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS Raising Awareness of Open Source Software</title>
		<link>http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/</link>
		<comments>http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:25:01 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source development]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[openness]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[promotion of open source software]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[user friendliness]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=335</guid>
		<description><![CDATA[I&#8217;m quite highly anticipating the release of Google Chrome OS &#8211; Google&#8217;s net book and appliance cloud operating system. There are a few main reasons behind this. Simplicity and Openness Note that I combine the two here. It is very important that both software user friendliness is combined with the nature of free and open source software to prevent [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-338   alignright" title="Google Chrome OS Logo" src="http://jordanhall.co.uk/wp-content/uploads/2009/12/google-chrome-os-logo-300x291.png" alt="The logo of Google Chrome OS" width="110" height="106" /></p>
<p>I&#8217;m quite highly anticipating the release of Google Chrome OS &#8211; Google&#8217;s net book and appliance cloud operating system. There are a few main reasons behind this.</p>
<h3>Simplicity and Openness</h3>
<p>Note that I combine the two here. It is very important that both software user friendliness is combined with the nature of free and open source software to prevent device and software simplification becoming a model for restricted development.</p>
<p>Apple do one of these well &#8211; simplicity. Apple products are almost always considered to be highly user-friendly and easy to use for all consumers, taking the iPhone and iPad as the latest examples within the consumer electronics market.</p>
<p>However, Apple has a very closed nature to their software models, especially with the iPhone and iPad, where all application acquisition is restricted to a specific Apple controlled &#8216;App. Store&#8217; and all application developement is restricted to a Apple controlled SDK (software development kit) which is platforme restricted and incompatible with all platforms other than Apple&#8217;s own Mac OS X platform.</p>
<h3>Promotion of Open Source Software</h3>
<p>Since Google Chrome OS is to based upon a Linux kernel, and use many existing Linux systems, not only will this bring improvements to Linux operating systems as a whole due to Google&#8217;s code contributions, but additionally it will bring Linux and, more generally, open source software into the light.</p>
<p>The concepts of Linux and open source software are by no means yet the household names of Microsoft, Windows and Apple. Dependant on how Google Chrome OS is marketed by Google, this release could be a great boom for the promotion of Linux as a whole.</p>
<h3>Zero Price Operating System</h3>
<p>Since Google intends to release the operating system for free (zero price), it will likely also reduce the apparent worth of paid operating systems, such as the paid offerings by Microsoft (Windows) or Apple (Mac OS X). The increased use of web applications and the Internet to do many daily tasks makes Google Chrome OS perfect for the most common uses of computers today. For these tasks, alternative operating systems hold no significant advantages, whilst the advantages for Microsoft and Apple operating systems now lie specifically in the domain of platform restricted software packages, either in the desktop realm, such as Microsoft Office / Apple iWork or the server realm, such as Microsoft Exchange / Mac OS X server software packages.</p>
<p>Even then, with the growth of multi-platform, online productivity and collaboration tools, such as Google Docs, Google Calendar and Google Mail, these platform restricted &#8216;offline&#8217; software packages may become redundant as more and more businesses and enterprises rely upon the Internet and cloud based applications and storage.</p>
<p>What do you think? Will Google Chrome OS be a boom for Linux, and will its competitors&#8217; offerings be hurt significantly by its release?</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wine &#8211; Wine is not an emulator &#8211; it is a Windows compatibility layer</title>
		<link>http://jordanhall.co.uk/ubuntu-linux/wine-wine-is-not-an-emulator-it-is-a-windows-compatibility-layer-3312122/</link>
		<comments>http://jordanhall.co.uk/ubuntu-linux/wine-wine-is-not-an-emulator-it-is-a-windows-compatibility-layer-3312122/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:15:33 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software compatibility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows compatibility layer]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk-3416a75f4cea9109507cacd8e2f2aefc</guid>
		<description><![CDATA[Wine is essentially a Windows compatibility layer for Linux, allowing Linux users to run Windows applications in a much more direct manner than full operating system virtualisation. More information about Wine is to come shortly. If you wish, you can visit the official Wine website to get more details about this excellent free piece of [...]]]></description>
			<content:encoded><![CDATA[<p>Wine is essentially a Windows compatibility layer for Linux, allowing Linux users to run Windows applications in a much more direct manner than full operating system virtualisation. More information about Wine is to come shortly. </p>
<p>If you wish, you can visit the <a href="http://www.winehq.org/">official Wine website</a> to get more details about this excellent free piece of software and download instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/ubuntu-linux/wine-wine-is-not-an-emulator-it-is-a-windows-compatibility-layer-3312122/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uptime &#8211; How to find out how long your computer has been on &#8211; the uptime</title>
		<link>http://jordanhall.co.uk/general-articles/uptime-how-to-find-out-how-long-your-computer-has-been-on-the-uptime-3312121/</link>
		<comments>http://jordanhall.co.uk/general-articles/uptime-how-to-find-out-how-long-your-computer-has-been-on-the-uptime-3312121/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:15:33 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[event ID 6013]]></category>
		<category><![CDATA[event log]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux server uptime]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[server uptime]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows server uptime]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk-a1d0c6e83f027327d8461063f4ac58a6</guid>
		<description><![CDATA[In Windows, you can find your uptime via one of the following two methods commands. To enter these commands open a command prompt from the Start Menu or just execute cmd.exe systeminfo &#124; find &#8220;Up Time&#8221; net statistics server (Note that this command displays actually shows the last boot time from which the uptime can [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows, you can find your uptime via one of the following two methods commands. To enter these commands open a command prompt from the Start Menu or just execute cmd.exe</p>
<ul>
<li>systeminfo | find &#8220;Up Time&#8221;</li>
<li>net statistics server <em>(Note that this command displays actually shows the last boot time from which the uptime can be calculated)</em></li>
<li>Uptime <em>(This command is not included in the operating system, but is an <a href="http://technet.microsoft.com/en-us/library/cc751311.aspx">uptime utility provided by Microsoft</a>)</em></li>
</ul>
<p>Also, it is worth noting that Windows Server 2003 systems and above record their uptime in the System event log at midnight every night, as Event ID 6013. See the screenshot below from a Windows Server 2003 uptime event.</p>
<p style="text-align: center;"><img src="/content/windows-uptime-event-id-6013.png" alt="Windows Uptime Event Log Entry - Event ID 6013" /></p>
<p>In Mac OS X, Linux, Unix and other Unix-like operating systems, simply enter the following command into any terminal and the current system load values and uptime will be displayed.</p>
<ul>
<li>uptime</li>
</ul>
<p>In OpenVMS systems, the following command provides the system uptime.</p>
<ul>
<li>show system /noprocess</li>
</ul>
<p>Hope this helps you find the uptime of your system regardless of the running operating system, be it Windows, Linux, Mac OS X, Unix or any other system.</p>
<p>If you know uptime commands specific to any other operating systems not listed, please use the comments system and I will update this article accordingly. Of course, feel free to post your uptime(s) as well &#8211; a good bit of competition is always healthy!</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/general-articles/uptime-how-to-find-out-how-long-your-computer-has-been-on-the-uptime-3312121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

